Skip to content
Snippets Groups Projects
Commit 60532723 authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

DOC: enhanced FourierMellinDescriptorsImageFunction documentation

parent 554d28ed
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,17 @@ namespace otb
*
* Calculate the Fourier-Mellin descriptors over a specified neighborhood.
* The implemented equation is:
*
* D_{p,q}=|M_{p,q}|
*
* With:
*
* \f[ M_{p,q}=\frac{1}{2\pi} \int_{-\infty}^{\infty} \int_{-\infty}^{\infty} (x+iy)^{p} \cdot
(x^{2}+y^{2})^{\frac{p-2+\sigma-iq}{2}} \cdot f(x,y) \cdot dx \cdot dy \f]
*
* And:
* - \f$(x,y)\f$ pixel localization;
* - \f$ f(x,y)\f$ the pixel value over the \f$(x,y)\f$ coordinate.
*
* This class is templated over the input image type and the
* coordinate representation type (e.g. float or double).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment