mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Have the findContours_legacy overload call findContours_legacy.
This commit is contained in:
parent
d9421ac148
commit
e7bf07786d
@ -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…
Reference in New Issue
Block a user