#include "Channels/ChannelMaps.H"
#include "Image/DrawOps.H"
#include "Neuro/gistParams.H"
#include "Neuro/GistEstimator.H"
#include "Neuro/VisualCortex.H"
#include "Media/MediaSimEvents.H"
#include "Component/ModelComponent.H"
Go to the source code of this file.
Classes | |
class | RawGistEstimatorStd |
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.H.
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().