Not sure if this is a duplicate, but after days of searching without any luck, I figured I'd ask. I have a vector of .raw image data, which needs to be converted to a TIF cv::Mat. I have tried multiple times to do this with no luck. I know there are tools such as raw2tiff that handle this outisde of memory, but I want to stay in memory.
Is there any such way of doing this?