1 | initial version |
Extending Mostafa's answer [here]( http://nashruddin.com/opencv_region_of_interest_(roi) ) you can find some ROI usage examples using the C interface of OpenCV. For example Listing 1. shows how to use cvSetImageROI on one image and then use cvCopy to copy only the selected part to another image.