How can i save a Mat or Vector in objective c?
How can i save a Mat or Vector in objective c?
How can i save a Mat or Vector in objective c?
Asked: 2018-08-27 05:27:19 -0600
Seen: 106 times
Last updated: Aug 28 '18
The Active Appearance Model for iOS
Why is this triggering EXC_BAD_ACCESS?
Detect human body parts in objective c
Detecting Documents On White Surface
Stitch polar coordinate panorama on iOS
Real Time Processing with sampleBuffer (AVFoundation)
I need to detect glasses on user face
Unable to run OpenCV on iOS device (works fine in simulator)
What do u mean by save a Mat? Do u mean the image itself or the raw pixel values?
Why not serializing the mat as an uncompressed image (pgm format for example) There shouldnt be any loss. Writing a mat is done with imwrite()
Yes, I've multiple Mat in a vector(Objective C) and i want to save them to reuse.
Why not iterating the list of mats and serializing each in an uncompressed image? Or alternativly , combine those mats together and save in one big image.
How to combine mats - http://answers.opencv.org/question/10...