From fa28fc8e040202ab2f3018d7191a14a2ea6b1eb0 Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Mon, 24 Nov 2008 15:41:51 +0800 Subject: [PATCH] DOC: converting to latex comments --- Code/BasicFilters/otbInverseLogPolarTransform.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/BasicFilters/otbInverseLogPolarTransform.h b/Code/BasicFilters/otbInverseLogPolarTransform.h index d26ed34fd9..066973e655 100644 --- a/Code/BasicFilters/otbInverseLogPolarTransform.h +++ b/Code/BasicFilters/otbInverseLogPolarTransform.h @@ -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 -- GitLab