1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Merge pull request #25668 from vrabaud:legacy

Have the findContours_legacy overload call findContours_legacy.
This commit is contained in:
Alexander Smorkalov
2024-05-30 12:41:39 +03:00
committed by GitHub
+1 -1
View File
@@ -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. */