The CogCalibNPointToNPoint type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddPointPair | Adds a new point to the end of each point set. NumPoints will be increased by one. | |
| Calibrate | Computes the calibrated space using the current point sets. If successful, sets the Calibrated property to True, updates the computed transforms, and updates the ComputedRMSError property. | |
| Clone | Returns a deep copy of this class instance. Derived classes that implement Clone should override this method; other clients who wish to clone this instance should call ICloneable.Clone. See also CogSerializer.DeepCopyObject | |
| CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) | |
| DeletePointPair | Deletes the point at the given index from each point set. Points with higher indices are shifted to the next lower index, and NumPoints is decreased by one. | |
| Dispose | ||
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| Execute | Attaches the calibrated space to the coordinate tree of the input image, using the given RunParams, and returns a shallow copy of the image as an output. | |
| Finalize | (Overrides Object Finalize .) | |
| GetAttributes |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetClassName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetComponentName |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetComputedUncalibratedFromCalibratedTransform | If Calibrated is True, this method returns the 2-D, minimum squared error, transformation that maps points from the (adjusted) calibrated space into uncalibrated space. Otherwise, it returns Nothing. | |
| GetComputedUncalibratedFromRawCalibratedTransform | Returns the 2-D, minimum squared error, transformation that maps points from the raw calibrated space into uncalibrated space, if it has been computed. Otherwise, returns Nothing. The transform is computed by calling Calibrate. | |
| GetConverter |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultEvent |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetDefaultProperty |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEditor |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetEvents( Attribute ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetInfoStrings | Returns diagnostic text string(s) from the last call to Calibrate. The collection will be empty if there are no messages, or if the Calibrated property is False. | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetObjectData | ||
| GetProperties |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetProperties( Attribute ) | (Overrides CogObjectBase GetProperties( Attribute ).) | |
| GetPropertyOwner |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetRawCalibratedPoint | Gets the X and Y coordinates of the raw calibrated point with the given index. Valid indices range from 0 to NumPoints-1 inclusive. | |
| GetRawCalibratedPointX | The X coordinate of the raw calibrated point with the given index. Valid indices range from 0 to NumPoints-1 inclusive. | |
| GetRawCalibratedPointY | The Y coordinate of the raw calibrated point with the given index. Valid indices range from 0 to NumPoints-1 inclusive. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUncalibratedPoint | Gets the X and Y coordinates of the uncalibrated point with the given index. Valid indices range from 0 to NumPoints-1 inclusive. | |
| GetUncalibratedPointX | The X coordinate of the uncalibrated point with the given index. Valid indices range from 0 to NumPoints-1 inclusive. | |
| GetUncalibratedPointY | The Y coordinate of the uncalibrated point with the given index. Valid indices range from 0 to NumPoints-1 inclusive. | |
| InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) | |
| ResumeAndRaiseChangedEvent | Re-enables raising of the Changed event after SuspendChangedEvent has been called. Also raises the Changed event if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent. | |
| SetRawCalibratedPoint | Sets the X and Y coordinates of the raw calibrated point with the given index. Valid indices range from 0 to NumPoints-1 inclusive. | |
| SetRawCalibratedPointX | The X coordinate of the raw calibrated point with the given index. Valid indices range from 0 to NumPoints-1 inclusive. | |
| SetRawCalibratedPointY | The Y coordinate of the raw calibrated point with the given index. Valid indices range from 0 to NumPoints-1 inclusive. | |
| SetUncalibratedPoint | Sets the X and Y coordinates of the uncalibrated point with the given index. Valid indices range from 0 to NumPoints-1 inclusive. | |
| SetUncalibratedPointX | The X coordinate of the uncalibrated point with the given index. Valid indices range from 0 to NumPoints-1 inclusive. | |
| SetUncalibratedPointY | The Y coordinate of the uncalibrated point with the given index. Valid indices range from 0 to NumPoints-1 inclusive. | |
| SuspendChangedEvent | Temporarily suspends the raising of the Changed event. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent. | |
| ToString | (Inherited from Object.) | |
| Uncalibrate | Eliminates the calibrated space. This method also sets the Calibrated property to False, sets the computed transforms to Nothing, and sets the ComputedRMSError property to zero. |
See Also