Click or drag to resize

IMcLineProfiles Interface

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcLineProfiles

The IMcLineProfiles type exposes the following members.

Properties
  NameDescription
Public propertyCalibratedIntensity
A read-write property specifying whether the ProfileValues are intensity calibrated or not.
Public propertyCode exampleCalibratedLength
A read-write property specifying whether the length properties and sample spacing are spatially calibrated or not.
Public propertyCode exampleCountOfProfiles
A read-only property giving the count of line profiles available in the ProfileValues property.
Public propertyFrameIndex
A read-write property specifying which image frame the ProfileValues should be taken from.
Public propertyInterpretation
A read-write property specifying how the image data should be interpreted.
Public propertyIsStale
A read-only property specifying whether the ProfileValues need to be recomputed.
Public propertyCode exampleLengthPerSample
A read-only property giving the length of the last sample section for each line profile.
Public propertyLengthPerSampleDesired
A read-write property giving the length of each sample when the SampleMode is mclpsmFixedSampleLength.
Public propertyNumberOfChannels
A read-only property giving the number of channels based on the Interpretation property for the ancestor image.
Public propertyCode exampleNumberOfSamples
A read-only property giving the number of sample sections each line profile is to be broken into.
Public propertyNumberOfSamplesDesired
A read-write property giving the number of sample sections each line is to be broken into when the SampleMode is mclpsmFixedNumberOfSamples.
Public propertyCode exampleProfileValues
The sampled line intensity profiles from the ancestor McLines or McRegions features.
Public propertySampleMode
A read-write property specifying whether lines are sampled at equal intervals or are broken into a given number of sections.
Public propertyCode exampleSamplesAsMcLines
A McLines holding lines with vertices that mark the sampled segments of the ancestor McLines or McRegions features.
Public propertyVirtualWidth
A read-write property specifying the width, in pixels, over which ProfileValues samples should be averaged.
Top
Methods
  NameDescription
Public methodCopyFrom
Sets sampling properties from a source McLineProfiles.
Public methodDuplicate
Creates a duplicated McLineProfiles.
Top
See Also