IMcLineProfiles Interface |
![]() |
Namespace: MediaCy.IQL.Features
Public Interface IMcLineProfiles
The IMcLineProfiles type exposes the following members.
Name | Description | |
---|---|---|
![]() | CalibratedIntensity | A read-write property specifying whether the ProfileValues
are intensity calibrated or not. |
![]() ![]() | CalibratedLength | A read-write property specifying whether the length properties
and sample spacing are spatially calibrated or not. |
![]() ![]() | CountOfProfiles | A read-only property giving the count of line profiles available
in the ProfileValues property. |
![]() | FrameIndex | A read-write property specifying which image frame the ProfileValues
should be taken from. |
![]() | Interpretation | A read-write property specifying how the image data should be
interpreted. |
![]() | IsStale | A read-only property specifying whether the ProfileValues
need to be recomputed. |
![]() ![]() | LengthPerSample | A read-only property giving the length of the last sample section for
each line profile. |
![]() | LengthPerSampleDesired | A read-write property giving the length of each sample
when the SampleMode is mclpsmFixedSampleLength. |
![]() | NumberOfChannels | A read-only property giving the number of channels based on the
Interpretation property for the ancestor image. |
![]() ![]() | NumberOfSamples | A read-only property giving the number of sample sections each
line profile is to be broken into. |
![]() | NumberOfSamplesDesired | A read-write property giving the number of sample sections each
line is to be broken into when the SampleMode is mclpsmFixedNumberOfSamples. |
![]() ![]() | ProfileValues | The sampled line intensity profiles from the ancestor McLines
or McRegions features. |
![]() | SampleMode | A read-write property specifying whether lines are sampled at
equal intervals or are broken into a given number of sections. |
![]() ![]() | SamplesAsMcLines | A McLines holding lines with vertices that mark the sampled
segments of the ancestor McLines or McRegions features. |
![]() | VirtualWidth | A read-write property specifying the width, in pixels, over which
ProfileValues samples should be averaged. |
Name | Description | |
---|---|---|
![]() | CopyFrom | Sets sampling properties from a source McLineProfiles. |
![]() | Duplicate | Creates a duplicated McLineProfiles. |