
#include "Neuro/GistEstimatorGen.H"#include "Component/ModelManager.H"#include "Channels/ChannelMaps.H"#include "Channels/BlueYellowChannel.H"#include "Channels/ColorChannel.H"#include "Channels/GaborChannel.H"#include "Channels/IntensityChannel.H"#include "Channels/OrientationChannel.H"#include "Channels/RedGreenChannel.H"#include "Channels/Hue1Channel.H"#include "Channels/Hue2Channel.H"#include "Channels/HueChannel.H"#include "Channels/H2SVChannel.H"#include "Channels/CIELabChannel.H"#include "Channels/JunctionChannel.H"#include "Channels/EndPointChannel.H"#include "Channels/TJunctionChannel.H"#include "Channels/LJunctionChannel.H"#include "Channels/XJunctionChannel.H"#include "GUI/XWinManaged.H"#include "Image/CutPaste.H"#include "Image/DrawOps.H"#include "Image/FilterOps.H"#include "Image/MathOps.H"#include "Image/ShapeOps.H"#include "Neuro/gistParams.H"#include "Raster/Raster.H"#include "Simulation/SimEventQueue.H"#include "Neuro/NeuroSimEvents.H"#include "Simulation/SimEvents.H"#include "Channels/ChannelOpts.H"#include "Channels/SingleChannel.H"#include "Util/Timer.H"#include "Util/StringUtil.H"#include "Neuro/NeuroOpts.H"
Go to the source code of this file.
Defines | |
| #define | PYR_LEVEL 5 |
Functions | |
| Image< float > | getSubSumGen (Image< float > img) |
extract estimated gist using available features of the image
Definition in file GistEstimatorGen.C.
| #define PYR_LEVEL 5 |
Extract gist of image
Definition at line 78 of file GistEstimatorGen.C.
Referenced by GistEstimatorGen::getFeatureVector().
Extract gist of image
Definition at line 83 of file GistEstimatorGen.C.
References Image< T >::begin(), Image< T >::getHeight(), Image< T >::getWidth(), and ZEROS.
Referenced by GistEstimatorGen::getFeatureVector().
1.6.3