ccmain/callnet.h

Go to the documentation of this file.
00001 
00020 #ifndef           CALLNET_H
00021 #define           CALLNET_H
00022 
00023 //      extern "C" {
00024 void init_net();  // Initialise net
00025 void callnet(  // Apply image to net
00026              float *input_vector,
00027              char *top,
00028              float *top_score,
00029              char *next,
00030              float *next_score);
00031 //      };
00032 #endif

Generated on Wed Feb 28 19:49:07 2007 for Tesseract by  doxygen 1.5.1