SoDataSetValueInterpretations Enumeration |
Specifies an image type: segmented or not segmented.
Namespace: OIV.LDM.Nodes
Member name | Value | Description | |||
---|---|---|---|---|---|
CONTINUOUS | 0 | Specifies an image containing continuous scalar values (an image which is not a segmented image or a label field). Continuous values mean that doing an average of 2 different values makes sense.
| |||
DISCRETE | 1 | Specifies an image containing discrete values that represent labels. These types of image are usualy called a segmented image or a label field. Discrete values mean that doing an interpolation between 2 different values of the dataset does not make sense.
|
A segmented image only contains discrete values. Used with OIV.LDM.Nodes.SoDataSet.valueInterpretation field.