.. _Table-Of-Content-Contours:

Contours in OpenCV
-----------------------------------------------------------

*  :ref:`Contours_Getting_Started`

  .. tabularcolumns:: m{100pt} m{300pt}
  .. cssclass:: toctableopencv

  =========== ===================================================================
  |contour_1| Learn to find and draw Contours


  =========== ===================================================================

  .. |contour_1|  image:: images/contour_starting.jpg
                 :height: 90pt
                 :width:  90pt

*  :ref:`Contour_Features`

  .. tabularcolumns:: m{100pt} m{300pt}
  .. cssclass:: toctableopencv

  =========== ===================================================================
  |contour_2| Learn to find different features of contours like area, perimeter, bounding rectangle etc.

  =========== ===================================================================

  .. |contour_2|  image:: images/contour_features.jpg
                 :height: 90pt
                 :width:  90pt

*  :ref:`Contour_Properties`

  .. tabularcolumns:: m{100pt} m{300pt}
  .. cssclass:: toctableopencv

  =========== ===================================================================
  |contour_3| Learn to find different properties of contours like Solidity, Mean Intensity etc.

  =========== ===================================================================

  .. |contour_3|  image:: images/contour_properties.jpg
                 :height: 90pt
                 :width:  90pt

*  :ref:`Contours_More_Functions`

  .. tabularcolumns:: m{100pt} m{300pt}
  .. cssclass:: toctableopencv

  =========== ===================================================================
  |contour_4| Learn to find convexity defects, pointPolygonTest, match different shapes etc.

  =========== ===================================================================

  .. |contour_4|  image:: images/contour_defects.jpg
                 :height: 90pt
                 :width:  90pt

*  :ref:`Contours_Hierarchy`

  .. tabularcolumns:: m{100pt} m{300pt}
  .. cssclass:: toctableopencv

  =========== ===================================================================
  |contour_5| Learn about Contour Hierarchy

  =========== ===================================================================

  .. |contour_5|  image:: images/contour_hierarchy.jpg
                 :height: 90pt
                 :width:  90pt

.. raw:: latex

   \pagebreak

.. We use a custom table of content format and as the table of content only informs Sphinx about the hierarchy of the files, no need to show it.
.. toctree::
   :hidden:

   ../py_contours_begin/py_contours_begin
   ../py_contour_features/py_contour_features
   ../py_contour_properties/py_contour_properties
   ../py_contours_more_functions/py_contours_more_functions
   ../py_contours_hierarchy/py_contours_hierarchy
