The CogTrevistaDepthImageParams type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BlackLevel |
Gets or sets the floating point pixel value that will be mapped to
black in VisionPro output images.
(Inherited from CogTrevistaCommonImageParams.) | |
| 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.) | |
| DepthLevel |
Gets or sets the depth calculation level.
| |
| DepthMode |
Gets or sets the algorithm used to compute the depth image.
| |
| Enabled |
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.) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| ImageType |
Gets or sets the desired type of the output image associated with this
CogTrevistaCommonImageParams.
(Inherited from CogTrevistaCommonImageParams.) | |
| 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.) | |
| WhiteLevel |
Gets or sets the floating point pixel value that will be mapped to
white in VisionPro output images.
(Inherited from CogTrevistaCommonImageParams.) |
See Also