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 ...
1
vote
1answer
406 views
LibJPEG - Get compression ratio of image
I use LibJPEG to read JPEG compressed images. Is there a way to get the current compression ratio of the unchanged image?
Thanks for your help!