New Insight Journal article: CartesianToPolar and PolarToCartesian Image Filters

A new submission has been added to the Insight Journal.

Title: CartesianToPolar and PolarToCartesian Image Filters
Authors: Ajani B., Sharda S.
Abstract: In this paper, we describe a set of filters, implemented in the Insight Toolkit www.itk.org, for converting an image from Cartesian co-ordinate space to Polar co-ordinate space and vice-versa. Cartesian to Polar conversion of an image is a useful operation in preprocessing stage of certain image-processing algorithm where feature of interest has simplified representation in the polar space. This paper is accompanied with the source code, input data, parameters and output data that the authors used for validating the algorithm described in this paper. This adheres to the fundamental principle that scientific publications must facilitate reproducibility of the reported results.

Download and review this publication at: http://hdl.handle.net/10380/3605

3 Likes

Are there any conversion operators available in itk now? CartesianToPolar and PolarToCartesian Image Filters

Hi,

itk::CurvilinearArraySpecialCoordinatesImage from ITKUltrasound provides equivalent functionality.

1 Like