Tibo-s-Team / OCR_EPITA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C 78.0%Language:Python 18.3%Language:Makefile 3.1%Language:Shell 0.4%Language:C++ 0.2%