
#include "CINNIC/CINNICstatsRun.H"
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 | |
| char * | configFile |
| this contains the name of the config file | |
| char * | rawImage |
| this file contains the input RAW image | |
| char * | salImage |
| this file contains a salincy map | |
| readConfig | ReadConfig (25) |
| This is the configFile object. | |
| CINNICstatsRun | runStats |
| main object for stats | |
find N most salient points in some image for CINNIC
Definition in file pointAndFlood.C.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
This is a package to run tests on the output from CINNIC.
Definition at line 65 of file pointAndFlood.C.
References configFile, readConfig::openFile(), CINNICstatsRun::pointAndFloodImage(), RASFMT_PNM, rawImage, ReadConfig, Raster::ReadGray(), Raster::ReadRGB(), salImage, CINNICstatsRun::setConfig(), and CINNICstatsRun::setStuff().
| char* configFile |
this contains the name of the config file
Definition at line 50 of file pointAndFlood.C.
| char* rawImage |
this file contains the input RAW image
Definition at line 53 of file pointAndFlood.C.
Referenced by main(), RemoveSurprise< PIXTYPE, BETATYPE, FLOAT >::RSinputRawImage(), SurpriseControl< PIXTYPE, BETATYPE, FLOAT >::SCinputRawImage(), ScaleRemoveSurprise< FLOAT >::SRSinputRawImage(), and ScaleSurpriseControl< FLOAT >::SSCinputRawImage().
| readConfig ReadConfig(25) |
This is the configFile object.
Referenced by main().
main object for stats
Definition at line 62 of file pointAndFlood.C.
| char* salImage |
this file contains a salincy map
Definition at line 56 of file pointAndFlood.C.
Referenced by main().
1.6.3