Inheritance Hierarchy
System MarshalByRefObject
Cognex.VisionPro.Implementation CogObjectBase
Cognex.VisionPro.Implementation CogSerializableObjectBase
Cognex.VisionPro.CalibFix.Implementation.Internal CogCalibCheckerboardWarpParams
Namespace: Cognex.VisionPro.CalibFix.Implementation.Internal
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 73.0.0.0
Syntax
The CogCalibCheckerboardWarpParams type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogCalibCheckerboardWarpParams(IntPtr) | ||
| CogCalibCheckerboardWarpParams(SerializationInfo, StreamingContext) |
Methods
| Name | Description | |
|---|---|---|
| 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.) | |
| Dispose | ||
| Dispose(Boolean) | ||
| Equals | (Inherited from Object.) | |
| 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.) | |
| 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.) | |
| GetInputPixelFromOutputPixelTransform | Returns a 2-D warping transform that maps points from pixel space of an output image - one created by calling Execute with the current params - into pixel space of the given input image. Returns Nothing if this object is uncalibrated or in linear mode. | |
| GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) | |
| GetObjectData | (Overrides CogSerializableObjectBase GetObjectData(SerializationInfo, StreamingContext).) | |
| GetOutputImageRootFromCalibratedTransform | Returns the 2-D linear transformation that maps points from calibrated space into the root (@) space of the output image, if it has been computed. Otherwise, returns Nothing. The transform is computed by calling Calibrate. | |
| 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 ) |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetPropertyOwner |
Implements the corresponding member of the ICustomTypeDescriptor interface.
May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| 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.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| SfGetOutputImageRootFromCalibratedTransform | This bit will be set in the EventArgs of a Changed event every time the value returned by GetOutputImageRootFromCalibratedTransform may have changed. | |
| SfOutputImageMask | This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageMask may have changed. | |
| SfUndistortedCalibrationImage | This bit will be set in the EventArgs of a Changed event every time the value returned by UndistortedCalibrationImage may have changed. | |
| SfUndistortedCalibrationImageMask | This bit will be set in the EventArgs of a Changed event every time the value returned by UndistortedCalibrationImageMask may have changed. | |
| SfWarpDestinationRectangle | This bit will be set in the EventArgs of a Changed event every time the value returned by WarpDestinationRectangle may have changed. | |
| SfWarpMaxErrorInPixels | This bit will be set in the EventArgs of a Changed event every time the value returned by WarpMaxErrorInPixels may have changed. | |
| SfWarpRotation | This bit will be set in the EventArgs of a Changed event every time the value returned by WarpRotation may have changed. | |
| SfWarpScaling | This bit will be set in the EventArgs of a Changed event every time the value returned by WarpScaling may have changed. |
Properties
| Name | Description | |
|---|---|---|
| OutputImageMask | Returns the output image mask, if it has been computed and contains any 'Don't Care' pixels. Otherwise, returns Nothing. 'Don't Care' pixels (value = 0) in this mask identify unfilled locations in the runtime output image. | |
| UndistortedCalibrationImage | Returns the undistorted calibration image, if it has been computed. Otherwise, returns Nothing. This image is produced by warping the entire calibration image (ignoring the WarpDestinationRectangle). | |
| UndistortedCalibrationImageMask | Returns the undistorted calibration image mask, if it has been computed and contains any 'Don't Care' pixels. Otherwise, returns Nothing. 'Don't Care' pixels (value = 0) in this mask identify unfilled locations in the undistorted calibration image. | |
| WarpDestinationRectangle | Rectangle of the undistorted calibration image that specifies what pixels will be present in the warped (runtime) output image. If the rectangle is Nothing, all the pixels of the undistorted image will be output. It must be in '.', '@', or '#' space. | |
| WarpMaxErrorInPixels | The maximum error allowed during image warping, measured in pixels of the calibration image. It limits the error between a mathematically perfect warping and the (much faster) one implemented by this object. Smaller values yield more accurate warping. | |
| WarpRotation | Specifies the rotation, in radians, of the output image. It is the pixel-space angle from the x-axis of the output image to the x-axis of raw calibrated space. This property allows you to rotate the image during warping. | |
| WarpScaling | Specifies an additional scaling factor to be applied during warping. For example, a value of 2 means that the undistorted image will be approximately twice as high and twice as wide as the input image. |
See Also