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 or sets the parameters controlling the output
ContourImage.
| |
| CpuProcessingThreadCountMax |
Gets or sets the maximum number of threads to use when processing with a CPU
| |
| DepthImageParams |
Gets or sets the parameters controlling the output
DepthImage.
| |
| DomeDiameter |
Gets or sets the diameter of the dome illumination unit in millimeters.
| |
| GPUDeviceIndex |
Cognex Internal Use Only
Gets or sets the GPU device to use when ProcessorType is set to GpuIfAvailable
| |
| GreyscaleImageParams |
Gets or sets the parameters controlling the output
GreyscaleImage.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| IsGpuAvailable |
Returns true if a supported GPU is currently available.
| |
| MotionAccuracy |
Cognex Internal Use Only.
Gets or sets the motion compensation accuracy.
| |
| MotionFilterSize |
Cognex Internal Use Only.
Gets or sets the filter size of the matching algorithm, in pixels, to be
used when including motion compensation in the processing of output
images.
| |
| MotionType |
Cognex Internal Use Only.
Gets or sets what type of motion compensation will be included
in the processing of output images.
| |
| ProcessorType |
Gets or sets the preferred mechanism for the processing of results.
| |
| SensorCompensationModifier |
Gets or sets the modifier to apply to sensor correction in order to account for distortion
from reflectance, sensor position, or other factors (no units, see remarks for details).
| |
| SensorCorrectionEnabled |
Gets or sets whether gradient correction is performed as part of the
calculation of
ShapeHorizontalImage
and
ShapeVerticalImage | |
| SensorPixelSize |
Gets or sets the SensorPixelSize in millimeters.
| |
| ShadingImage1Params |
Gets or sets the parameters controlling the output
ShadingImage1.
| |
| ShadingImage2Params |
Gets or sets the parameters controlling the output
ShadingImage2.
| |
| ShadingImage3Params |
Gets or sets the parameters controlling the output
ShadingImage3.
| |
| ShadingImage4Params |
Gets or sets the parameters controlling the output
ShadingImage4.
| |
| ShapeHorizontalImageParams |
Gets or sets the main parameters controlling the output
ShapeHorizontalImage.
| |
| ShapeVerticalImageParams |
Gets or sets the main parameters controlling the output
ShapeVerticalImage.
| |
| 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