The CogTrevista 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.
(Inherited from CogSerializableChangedEventBase.) | |
| ContourImageParams |
Gets/sets the ContourImageParams which contain common trevista image data
| |
| DepthImageParams |
Gets/sets the DepthImageParams which contain common trevista image data
| |
| GreyscaleImageParams |
Gets/sets the GreyscaleImageParams which contain common trevista image data
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| ProcessorType |
Gets/sets the ProcessorType for determining the hardware to use for calculations
| |
| RangeDepth |
Gets/sets the RangeDepth
| |
| RangeMode |
Gets/sets the RangeMode
| |
| SensorDiameter |
Gets/sets the SensorDiameter of the dome illumination unit in mm
| |
| SensorOffsetX |
Gets/sets the SensorOffsetX in pixels
| |
| SensorOffsetY |
Gets/sets the SensorOffsetY in pixels
| |
| SensorPixelSize |
Gets/sets the SensorPixelSize in mm
| |
| SensorType |
Gets/sets the SensorType which specifies the type of sensor model used for calculation of the gradient images
| |
| ShadingImage1Params |
Gets/sets the ShadingImage1Params which contain common trevista image data
| |
| ShadingImage2Params |
Gets/sets the ShadingImage2Params which contain common trevista image data
| |
| ShadingImage3Params |
Gets/sets the ShadingImage3Params which contain common trevista image data
| |
| ShadingImage4Params |
Gets/sets the ShadingImage4Params which contain common trevista image data
| |
| ShapeHorizontalImageParams |
Gets/sets the ShapeHorizontalImageParams which contain common trevista image data
| |
| ShapeVerticalImageParams |
Gets/sets the ShapeVerticalImageParams which contain common trevista image data
| |
| 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.) |
See Also