1 | initial version |
Hi berak and boaz, you both gave me the right hint, thank you very much!
2 | No.2 Revision |
Hi berak and boaz, you both gave me the right hint, thank you very much!
This code is working now:
FIRGB16* bits = (FIRGB16)FreeImage_GetBits(rawImage); size_t step = FreeImage_GetPitch(rawImage); cv::Mat preview(rows, cols, CV_16UC3, (void)bits, step);
3 | No.3 Revision |
Hi berak and boaz, you both gave me the right hint, thank you very much!
This code is working now:
FIRGB16* bits =