CogTrevistaDepthImageParams PropertiesCognex VisionPro 9.25 SR1

The CogTrevistaDepthImageParams type exposes the following members.

Properties

  NameDescription
Public propertyBlackLevel
Gets or sets the floating point pixel value that will be mapped to black in VisionPro output images.
(Inherited from CogTrevistaCommonImageParams.)
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 propertyDepthLevel
Gets or sets the depth calculation level.
Public propertyDepthMode
Gets or sets the algorithm used to compute the depth image.
Public propertyEnabled
Gets or sets whether the output image associated with this CogTrevistaCommonImageParams should be produced. If false, the associated output image result property will be null.
(Inherited from CogTrevistaCommonImageParams.)
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyImageType
Gets or sets the desired type of the output image associated with this CogTrevistaCommonImageParams.
(Inherited from CogTrevistaCommonImageParams.)
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 propertyWhiteLevel
Gets or sets the floating point pixel value that will be mapped to white in VisionPro output images.
(Inherited from CogTrevistaCommonImageParams.)
Top
See Also