#include "Util/Assert.H"
#include "CINNIC/CINNICstatsRun.H"
#include "Raster/Raster.H"
#include "Image/Image.H"
#include "Image/Pixels.H"
#include <fstream>
#include <iostream>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
This is a package to run tests on the output from CINNIC. | |
Variables | |
const char * | configFile |
this contains the name of the config file | |
const char * | configFile2 |
this contains the name of the second config file | |
const char * | targetFileName |
this is the target file to open | |
const char * | notargetFileName |
this is the non target file to open | |
readConfig | ReadConfig (25) |
This is the configFile object. | |
readConfig | ReadConfig2 (25) |
This is the second configFile object. | |
CINNICstatsRun | runStats |
main object for stats | |
Image< float > | Fimage [2] |
image float | |
float | forReturn |
float for return | |
std::string | in |
input string for parsing input files | |
int | height |
image input data | |
int | width |
int | currentX |
image input data | |
int | currentY |
[put description here]
Definition in file PolatSagiTest.C.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
This is a package to run tests on the output from CINNIC.
Definition at line 40 of file PolatSagiTest.C.
References ASSERT, configFile, configFile2, currentX, forReturn, CINNICstatsRun::getMu1(), CINNICstatsRun::getMu2(), height, in, notargetFileName, readConfig::openFile(), CINNICstatsRun::polatSagi2AFC(), ReadConfig, ReadConfig2, Image< T >::resize(), CINNICstatsRun::setConfig(), CINNICstatsRun::setStuff(), Image< T >::setVal(), and targetFileName.
const char* configFile |
this contains the name of the config file
Definition at line 16 of file PolatSagiTest.C.
const char* configFile2 |
this contains the name of the second config file
Definition at line 18 of file PolatSagiTest.C.
int currentX |
image float
Definition at line 30 of file PolatSagiTest.C.
float forReturn |
int height |
image input data
Definition at line 36 of file PolatSagiTest.C.
Referenced by BeoSubTaskDecoder::BeoSubTaskDecoder(), buildPyrRetinexLog(), BeoSub::CenterBin(), SpatialMetrics::deg2pix(), DisparityChannel::doInput(), PlotBufferList::draw(), PlotBuffer::draw(), findBoundingRect(), BeoSub::FollowPipeLine(), getCleanOpticFlow(), ParallelShape::getDist(), RectangleShape::getDist(), OctagonShape::getDist(), SquareShape::getDist(), FoeDetector::getFoe(), ScaleSpace::getKeypointImage(), Image2mexArray(), Image2mexArrayUint8(), WinnerTakeAllTempNote::input(), main(), mexArr2ImgVec(), mexArray2Image(), mexArray2RGBImage(), SpatialMetrics::pix2deg(), GeometricHashing::readTable(), BeoSubCross::setupOrangeTracker(), segmentImageMC2::SIcalcMassCenter(), SceneRec::trainFeature(), and GeometricHashing::writeTable().
input string for parsing input files
Definition at line 34 of file PolatSagiTest.C.
Referenced by rutz::bidir_pipe::init(), MgzJDecoder::init(), BeoSubDB::initializeDatabase(), GentleBoost::load(), BeoSubDB::loadDatabase(), main(), readConfig::openFile(), Rovio::playSound(), SimulationViewerNerdCam::writeChannelPage(), and SimulationViewerNerdCam::writeStatusPage().
const char* notargetFileName |
this is the non target file to open
Definition at line 22 of file PolatSagiTest.C.
Referenced by main().
readConfig ReadConfig(25) |
This is the configFile object.
This is the second configFile object.
Referenced by main().
main object for stats
Definition at line 28 of file PolatSagiTest.C.
const char* targetFileName |
this is the target file to open
Definition at line 20 of file PolatSagiTest.C.
Referenced by main().