You are here: Start » AVL.NET » PolarSpaceType Enumeration

PolarSpaceType Enumeration

Image transformation space.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Members

Member nameDescription
LogPolarUses following equation: \[ \rho = k \log{\sqrt{x^2+y^2} }, \phi = \arctan(\frac{y}{x}) \]
PolarUses following equation: \[ \rho = m \sqrt{x^2 + y^2} , \phi = \arctan(\frac{y}{x}) \]

Remarks

Decides which formula use to transform image. Parameters \(m\) and \(k\) are set to values which allow to fit source image in output image.

See also