Click or drag to resize

Hologram Methods

The Hologram type exposes the following members.

Methods
  NameDescription
Public methodComputeContrast
Computes the contrast in a rectangular region centered in the image. The region is half the size of the hologram.
Public methodComputeContrast(Int32, Int32, Int32, Int32)
Computes the contrast in the specified region.
Public methodCopy
Copy the data to another hologram.
Public methodCopyFrom(BaseImage<unsigned char>) (Inherited from BaseImage<unsigned char>.)
Public methodCopyFrom(Hologram)
Copy the data from another hologram.
Public methodCopyFrom(Byte, Int32, Int32, Int32) (Inherited from BaseImage<unsigned char>.)
Public methodCopyTo (Inherited from BaseImage<unsigned char>.)
Public methodDispose (Inherited from BaseImage<unsigned char>.)
Public methodLoad (Overrides BaseImage<unsigned char>Load(String).)
Public methodPinData (Inherited from BaseImage<unsigned char>.)
Public methodReset (Inherited from BaseImage<unsigned char>.)
Public methodReset(Int64)
Resets hologram data for new acquisition.
Public methodReset(Int64, Object)
Resets hologram data for new acquisition.
Public methodSaveAsBigTiff (Inherited from BaseImage<unsigned char>.)
Public methodSaveAsBin (Inherited from BaseImage<unsigned char>.)
Public methodSaveAsTiff
Saves the hologram as a .tiff file to the specified path.
Public methodUnpinData (Inherited from BaseImage<unsigned char>.)
Top
See Also