#include "Channels/Jet.H"
#include "GUI/XWindow.H"
#include "Image/DrawOps.H"
#include "Image/Image.H"
#include "Image/ImageSet.H"
#include "Image/Kernels.H"
#include "Image/MathOps.H"
#include "Image/ShapeOps.H"
#include "Raster/Raster.H"
#include "Util/log.H"
#include <cmath>
#include <dirent.h>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
Go to the source code of this file.
Functions | |
float | sqr (float x) |
std::vector< std::string > | readDir (std::string inName) |
int | main (int argc, char **argv) |
The main routine. Read images, process, display results. |
This is a test of the C++ hmax object recognition
Definition in file test-hmax.C.
int main | ( | int | argc, | |
char ** | argv | |||
) |
The main routine. Read images, process, display results.
Definition at line 85 of file test-hmax.C.
References Image< T >::clear(), concatArray(), XWindow::drawImage(), fileList, FLOAT_NORM_0_255, Image< T >::getHeight(), Image< T >::getSize(), Image< T >::getVal(), inplaceNormalize(), mean(), NO_INIT, RASFMT_PNM, Raster::ReadGray(), rescale(), Image< T >::resize(), Image< T >::setVal(), sqrt(), sum(), and Raster::VisuFloat().