Merge pull request #25668 from vrabaud:legacy

Have the findContours_legacy overload call findContours_legacy.
pull/25703/head
Alexander Smorkalov 6 months ago committed by GitHub
commit 79af357cf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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