@dtschump I am trying to integrate libgmic into an existing SDK that uses OpenCV for image processing. The challenge is that the SDK relies on OpenCV's cv::Mat format for handling and passing image data , but I haven't found clear documentation on how to read and export images between cv::Mat and libgmic(maybe cimg?) in memory.
So do you know how to do data transfer between libgmic and Opencv without relying on intermediate formats or binary files.
Thanks in advance!
@dtschump I am trying to integrate libgmic into an existing SDK that uses OpenCV for image processing. The challenge is that the SDK relies on OpenCV's cv::Mat format for handling and passing image data , but I haven't found clear documentation on how to read and export images between cv::Mat and libgmic(maybe cimg?) in memory.
So do you know how to do data transfer between libgmic and Opencv without relying on intermediate formats or binary files.
Thanks in advance!