CogImage16Range Constructor Cognex VisionPro 9.5
Overload List

  NameDescription
Public methodCogImage16Range 
Construct a new instance of this class.
Public methodCogImage16Range(Bitmap)
Construct a new instance of this class using the supplied bitmap to specify pixel data. Note that this produces an image with an assumed identity mapping from "Sensor3D" space to root space.
Public methodCogImage16Range(CogImage16Range)
Construct a new instance of this class as a shallow copy of the given instance.
Public methodCogImage16Range(ICog3DTransform)
Construct a new instance of this class using the supplied RootFromSensor3D transform.
Protected methodCogImage16Range(SerializationInfo, StreamingContext)
Serialization constructor for CogImage16Range object.
Public methodCogImage16Range(Int32, Int32, ICog3DTransform)
Construct a new instance of this class using the supplied RootFromSensor3D transform and allocating storage for the specified image size.
Public methodCogImage16Range(CogImage16Grey, CogImage8Grey, ICog3DTransform)
Construct a new instance of this class using the supplied pixel data, mask data, and RootFromSensor3D transform.
Public methodCogImage16Range(CogImage16Grey, Int32, ICog3DTransform)
Construct a new instance of this class using the supplied pixel data, missing pixel value, and RootFromSensor3D transform. Mask data is automatically computed by identifying any pixel in the PixelData argument whose value matches the MissingPixelValue as not visible while all other pixels are set to visible. If no missing pixels are found then the mask root is set to null.
Top
See Also