DLCartesian Class Reference

Cartesian Image Calculation. More...

#include <DLCartesian.h>

List of all members.

Static Public Member Functions

static DLImage dlCartesianImage (const DLImage &in)


Detailed Description

Cartesian Image Calculation.

The algorithm is implemented as a static function, so no object of class DLCartesian needs to be instantiated. See below for a usage example.

Definition at line 16 of file DLCartesian.h.


Member Function Documentation

static DLImage DLCartesian::dlCartesianImage ( const DLImage in  )  [static]

Compute the cartesian image of a polar image. Assumes that the origin of the polar image is located at the center of the input image. The following code example will return the cartesian image for test.tif:

 DLImage i ("test.tif");
 DLImage cartesianImage = DLCartesian::dlCartesianImage(i, true);
Parameters:
in const DLImage &
Returns:
output DLImage


The documentation for this class was generated from the following file:

DOCLIB is being developed under contract by a collaboration between:
The Laboratory for Language and Media Processing
Unviersity of Maryland, College Park
and
Booz | Allen | Hamilton

All Rights Reserved, 2003-2007