Have the findContours_legacy overload call findContours_legacy.

pull/25668/head
Vincent Rabaud 6 months ago
parent d9421ac148
commit e7bf07786d
  1. 2
      modules/imgproc/src/contours.cpp

@ -1884,7 +1884,7 @@ void cv::findContours_legacy( InputArray _image, OutputArrayOfArrays _contours,
{
CV_INSTRUMENT_REGION();
findContours(_image, _contours, noArray(), mode, method, offset);
findContours_legacy(_image, _contours, noArray(), mode, method, offset);
}
/* End of file. */

Loading…
Cancel
Save