Open Source, Embedded Systems, Computer Vision, Computational Photography, Self-Improvement
cropped = cvCreateImage( cvSize(new_width, new_height), 8, 3) src_region = cvGetSubRect(image, opencv.cvRect(left, top, new_width, new_height) ) cvCopy(src_region, cropped)
No comments:
Post a Comment