Skip to content
Snippets Groups Projects
Commit fa28fc8e authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: converting to latex comments

parent 66cc7635
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,8 @@ namespace otb
*
* Given (x,y) the coordinates of a point in cartesian system, the corresponding
* log-polar coordinates are :
* Rho = 1/2*log((x-xc)²+(y+yc)²)
* Theta = asin(y-yc)/(sqrt((x-xc)²+(y+yc)²))
* \f$ \rho = 1/2*log((x-xc)^2+(y+yc)^2) \f$
* \f$ \theta = asin(y-yc)/(\sqrt{(x-xc)^2+(y+yc)^2}) \f$
*
* In this implemenatation, theta is expressed in degree, and the result of the asin function
* is clamped to the [0,360] range. Please note that since the transform of the center has no meaning
......
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