-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
55 lines (44 loc) · 1.3 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# OCR_EPITA
This is our OCR school project at EPITA
## Getting Started
- git@github.com:Tibo-s-Team/OCR_EPITA.git
- cd src
- make
- run the program with the command `./TIBO`
### Prerequisites
- gcc (C99)
- Python 3
## File Architecture
```
.
├── Images
│ └── Images used by the program
├── Python
│ └── Python source files
├── src
│ ├── main.c
│ ├── Makefile
│ └── C source files (.c and headers)
└── tests
├── outputs
│ ├── Tests' results from our different neural networks
├── images
│ ├── All the images used to test our algorithms on
└── scripts
└── All the scripts used to run certain parts of the algorithm
```
## Project Avancement Recap
### What have we done
- Image loading : Done
- Image preprocessing : Done
- Image filtering : Done
### What we have to rework
- Interface : Add filter selection and better previsualization
- Image segmentation : Better thresholding system
### What we have to do
- Image rotation
## Authors
* [**DESMARAIS Lowen**](https://github.com/Epita-work-Lowen)
* [**DREVET FLorian**](https://github.com/FlorianDrevet)
* [**BARBAROUX Jean**](https://github.com/Abrakor)
* [**DUBOIN Léo**](https://github.com/d4ilyrun)