Click or drag to resize

MaskImage Class

Object representation of a non-measured points mask image.
Inheritance Hierarchy
SystemObject
  LynceeTec.InterfaceDigitizerImageBaseByte
    LynceeTec.InterfaceProcessingV2.ImagesHologramChildByte
      LynceeTec.InterfaceProcessingV2.ImagesMaskImage

Namespace:  LynceeTec.InterfaceProcessingV2.Images
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public class MaskImage : HologramChild<byte>, 
	IDisposable

The MaskImage type exposes the following members.

Constructors
  NameDescription
Public methodMaskImage(Int32, Int32)
Initializes a new instance of the MaskImage class
Public methodMaskImage(Int32, Int32, Guid)
Initializes a new instance of the MaskImage class
Public methodMaskImage(Int32, Int32, Int32, Guid)
Initializes a new instance of the MaskImage class
Top
Properties
  NameDescription
Public propertyData
Gets the array containing the image data.
(Inherited from ImageBaseT.)
Public propertyGuid
Gets the globally uniquely defined GUID identifying the image.
(Inherited from ImageBaseT.)
Public propertyHeight (Overrides ImageBaseTHeight.)
Public propertyHologramGuid
Gets globally uniquely defined GUID identifying the parent hologram image.
(Inherited from HologramChildT.)
Public propertyMetadata
Gets the hologram metadata.
(Inherited from ImageBaseT.)
Public propertyStride (Overrides ImageBaseTStride.)
Public propertyTimestamp
Hologram timestamp
(Inherited from ImageBaseT.)
Public propertyWidth (Overrides ImageBaseTWidth.)
Top
Methods
  NameDescription
Public methodCopyFrom(ImageBaseT)
Copy the data from another image.
(Inherited from ImageBaseT.)
Public methodCopyFrom(MaskImage)
Copy the data from another mask image.
Public methodCopyFrom(T, Int32, Int32, Int32)
Copy the data from a buffer.
(Inherited from ImageBaseT.)
Public methodDispose
Releases all resources used by the MaskImage
Public methodIsPinned
Checks if the image data memory is pinned
(Inherited from ImageBaseT.)
Public methodPinData (Overrides ImageBaseTPinData.)
Public methodSave
Saves the image in the format defined by the extension. The supported formats are enumerated in FREE_IMAGE_FORMAT of the freeimage library.
Public methodSaveAsBin (Overrides HologramChildTSaveAsBin(String).)
Public methodSetMetadata(IHardwareConfiguration, Int32, IHolographicMeasurementConfig)
Sets the metadata from a given configuration
(Inherited from ImageBaseT.)
Public methodSetMetadataR(ImageBaseR)
Sets the metadata from a given image
(Inherited from ImageBaseT.)
Public methodUnpinData
Unpin the pinned managed memory.
(Inherited from ImageBaseT.)
Top
See Also