First time here? Check out the FAQ!
answered 2016-02-08 12:45:53 -0600
minArea(contours[some_index]) ?
updated 2016-02-08 12:48:54 -0600
minArea(contours[some_index]) cv::minAreaRect works on a (single) contour, not on an image, did you want : minAreaRect(contours[some_index]) ?