CogCalibCheckerboardWarpParams ClassCognex VisionPro
Inheritance Hierarchy

System Object
  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: 65.1.0.0
Syntax

[SerializableAttribute]
public class CogCalibCheckerboardWarpParams : CogSerializableObjectBase, 
	ICogCalibCheckerboardWarpParams, IDeserializationCallback, IDisposable

The CogCalibCheckerboardWarpParams type exposes the following members.

Constructors

  NameDescription
Public methodCogCalibCheckerboardWarpParams(IntPtr)
Protected methodCogCalibCheckerboardWarpParams(SerializationInfo, StreamingContext)
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose 
Protected methodDispose(Boolean)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize (Overrides Object Finalize .)
Protected methodGetAttributes
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetClassName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetComponentName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetConverter
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultEvent
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultProperty
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEditor
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInputPixelFromOutputPixelTransform
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.
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetObjectData (Overrides CogSerializableObjectBase GetObjectData(SerializationInfo, StreamingContext).)
Public methodGetOutputImageRootFromCalibratedTransform
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.
Protected methodGetProperties 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetProperties( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetPropertyOwner
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStatic memberSfGetOutputImageRootFromCalibratedTransform
This bit will be set in the EventArgs of a Changed event every time the value returned by GetOutputImageRootFromCalibratedTransform may have changed.
Public fieldStatic memberSfOutputImageMask
This bit will be set in the EventArgs of a Changed event every time the value returned by OutputImageMask may have changed.
Public fieldStatic memberSfUndistortedCalibrationImage
This bit will be set in the EventArgs of a Changed event every time the value returned by UndistortedCalibrationImage may have changed.
Public fieldStatic memberSfUndistortedCalibrationImageMask
This bit will be set in the EventArgs of a Changed event every time the value returned by UndistortedCalibrationImageMask may have changed.
Public fieldStatic memberSfWarpDestinationRectangle
This bit will be set in the EventArgs of a Changed event every time the value returned by WarpDestinationRectangle may have changed.
Public fieldStatic memberSfWarpMaxErrorInPixels
This bit will be set in the EventArgs of a Changed event every time the value returned by WarpMaxErrorInPixels may have changed.
Public fieldStatic memberSfWarpRotation
This bit will be set in the EventArgs of a Changed event every time the value returned by WarpRotation may have changed.
Public fieldStatic memberSfWarpScaling
This bit will be set in the EventArgs of a Changed event every time the value returned by WarpScaling may have changed.
Top
Properties

  NameDescription
Public propertyOutputImageMask
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.
Public propertyUndistortedCalibrationImage
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).
Public propertyUndistortedCalibrationImageMask
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.
Public propertyWarpDestinationRectangle
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.
Public propertyWarpMaxErrorInPixels
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.
Public propertyWarpRotation
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.
Public propertyWarpScaling
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.
Top
See Also