#include "Component/ModelManager.H"
#include "GUI/XWinManaged.H"
#include "Image/DrawOps.H"
#include "Image/Pixels.H"
#include "Neuro/GistEstimatorStd.H"
#include "Neuro/GistEstimatorTexton.H"
#include "Neuro/NeuroOpts.H"
#include "Neuro/StdBrain.H"
#include "Neuro/gistParams.H"
#include "Raster/Raster.H"
#include "Util/Types.H"
#include "Media/MPEGStream.H"
#include "Media/MediaOpts.H"
#include "Channels/ChannelOpts.H"
#include "Media/SimFrameSeries.H"
#include "Simulation/SimEventQueueConfigurator.H"
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <math.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | saveData (Image< double > data, std::string fName) |
int | main (const int argc, const char **argv) |
extract gist from an image using available features from the image
Definition in file test-gist.C.
void saveData | ( | Image< double > | data, | |
std::string | fName | |||
) |
display and save gist information
Definition at line 157 of file test-gist.C.
References Image< T >::beginw(), and Image< T >::getSize().