CogHandEyeCalibrator PropertiesCognex VisionPro 9.5

The CogHandEyeCalibrator 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 propertyDistortionModel
The optical distortion model to be used in computing Raw2DFromCamera2D.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyHome2DUnitLengthReference
Specifies how unit length in Home2D is established.
Public propertyMinimumRotationSpan
The minimum required rotation angle span in radians among all input uncorrectedHome2DFromStage2D poses for motion capabilities that allows rotation. The run-time function will throw an exception if the rotation angle span among all input uncorrectedHome2DFromStage2D poses is less than this minimum requirement.
Public propertyMotionCapability
The motion capability of the stage.
Public propertyMovingCamera
Indicates if the cameras are moving or stationary.
Public propertySeparateCalPlate
Indicates if running separate calibration plate hand-eye calibration or regular big calibration plate calibration. This is only applicable when using corresponded point pairs as input for Execute overloads.
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 propertyTimeout
The maximum time in milliseconds that the Execute method will be allowed to run if TimeoutEnabled is true.
Public propertyTimeoutEnabled
Enable or disable timeout for the Execute methods.
Top
See Also