CRayImage::ConvertCustomType Method
C++
void ConvertCustomType(CRxImage& xTrgImg)
Converts this image from a custom data type into the corresponding primitive data type.
The following conversion are implemented:
- EDataType::Custom_10in16_LSB into EDataType::UShort
- EDataType::Custom_12in16_LSB into EDataType::UShort.
Parameters
[CRxImage&] xTrgImg |
[out] The target image. This is created within the correct format. |