
In addition, parameters for converting to the polar domain are necessary for the conversion back to the cartesian domain. This function is versatile because it can automatically calculate an appropriate cartesian image size and center given the polar image.

Using a polar image, this function creates a cartesian image.


Def convertToCartesianImage ( image, center = None, initialRadius = None, finalRadius = None, initialAngle = None, finalAngle = None, imageSize = None, hasColor = False, order = 3, border = 'constant', borderVal = 0.0, useMultiThreading = False, settings = None ): """Convert polar image to cartesian image.
