The CogIPOneImageQuantize type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called. | |
| Enabled | Whether this one image operator will be used to compute the output image. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| Levels | Specifies the number of pixel value levels to map the image to. For instance, cogIPOneImageQuantizeLevel2 designates that the input image be partitioned into pixel values 0 and 128. | |
| OperatorName | Returns/sets a displayable operator name. |
See Also