CogTrevista PropertiesCognex VisionPro 9.24

The CogTrevista type exposes the following members.

Properties

  NameDescription
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 propertyContourImageParams
Gets or sets the parameters controlling the output ContourImage.
Public propertyCpuProcessingThreadCountMax
Gets or sets the maximum number of threads to use when processing with a CPU
Public propertyDepthImageParams
Gets or sets the parameters controlling the output DepthImage.
Public propertyDomeDiameter
Gets or sets the diameter of the dome illumination unit in millimeters.
Public propertyGPUDeviceIndex
Cognex Internal Use Only Gets or sets the GPU device to use when ProcessorType is set to GpuIfAvailable
Public propertyGreyscaleImageParams
Gets or sets the parameters controlling the output GreyscaleImage.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyStatic memberIsGpuAvailable
Returns true if a supported GPU is currently available.
Public propertyMotionAccuracy
Cognex Internal Use Only. Gets or sets the motion compensation accuracy.
Public propertyMotionFilterSize
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.
Public propertyMotionType
Cognex Internal Use Only. Gets or sets what type of motion compensation will be included in the processing of output images.
Public propertyProcessorType
Gets or sets the preferred mechanism for the processing of results.
Public propertySensorCompensationModifier
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).
Public propertySensorCorrectionEnabled
Gets or sets whether gradient correction is performed as part of the calculation of ShapeHorizontalImage and ShapeVerticalImage
Public propertySensorPixelSize
Gets or sets the SensorPixelSize in millimeters.
Public propertyShadingImage1Params
Gets or sets the parameters controlling the output ShadingImage1.
Public propertyShadingImage2Params
Gets or sets the parameters controlling the output ShadingImage2.
Public propertyShadingImage3Params
Gets or sets the parameters controlling the output ShadingImage3.
Public propertyShadingImage4Params
Gets or sets the parameters controlling the output ShadingImage4.
Public propertyShapeHorizontalImageParams
Gets or sets the main parameters controlling the output ShapeHorizontalImage.
Public propertyShapeVerticalImageParams
Gets or sets the main parameters controlling the output ShapeVerticalImage.
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.)
Top
See Also