First time here? Check out the FAQ!
answered 2015-06-09 15:55:16 -0600
Do you mean something like this
Imgproc.findContours(temp, contours, new Mat(),Imgproc.RETR_LIST,Imgproc.CHAIN_APPROX_NONE); for(int i =0;i<contours.size();i++) { // do something }