Skip to content

Tibo-s-Team/OCR_EPITA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR_EPITA

This is our OCR school project at EPITA

Getting Started

git clone 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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •