PandA-2024.02
digitrec_sw.h
Go to the documentation of this file.
1 /*===============================================================*/
2 /* */
3 /* digitrec_sw.h */
4 /* */
5 /* Software version for digit recognition */
6 /* */
7 /*===============================================================*/
8 
9 #ifndef __DIGITREC_SW_H__
10 #define __DIGITREC_SW_H__
11 
12 #include "typedefs.h"
13 
14 void DigitRec_sw(const DigitType global_training_set[NUM_TRAINING * DIGIT_WIDTH],
15  const DigitType global_test_set[NUM_TEST * DIGIT_WIDTH],
16  LabelType global_results[NUM_TEST]);
17 
18 #endif
#define NUM_TEST
Definition: typedefs.h:15
unsigned char LabelType
Definition: typedefs.h:20
#define NUM_TRAINING
Definition: typedefs.h:13
void DigitRec_sw(const DigitType global_training_set[NUM_TRAINING *DIGIT_WIDTH], const DigitType global_test_set[NUM_TEST *DIGIT_WIDTH], LabelType global_results[NUM_TEST])
Definition: digitrec_sw.c:90
#define DIGIT_WIDTH
Definition: typedefs.h:16
unsigned long long DigitType
Definition: typedefs.h:19

Generated on Mon Feb 12 2024 13:02:50 for PandA-2024.02 by doxygen 1.8.13