#include "mfcpch.h"#include "errcode.h"#include "globals.h"Defines | |
| #define | OUTPUT_NODES 94 |
Functions | |
| void | init_net () |
| void | callnet (float *input_vector, char *top, float *top_score, char *next, float *next_score) |
Variables | |
| const ERRCODE | NETINIT = "NN init error" |
| #define OUTPUT_NODES 94 |
| void callnet | ( | float * | input_vector, | |
| char * | top, | |||
| float * | top_score, | |||
| char * | next, | |||
| float * | next_score | |||
| ) |
Apply image to net
| void init_net | ( | ) |
Initialise net
1.6.3