#include "CINNIC/CINNIC.H"
#include "CINNIC/cascadeHold.H"
#include "Util/log.H"
#include "Util/readConfig.H"
#include <iostream>
#include <sstream>
#include <stdlib.h>
#include <sys/types.h>
#include <time.h>
#include <cstdio>
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
This is the main function for CINNIC. | |
Variables | |
ContourNeuronCreate< float > | CINNICreate |
Create a CINNIC neuron, use float. | |
CINNIC | skeptic |
Standard CINNIC test object. | |
std::istream * | argInput |
pointer to command line argument stream | |
const char * | configFile |
This is the configFile name. | |
readConfig | configIn (25) |
This is the configFile object. |
Interactive CINNIC
Definition in file CINNICinteract.C.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
This is the main function for CINNIC.
to use this you must have a config file called contour.conf you should run this file by running it from src2 and executing it as such "../bin/CINNICtest ../image_in/imagefile outputname" where imagefile is a ppm file (do not include extention) and outputname is the name you would like attached to all the output files.
Definition at line 47 of file CINNICinteract.C.
References argInput, configFile, configIn, CINNIC::convolveTest(), ContourNeuronCreate< TC2 >::CreateNeuron(), CINNIC::filename, CINNIC::Ninput, NO_INIT, readConfig::openFile(), RASFMT_PNM, readConfig::readFileTrue(), readConfig::readFileValueF(), readConfig::readFileValueName(), Raster::ReadGray(), and CINNIC::savefilename.
std::istream* argInput |
pointer to command line argument stream
Definition at line 34 of file CINNICinteract.C.
Referenced by main().
ContourNeuronCreate<float> CINNICreate |
Create a CINNIC neuron, use float.
Definition at line 30 of file CINNICinteract.C.
const char* configFile |
This is the configFile name.
Definition at line 36 of file CINNICinteract.C.
readConfig configIn(25) |
This is the configFile object.