I have a cv::mat depth image.It is of type CV_32FC1(when i tried test_mat.type it gave me 5 which stands for 32Fc1). I want to save it as a 32FC1 image. How do I specify the format while using imwrite?
Asked
Active
Viewed 1,401 times
2
-
take a look at http://stackoverflow.com/a/32357875/5294258 – sturkmen Apr 25 '16 at 19:08
-
did you look at http://stackoverflow.com/questions/17735863/opencv-save-cv-32fc1-images – Ahmet Apr 25 '16 at 19:12
-
@sturkmen does that answer really solve this? – simplename Mar 27 '17 at 13:24
-
surely yes. i think @Miki will confirm me. – sturkmen Mar 27 '17 at 13:59