#include <LogPolar.h>
Public Member Functions | |
| LogPolar () | |
| LogPolar (float **img, int height, int width, int minS, int ry=30, int rx=11) | |
| ~LogPolar () | |
| void | ApplyFilter (float **img, int height, int width) |
| void | Save (void) |
| void | SetFileName (char *file) |
| float ** | GetPolars (void) |
| int | GetWidth () |
| int | GetHeight () |
Protected Attributes | |
| float ** | mCoords |
| float ** | mPolarized |
| char | mFile [256] |
| int | mMinHW |
| int | mHeight |
| int | mWidth |
| int | mImgHeight |
| int | mImgWidth |
|
|
Definition at line 41 of file LogPolar.h. |
|
||||||||||||||||||||||||||||
|
Definition at line 38 of file LogPolar.cpp. References ApplyFilter(), mCoords, mHeight, mImgHeight, mImgWidth, mMinHW, mPolarized, and mWidth. |
|
|
Definition at line 68 of file LogPolar.cpp. References mCoords, and mPolarized. |
|
||||||||||||||||
|
Definition at line 86 of file LogPolar.cpp. References vigra_ext::log(), M_PI, mCoords, mMinHW, and mPolarized. Referenced by LogPolar(). |
|
|
Definition at line 51 of file LogPolar.h. |
|
|
Definition at line 49 of file LogPolar.h. |
|
|
Definition at line 50 of file LogPolar.h. |
|
|
Definition at line 123 of file LogPolar.cpp. References mCoords, mFile, mHeight, mImgHeight, mImgWidth, mPolarized, mWidth, and celeste::PGMImage::WriteScaled(). |
|
|
Definition at line 48 of file LogPolar.h. |
|
|
Definition at line 55 of file LogPolar.h. Referenced by ApplyFilter(), LogPolar(), Save(), and ~LogPolar(). |
|
|
Definition at line 57 of file LogPolar.h. Referenced by Save(). |
|
|
Definition at line 59 of file LogPolar.h. Referenced by LogPolar(), and Save(). |
|
|
Definition at line 61 of file LogPolar.h. Referenced by LogPolar(), and Save(). |
|
|
Definition at line 62 of file LogPolar.h. Referenced by LogPolar(), and Save(). |
|
|
Definition at line 58 of file LogPolar.h. Referenced by ApplyFilter(), and LogPolar(). |
|
|
Definition at line 56 of file LogPolar.h. Referenced by ApplyFilter(), LogPolar(), Save(), and ~LogPolar(). |
|
|
Definition at line 60 of file LogPolar.h. Referenced by LogPolar(), and Save(). |
1.3.9.1