Deleting old tutorial files and put them in folders

This commit is contained in:
Ana Huaman
2011-06-21 03:30:18 +00:00
parent 3162b742a3
commit ae55138a49
74 changed files with 186 additions and 750 deletions

View File

@@ -0,0 +1,44 @@
.. _Morphology_2::
Morphology 2
**************
Goal
=====
In this tutorial you will learn how to:
* Use the OpenCV function :morphology_ex:`morphologyEx <>` to operate an image and convert it using:
* Opening
* Closing
* Morphological Gradient
* Top Hat
* Black Hat
Cool Theory
============
.. note::
The explanation below belongs to the book **Learning OpenCV** by Bradski and Kaehler.
Code
======
This tutorial code's is shown lines below. You can also download it from `here <https://code.ros.org/svn/opencv/trunk/opencv/samples/cpp/tutorial_code/Image_Processing/Morphology_2.cpp>`_
.. code-block:: cpp
Explanation
=============
Results
========