Skip to content

Commit

Permalink
Have the findContours_legacy overload call findContours_legacy.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed May 29, 2024
1 parent d9421ac commit e7bf077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imgproc/src/contours.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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. */

0 comments on commit e7bf077

Please sign in to comment.