#include "Image/LogPolarTransform.H"
#include "Image/MathOps.H"
#include "Image/Pixels.H"
#include "Image/Range.H"
#include "Util/MathFunctions.H"
#include <algorithm>
#include <cmath>
#include <utility>
#include <vector>
#include "inst/Image/LogPolarTransform.I"
Go to the source code of this file.
Functions | |
template<class T > | |
Image< T > | logPolarTransform (const LogPolarTransform &t, const Image< T > &inp, const T bkg_color) |
Definition in file LogPolarTransform.C.