| ImageGear Professional v18.2 > API Reference Guide > MD Component API Reference > MD Component Objects > IGMedProcessing Object |
This object provides access to the medical image processing functionality.
IIGMedProcessing
| GetMinMax Method | Calculates image's min and max pixel values. |
| HighBitTransform Method | Sets all elements in the Preamble to the specified value. |
| Normalize Method | Changes pixel values so that the minimum value is Min. The resulting image is always unsigned. |
| PromoteTo16Gray Method | Promotes a 8 bit grayscale image to 9...16 bit grayscale. |
| ReduceWithDisplayLUT Method | Reduces image from 9...16 bit grayscale to 8 bit grayscale using its 16x8 display LUT. |
| ReduceWithDownshift Method | Reduces image from 9...16 but grayscale to 8 bit grayscale using downshift. |
| ReduceWithLUT Method | Reduces image from 9...16 bit grayscale to 8 bit grayscale using specified 16x8 LUT. |
| TabulateHistogram16Gray Method | Tabulates histogram for a 8..16 bit grayscale image. |
| TransformHighBit Method | Shifts image pixels bits up or down to accommodate the new HighBit setting. |