1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Sample files for image scanning, basic Mat, file I/O. Added Victors removed tutorials back in the system. Some typo fixing.Expanded conf.py with new global links.

This commit is contained in:
Bernat Gabor
2011-07-22 15:11:59 +00:00
parent 3d9cb082c9
commit ffe7a658fb
21 changed files with 1373 additions and 11 deletions
@@ -0,0 +1,15 @@
.. _discretFourierTransform:
Discrete Fourier Transform
**************************
Goal
====
We'll seek answers for the following questions:
.. container:: enumeratevisibleitemswithsquare
+ What is a Fourier transform and why use it?
+ How to do it in OpenCV?
+ Usage of functions such as: :imgprocfilter:`copyMakeBorder() <copymakeborder>`, :operationsonarrays:`merge() <merge>`, :operationsonarrays:`dft() <dft>`, :operationsonarrays:`getOptimalDFTSize() <getoptimaldftsize>`, :operationsonarrays:`log() <log>` and :operationsonarrays:`normalize() <normalize>` .
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

@@ -124,6 +124,25 @@ Here you will learn the about the basic building blocks of the library. A must r
:height: 90pt
:width: 90pt
+
.. tabularcolumns:: m{100pt} m{300pt}
.. cssclass:: toctableopencv
=============== ======================================================
|DiscFourTr| **Title:** * :ref:`discretFourierTransform`
*Compatibility:* > OpenCV 2.0
*Author:* |Author_BernatG|
You will see how and why use the Discrete Fourier transformation with OpenCV.
=============== ======================================================
.. |DiscFourTr| image:: images/discrete_fourier_transform.png
:height: 90pt
:width: 90pt
.. raw:: latex
\pagebreak
@@ -137,4 +156,5 @@ Here you will learn the about the basic building blocks of the library. A must r
../basic_linear_transform/basic_linear_transform
../basic_geometric_drawing/basic_geometric_drawing
../random_generator_and_text/random_generator_and_text
../mat-mask-operations/mat-mask-operations.rst
../mat-mask-operations/mat-mask-operations
../discrete_fourier_transform/discrete_fourier_transform