Tutorial Sobel Derivatives
[platform/upstream/opencv.git] / doc / tutorials / imgproc / table_of_content_imgproc.markdown
index 447f197..f4c57cd 100644 (file)
@@ -5,6 +5,8 @@ In this section you will learn about the image processing (manipulation) functio
 
 -   @subpage tutorial_gausian_median_blur_bilateral_filter
 
+    *Languages:* C++, Java, Python
+
     *Compatibility:* \> OpenCV 2.0
 
     *Author:* Ana Huamán
@@ -27,7 +29,9 @@ In this section you will learn about the image processing (manipulation) functio
 
     Here we investigate different morphology operators
 
--      @subpage tutorial_hitOrMiss
+-   @subpage tutorial_hitOrMiss
+
+    *Languages:* C++, Java, Python
 
     *Compatibility:* \> OpenCV 2.4
 
@@ -35,13 +39,15 @@ In this section you will learn about the image processing (manipulation) functio
 
     Learn how to find patterns in binary images using the Hit-or-Miss operation
 
--   @subpage tutorial_moprh_lines_detection
+-   @subpage tutorial_morph_lines_detection
+
+    *Languages:* C++, Java, Python
 
     *Compatibility:* \> OpenCV 2.0
 
     *Author:* Theodore Tsesmelis
 
-    Here we will show how we can use different morphology operators to extract horizontal and vertical lines
+    Here we will show how we can use different morphological operators to extract horizontal and vertical lines
 
 -   @subpage tutorial_pyramids
 
@@ -57,7 +63,7 @@ In this section you will learn about the image processing (manipulation) functio
 
     *Author:* Ana Huamán
 
-    After so much processing, it is time to decide which pixels stay!
+    After so much processing, it is time to decide which pixels stay
 
 -   @subpage tutorial_threshold_inRange
 
@@ -81,23 +87,27 @@ In this section you will learn about the image processing (manipulation) functio
 
     *Author:* Ana Huamán
 
-    Where we learn how to pad our images!
+    Where we learn how to pad our images
 
 -   @subpage tutorial_sobel_derivatives
 
+    *Languages:* C++, Java, Python
+
     *Compatibility:* \> OpenCV 2.0
 
     *Author:* Ana Huamán
 
-    Where we learn how to calculate gradients and use them to detect edges!
+    Where we learn how to calculate gradients and use them to detect edges
 
 -   @subpage tutorial_laplace_operator
 
+    *Languages:* C++, Java, Python
+
     *Compatibility:* \> OpenCV 2.0
 
     *Author:* Ana Huamán
 
-    Where we learn about the *Laplace* operator and how to detect edges with it.
+    Where we learn about the *Laplace* operator and how to detect edges with it
 
 -   @subpage tutorial_canny_detector
 
@@ -105,7 +115,7 @@ In this section you will learn about the image processing (manipulation) functio
 
     *Author:* Ana Huamán
 
-    Where we learn a sophisticated alternative to detect edges.
+    Where we learn a sophisticated alternative to detect edges
 
 -   @subpage tutorial_hough_lines
 
@@ -173,6 +183,8 @@ In this section you will learn about the image processing (manipulation) functio
 
 -   @subpage tutorial_template_matching
 
+    *Languages:* C++, Java, Python
+
     *Compatibility:* \> OpenCV 2.0
 
     *Author:* Ana Huamán
@@ -193,7 +205,7 @@ In this section you will learn about the image processing (manipulation) functio
 
     *Author:* Ana Huamán
 
-    Where we learn how to get hull contours and draw them!
+    Where we learn how to get hull contours and draw them
 
 -   @subpage tutorial_bounding_rects_circles
 
@@ -201,7 +213,7 @@ In this section you will learn about the image processing (manipulation) functio
 
     *Author:* Ana Huamán
 
-    Where we learn how to obtain bounding boxes and circles for our contours.
+    Where we learn how to obtain bounding boxes and circles for our contours
 
 -   @subpage tutorial_bounding_rotated_ellipses
 
@@ -209,7 +221,7 @@ In this section you will learn about the image processing (manipulation) functio
 
     *Author:* Ana Huamán
 
-    Where we learn how to obtain rotated bounding boxes and ellipses for our contours.
+    Where we learn how to obtain rotated bounding boxes and ellipses for our contours
 
 -   @subpage tutorial_moments
 
@@ -233,4 +245,4 @@ In this section you will learn about the image processing (manipulation) functio
 
     *Author:* Theodore Tsesmelis
 
-    Where we learn to segment objects using Laplacian filtering, the Distance Transformation and the Watershed algorithm.
\ No newline at end of file
+    Where we learn to segment objects using Laplacian filtering, the Distance Transformation and the Watershed algorithm.