#include "Neuro/GistEstimatorStd.H"
#include "Component/ModelManager.H"
#include "Channels/ChannelMaps.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"
Go to the source code of this file.
Functions | |
Image< double > | getSubSum (Image< float > img) |
double | getMeanPoly (Image< float > img, std::vector< Point2D< int > > polygon) |
extract estimated gist using available features of the image
Definition in file RawGistEstimatorStd.C.
Extract gist of image
Definition at line 70 of file RawGistEstimatorStd.C.
References Image< T >::begin(), Image< T >::getHeight(), Image< T >::getWidth(), and ZEROS.
Referenced by RawGistEstimatorStd::computeFeatureVector(), and BeobotBrainMT::threadCompute().