.. _Table-Of-Content-Histograms:

Histograms in OpenCV
-----------------------------------------------------------

*  :ref:`Histograms_Getting_Started`

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

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


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

  .. |hist_1|  image:: images/histograms_1d.jpg
                 :height: 90pt
                 :width:  90pt

*  :ref:`PY_Histogram_Equalization`

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

  =========== ===================================================================
  |hist_2|    Learn to Equalize Histograms to get better contrast for images


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

  .. |hist_2|  image:: images/histograms_equ.jpg
                 :height: 90pt
                 :width:  90pt

*  :ref:`TwoD_Histogram`

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

  =========== ===================================================================
  |hist_3|    Learn to find and plot 2D Histograms


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

  .. |hist_3|  image:: images/histograms_2d.jpg
                 :height: 90pt
                 :width:  90pt

*  :ref:`Histogram_Backprojection`

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

  =========== ===================================================================
  |hist_4|    Learn histogram backprojection to segment colored objects


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

  .. |hist_4|  image:: images/histograms_bp.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_histogram_begins/py_histogram_begins
   ../py_histogram_equalization/py_histogram_equalization
   ../py_2d_histogram/py_2d_histogram
   ../py_histogram_backprojection/py_histogram_backprojection
