#include "Neuro/GistEstimatorFFT.H"
#include "Neuro/gistParams.H"
#include "Channels/IntensityChannel.H"
#include "Image/Kernels.H"
#include "Image/CutPaste.H"
#include "Image/MathOps.H"
#include "Image/DrawOps.H"
#include "Raster/Raster.H"
#include "Simulation/SimEventQueue.H"
#include "Neuro/NeuroSimEvents.H"
#include "Simulation/SimEvents.H"
Go to the source code of this file.
Defines | |
#define | NUM_G_LEV 5 |
#define | NUM_G_DIR 8 |
#define | WIN_NUM 4 |
Extract gist of image using the Fourier Transform
Definition in file GistEstimatorFFT.C.
#define NUM_G_LEV 5 |
Extract gist of image using the Fourier transform
Definition at line 58 of file GistEstimatorFFT.C.
Referenced by GistEstimatorFFT::computeGistFeatureVector(), and GistEstimatorFFT::GistEstimatorFFT().