#include <GaborJet.h>
Public Member Functions | |
| GaborJet () | |
| ~GaborJet () | |
| void | Initialize (int y, int x, int x0, int y0, int r, float s=2.0, int f=2, float maxF=2, float minF=1, int a=8, bool save=false) |
| void | Filter (float **image, int *len) |
| float | GetResponse (int idx) |
| void | SetFileName (char *file) |
Protected Attributes | |
| bool | mShowFilter |
| int | mHeight |
| int | mWidth |
| int | mX |
| int | mY |
| float | mSigma |
| int | mAngles |
| int | mFreqs |
| int | mRadius |
| float | mMinFreq |
| float | mMaxFreq |
| GaborFilter ** | mFilters |
| float * | mFiducials |
| char | mFile [256] |
|
|
Definition at line 40 of file GaborJet.cpp. References mFiducials, mFilters, mHeight, mShowFilter, mWidth, mX, and mY. |
|
|
Definition at line 52 of file GaborJet.cpp. References mFiducials, and mFilters. |
|
||||||||||||
|
Definition at line 109 of file GaborJet.cpp. References cerr, celeste::GaborFilter::GetImaginary(), celeste::GaborFilter::GetReal(), mFiducials, mFilters, mX, and mY. Referenced by celeste::ProcessChannel(). |
|
|
Definition at line 49 of file GaborJet.h. Referenced by celeste::ProcessChannel(). |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 64 of file GaborJet.cpp. References celeste::GaborFilter::Initialize(), M_PI, mAngles, mFiducials, mFile, mFilters, mFreqs, mHeight, mMaxFreq, mMinFreq, mRadius, mShowFilter, mSigma, mWidth, mX, mY, and celeste::GaborFilter::Save(). Referenced by celeste::ProcessChannel(). |
|
|
Definition at line 51 of file GaborJet.h. Referenced by celeste::ProcessChannel(). |
|
|
Definition at line 61 of file GaborJet.h. Referenced by Initialize(). |
|
|
Definition at line 67 of file GaborJet.h. Referenced by Filter(), GaborJet(), Initialize(), and ~GaborJet(). |
|
|
Definition at line 68 of file GaborJet.h. Referenced by Initialize(). |
|
|
Definition at line 66 of file GaborJet.h. Referenced by Filter(), GaborJet(), Initialize(), and ~GaborJet(). |
|
|
Definition at line 62 of file GaborJet.h. Referenced by Initialize(). |
|
|
Definition at line 56 of file GaborJet.h. Referenced by GaborJet(), and Initialize(). |
|
|
Definition at line 65 of file GaborJet.h. Referenced by Initialize(). |
|
|
Definition at line 64 of file GaborJet.h. Referenced by Initialize(). |
|
|
Definition at line 63 of file GaborJet.h. Referenced by Initialize(). |
|
|
Definition at line 55 of file GaborJet.h. Referenced by GaborJet(), and Initialize(). |
|
|
Definition at line 60 of file GaborJet.h. Referenced by Initialize(). |
|
|
Definition at line 57 of file GaborJet.h. Referenced by GaborJet(), and Initialize(). |
|
|
Definition at line 58 of file GaborJet.h. Referenced by Filter(), GaborJet(), and Initialize(). |
|
|
Definition at line 59 of file GaborJet.h. Referenced by Filter(), GaborJet(), and Initialize(). |
1.3.9.1