The CogCalibNPointToNPoint type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Calibrated | True if all of the computed outputs of this object are meaningful, and were computed using the current object properties. This can only happen if the Calibrate method is called and none of the object properties are changed afterwards. | |
| CalibratedOriginSpace | Specifies whether the CalibratedOriginX and CalibratedOriginY properties are expressed in uncalibrated space, or in raw calibrated space. | |
| CalibratedOriginX | The desired X position of the calibrated space origin, expressed in the coordinate space specified by CalibratedOriginSpace. Calibrated space will be adjusted so that its origin appears at this X position when calibrated. | |
| CalibratedOriginY | The desired Y position of the calibrated space origin, expressed in the coordinate space specified by CalibratedOriginSpace. Calibrated space will be adjusted so that its origin appears at this Y position when calibrated. | |
| CalibratedXAxisRotation | The desired x-axis rotation of calibrated space, expressed in the coordinate space specified by CalibratedXAxisRotationSpace. Calibrated space will be adjusted so that its x-axis appears at this angle (in radians) when calibrated. | |
| CalibratedXAxisRotationSpace | Specifies whether the CalibratedXAxisRotation property is expressed in uncalibrated space, or in raw calibrated space. | |
| 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. | |
| ComputationMode | This enumeration specifies how the best-fit transformation between the uncalibrated points and the raw calibrated points will be computed. Only linear computations are supported in this release. | |
| ComputedRMSError | Returns the root mean squared error between the uncalibrated points and the mapped raw calibrated points, expressed in uncalibrated space. It is valid if the computed uncalibrated from raw calibrated transform exists. Otherwise, zero is returned. | |
| DOFsToCompute | This enumeration specifies which degrees of freedom will be allowed when computing the best-fit transformation between the uncalibrated points and the raw calibrated points. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| NumPoints | The number of points in each point set. This is the number of raw calibrated points, and also the number of uncalibrated points. | |
| SwapCalibratedHandedness | Specifies the handedness of the calibrated space. When SwapCalibratedHandedness is false, the calibrated space will have the same handedness as the raw (unadjusted) calibrated space. Otherwise, it will have the opposite handedness. |
See Also