C# (CSharp) CSJ2K.j2k.image.input ImgReaderPGM - 2 examples found. These are the top rated real world C# (CSharp) examples of CSJ2K.j2k.image.input.ImgReaderPGM extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
This class implements the ImgData interface for reading 8 bit unsigned data from a binary PGM file.
After being read the coefficients are level shifted by subtracting 2^(nominal bit range-1)
The TransferType (see ImgData) of this class is TYPE_INT.
NOTE: This class is not thread safe, for reasons of internal buffering.