The CogHandEyeCalibrator 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.) | |
| DistortionModel |
The optical distortion model to be used in computing
Raw2DFromCamera2D.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| Home2DUnitLengthReference |
Specifies how unit length in Home2D is established.
| |
| MinimumRotationSpan |
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.
| |
| MotionCapability |
The motion capability of the stage.
| |
| MovingCamera |
Indicates if the cameras are moving or stationary.
| |
| SeparateCalPlate |
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.
| |
| 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.) | |
| Timeout |
The maximum time in milliseconds that the Execute method
will be allowed to run if TimeoutEnabled is true.
| |
| TimeoutEnabled |
Enable or disable timeout for the Execute methods.
|
See Also