Tagged Questions
3
votes
5answers
6k views
Compressing IplImage to JPEG using libjpeg in OpenCV
So I have this problem.
I have an IplImage that i want to compress to JPEG and do something with it. I use libjpeg.
I found a lot of answers "read through examples and docs" and such and did that. And ...