Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.31 KB

README.md

File metadata and controls

58 lines (46 loc) · 1.31 KB

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