Click or drag to resize

ImreadModes Fields

http://www.emgu.com

The ImreadModes type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAnyColor
If set, the image is read in any possible color format.
Public fieldStatic memberAnyDepth
If set, return 16-bit/32-bit image when the input has the corresponding depth, otherwise convert it to 8-bit.
Public fieldStatic memberColor
If set, always convert image to the 3 channel BGR color image.
Public fieldStatic memberGrayscale
If set, always convert image to the single channel grayscale image.
Public fieldStatic memberLoadGdal
If set, use the gdal driver for loading the image.
Public fieldStatic memberReducedColor2
If set, always convert image to the 3 channel BGR color image and the image size reduced 1/2.
Public fieldStatic memberReducedColor4
If set, always convert image to the 3 channel BGR color image and the image size reduced 1/4.
Public fieldStatic memberReducedColor8
If set, always convert image to the 3 channel BGR color image and the image size reduced 1/8.
Public fieldStatic memberReducedGrayscale2
If set, always convert image to the single channel grayscale image and the image size reduced 1/2.
Public fieldStatic memberReducedGrayscale4
If set, always convert image to the single channel grayscale image and the image size reduced 1/4.
Public fieldStatic memberReducedGrayscale8
If set, always convert image to the single channel grayscale image and the image size reduced 1/8.
Public fieldStatic memberUnchanged
If set, return the loaded image as is (with alpha channel, otherwise it gets cropped).
Public fieldvalue__
Top
See Also