mirror of
https://github.com/opencv/opencv.git
synced 2025-06-09 18:43:05 +08:00
doc: fixed modern Javadoc issue
This commit is contained in:
parent
75f3f0fac8
commit
a8df49f170
@ -4030,16 +4030,6 @@ CV_EXPORTS_W void findContours( InputArray image, OutputArrayOfArrays contours,
|
|||||||
CV_EXPORTS void findContours( InputArray image, OutputArrayOfArrays contours,
|
CV_EXPORTS void findContours( InputArray image, OutputArrayOfArrays contours,
|
||||||
int mode, int method, Point offset = Point());
|
int mode, int method, Point offset = Point());
|
||||||
|
|
||||||
/** @example samples/cpp/squares.cpp
|
|
||||||
A program using pyramid scaling, Canny, contours and contour simplification to find
|
|
||||||
squares in a list of images (pic1-6.png). Returns sequence of squares detected on the image.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/** @example samples/tapi/squares.cpp
|
|
||||||
A program using pyramid scaling, Canny, contours and contour simplification to find
|
|
||||||
squares in the input image.
|
|
||||||
*/
|
|
||||||
|
|
||||||
//! @brief Find contours using link runs algorithm
|
//! @brief Find contours using link runs algorithm
|
||||||
//!
|
//!
|
||||||
//! This function implements an algorithm different from cv::findContours:
|
//! This function implements an algorithm different from cv::findContours:
|
||||||
|
Loading…
Reference in New Issue
Block a user