Overload List
| Name | Description | |
|---|---|---|
| CogImage16Range |
Construct a new instance of this class.
| |
| CogImage16Range(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.
| |
| CogImage16Range(CogImage16Range) |
Construct a new instance of this class as a shallow copy of the
given instance.
| |
| CogImage16Range(ICog3DTransform) |
Construct a new instance of this class using the supplied
RootFromSensor3D transform.
| |
| CogImage16Range(SerializationInfo, StreamingContext) |
Serialization constructor for CogImage16Range object.
| |
| CogImage16Range(Int32, Int32, ICog3DTransform) |
Construct a new instance of this class using the supplied
RootFromSensor3D transform and allocating storage for
the specified image size.
| |
| CogImage16Range(CogImage16Grey, CogImage8Grey, ICog3DTransform) |
Construct a new instance of this class using the supplied
pixel data, mask data, and RootFromSensor3D transform.
| |
| CogImage16Range(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.
|
See Also