mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 22:19:14 +08:00
Merge pull request #25542 from mshabunin:fix-disable-diagram
doc: disable inheritance graphs
This commit is contained in:
commit
26a5730f0d
@ -319,7 +319,7 @@ DOT_FONTPATH =
|
||||
DOT_COMMON_ATTR = "fontname=Helvetica,fontsize=10"
|
||||
DOT_EDGE_ATTR = "labelfontname=Helvetica,labelfontsize=10"
|
||||
DOT_NODE_ATTR = "shape=box,height=0.2,width=0.4"
|
||||
CLASS_GRAPH = YES
|
||||
CLASS_GRAPH = NO
|
||||
COLLABORATION_GRAPH = YES
|
||||
GROUP_GRAPHS = NO
|
||||
UML_LOOK = YES
|
||||
|
@ -4030,16 +4030,6 @@ CV_EXPORTS_W void findContours( InputArray image, OutputArrayOfArrays contours,
|
||||
CV_EXPORTS void findContours( InputArray image, OutputArrayOfArrays contours,
|
||||
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
|
||||
//!
|
||||
//! This function implements an algorithm different from cv::findContours:
|
||||
|
Loading…
Reference in New Issue
Block a user