void cv::findContours( InputArray _image, OutputArrayOfArrays _contours, OutputArray _hierarchy, int mode, int method, Point offset ) { CV_INSTRUMENT_REGION(); // Sanity check: output must be of type vector<vector<Point>> CV_Assert((_contours.kind() == _InputArray::STD_VECTOR_VECTOR ||...