I want to made a function in C++ who will receive a jpg file and a array of coordinates.
Then crop it, using the coordinates, the save the new image as a new jpg.
Try to use imagemagick but can’t compile it at macosx.
Need help please.
I want to made a function in C++ who will receive a jpg file
Share
Use OpenCV it is the most powerfull and easy to understand tool with a great documentation. It already has loads of algortihms implemented and ready to use.
http://opencv.willowgarage.com/wiki/