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,38 @@
.. _FloodFill:
How to fill an image
**********************
Goal
=====
In this tutorial you will learn how to:
* Use the :flood_fill:`FloodFill <>` OpenCV function
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_1.cpp>`_
.. code-block:: cpp
Explanation
=============
Results
========