From 7a7011bd4f86d7b10a9577b3e7f5b2de329523b4 Mon Sep 17 00:00:00 2001 From: Bernat Gabor Date: Wed, 6 Jul 2011 09:15:54 +0000 Subject: [PATCH] Corrected(re-added) and extended the ImgProc Tutorial TOC entry. --- .../table_of_content_imgproc.rst | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/doc/tutorials/imgproc/table_of_content_imgproc/table_of_content_imgproc.rst b/doc/tutorials/imgproc/table_of_content_imgproc/table_of_content_imgproc.rst index 5986ca387..b5c739c54 100644 --- a/doc/tutorials/imgproc/table_of_content_imgproc/table_of_content_imgproc.rst +++ b/doc/tutorials/imgproc/table_of_content_imgproc/table_of_content_imgproc.rst @@ -7,7 +7,6 @@ In this section you will learn about the image processing (manipulation) functio .. include:: ../../definitions/tocDefinitions.rst - + .. tabularcolumns:: m{100pt} m{300pt} @@ -388,6 +387,28 @@ In this section you will learn about the image processing (manipulation) functio .. toctree:: :hidden: + ../gausian_median_blur_bilateral_filter/gausian_median_blur_bilateral_filter + ../erosion_dilatation/erosion_dilatation + ../opening_closing_hats/opening_closing_hats + ../pyramids/pyramids + ../threshold/threshold + ../imgtrans/filter_2d/filter_2d + ../imgtrans/copyMakeBorder/copyMakeBorder + ../imgtrans/sobel_derivatives/sobel_derivatives + ../imgtrans/laplace_operator/laplace_operator + ../imgtrans/canny_detector/canny_detector + ../imgtrans/hough_lines/hough_lines + ../imgtrans/hough_circle/hough_circle + ../imgtrans/remap/remap + ../imgtrans/warp_affine/warp_affine + ../histograms/histogram_equalization/histogram_equalization + ../histograms/histogram_calculation/histogram_calculation + ../histograms/histogram_comparison/histogram_comparison + ../histograms/back_projection/back_projection + ../histograms/template_matching/template_matching + + +