The CogPixelMap type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AutoComputeEnabled |
Gets or sets the AutoComputeEnabled value. Controls whether ComputeMapping()
is called automatically at the start of each call to Run().
| |
| 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.
(Inherited from CogSerializableChangedEventBase.) | |
| ComputeMapParams |
Gets or sets the ComputeMapParams
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| NonVisiblePixelValue |
Gets or sets the NonVisiblePixelValue.
| |
| NumReferencePoints |
Gets the number of configured reference points.
| |
| OnlyUseRegionToComputeRefPoints |
Gets or sets the OnlyUseRegionToComputeRefPoints value. This property
applies only when AutoComputeEnabled is true.
| |
| OutputDepth |
Gets or sets the bit depth of the output image.
| |
| OutputInverted |
Gets or sets the OutputInverted value used for lookup table creation.
| |
| OutputOffset |
Gets or sets the OutputOffset value used for lookup table creation.
| |
| OutputScale |
Gets or sets the OutputScale value used for lookup table creation.
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) | |
| UseDefaultNonVisiblePixelValue |
Gets or sets the UseDefaultNonVisiblePixelValue.
|
See Also