Skip to content

Commit 5b44319

Browse files
committed
group contour articles together
1 parent cb82388 commit 5b44319

File tree

2 files changed

+64
-58
lines changed

2 files changed

+64
-58
lines changed

doc/tutorials/imgproc/table_of_content_imgproc.markdown

Lines changed: 2 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -243,65 +243,9 @@ In this section you will learn about the image processing (manipulation) functio
243243

244244
Where we learn how to match templates in an image
245245

246-
- @subpage tutorial_find_contours
246+
- @subpage tutorial_table_of_contents_contours
247247

248-
*Languages:* C++, Java, Python
249-
250-
*Compatibility:* \> OpenCV 2.0
251-
252-
*Author:* Ana Huamán
253-
254-
Where we learn how to find contours of objects in our image
255-
256-
- @subpage tutorial_hull
257-
258-
*Languages:* C++, Java, Python
259-
260-
*Compatibility:* \> OpenCV 2.0
261-
262-
*Author:* Ana Huamán
263-
264-
Where we learn how to get hull contours and draw them
265-
266-
- @subpage tutorial_bounding_rects_circles
267-
268-
*Languages:* C++, Java, Python
269-
270-
*Compatibility:* \> OpenCV 2.0
271-
272-
*Author:* Ana Huamán
273-
274-
Where we learn how to obtain bounding boxes and circles for our contours
275-
276-
- @subpage tutorial_bounding_rotated_ellipses
277-
278-
*Languages:* C++, Java, Python
279-
280-
*Compatibility:* \> OpenCV 2.0
281-
282-
*Author:* Ana Huamán
283-
284-
Where we learn how to obtain rotated bounding boxes and ellipses for our contours
285-
286-
- @subpage tutorial_moments
287-
288-
*Languages:* C++, Java, Python
289-
290-
*Compatibility:* \> OpenCV 2.0
291-
292-
*Author:* Ana Huamán
293-
294-
Where we learn to calculate the moments of an image
295-
296-
- @subpage tutorial_point_polygon_test
297-
298-
*Languages:* C++, Java, Python
299-
300-
*Compatibility:* \> OpenCV 2.0
301-
302-
*Author:* Ana Huamán
303-
304-
Where we learn how to calculate distances from the image to contours
248+
Learn how to find contours in images and investigate their properties and features.
305249

306250
- @subpage tutorial_distance_transform
307251

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
Contours in OpenCV {#tutorial_table_of_contents_contours}
2+
==================
3+
4+
- @subpage tutorial_find_contours
5+
6+
*Languages:* C++, Java, Python
7+
8+
*Compatibility:* \> OpenCV 2.0
9+
10+
*Author:* Ana Huamán
11+
12+
Where we learn how to find contours of objects in our image
13+
14+
- @subpage tutorial_hull
15+
16+
*Languages:* C++, Java, Python
17+
18+
*Compatibility:* \> OpenCV 2.0
19+
20+
*Author:* Ana Huamán
21+
22+
Where we learn how to get hull contours and draw them
23+
24+
- @subpage tutorial_bounding_rects_circles
25+
26+
*Languages:* C++, Java, Python
27+
28+
*Compatibility:* \> OpenCV 2.0
29+
30+
*Author:* Ana Huamán
31+
32+
Where we learn how to obtain bounding boxes and circles for our contours
33+
34+
- @subpage tutorial_bounding_rotated_ellipses
35+
36+
*Languages:* C++, Java, Python
37+
38+
*Compatibility:* \> OpenCV 2.0
39+
40+
*Author:* Ana Huamán
41+
42+
Where we learn how to obtain rotated bounding boxes and ellipses for our contours
43+
44+
- @subpage tutorial_moments
45+
46+
*Languages:* C++, Java, Python
47+
48+
*Compatibility:* \> OpenCV 2.0
49+
50+
*Author:* Ana Huamán
51+
52+
Where we learn to calculate the moments of an image
53+
54+
- @subpage tutorial_point_polygon_test
55+
56+
*Languages:* C++, Java, Python
57+
58+
*Compatibility:* \> OpenCV 2.0
59+
60+
*Author:* Ana Huamán
61+
62+
Where we learn how to calculate distances from the image to contours

0 commit comments

Comments
 (0)