CogPixelMap PropertiesCognex VisionPro 9.21

The CogPixelMap type exposes the following members.

Properties

  NameDescription
Public propertyAutoComputeEnabled
Gets or sets the AutoComputeEnabled value. Controls whether ComputeMapping() is called automatically at the start of each call to Run().
Public propertyChangedEventSuspended
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.)
Public propertyComputeMapParams
Gets or sets the ComputeMapParams
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyNonVisiblePixelValue
Gets or sets the NonVisiblePixelValue.
Public propertyNumReferencePoints
Gets the number of configured reference points.
Public propertyOnlyUseRegionToComputeRefPoints
Gets or sets the OnlyUseRegionToComputeRefPoints value. This property applies only when AutoComputeEnabled is true.
Public propertyOutputDepth
Gets or sets the bit depth of the output image.
Public propertyOutputInverted
Gets or sets the OutputInverted value used for lookup table creation.
Public propertyOutputOffset
Gets or sets the OutputOffset value used for lookup table creation.
Public propertyOutputScale
Gets or sets the OutputScale value used for lookup table creation.
Public propertyStateFlags
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.)
Public propertyUseDefaultNonVisiblePixelValue
Gets or sets the UseDefaultNonVisiblePixelValue.
Top
See Also