crop and Save ROI as new image in OpenCV 2.4.2 using cv::Mat

后端 未结 2 1287
后悔当初
后悔当初 2021-01-31 23:44

Working on Face Detection and Recognition, and after successfully detecting a face, I just want to crop the face and save it somewhere in the drive to give it for the recognitio

2条回答
  •  野的像风
    2021-01-31 23:55

    For cropping the region, the ROI(Region of interest) is used. The opencv2 does the job quite easily. You can check the link: http://life2coding.blogspot.com/search/label/cropping%20of%20image

提交回复
热议问题