Skip to content
/ OCR Public
forked from AlexOuyang/OCR

Optical character Recognition using kmeans and neural network

Notifications You must be signed in to change notification settings

dyther/OCR

 
 

Repository files navigation

Digit Segmentation and Recognition using OpenCV and MLP

Digit Segmentation and Classification Using MLP and OpenCV on GoogleStreetView Data Base

To Run:

    cd scripts


    python main.py

        or

    python main.py SCALE_FACTOR         

To specify a SCALE_FACTOR. SCALE_FACTOR controls the frame size: frame size = frame size / SCALE_FACTOR. SCALE_FACTOR by default is 4

Usage During Run Time:

    Press 'c' to take a screen shot for analysis
    The corpped images are saved under directory: OCR/pics/cropped/

    Press 'q' or 'ESC' to quit

    Press '1' to increase resized video frame for analysis by 20px
    
    Press '2' to decrease resized video frame for analysis by 20px

Author: Chenxing Ouyang & Jiali Xie

About

Optical character Recognition using kmeans and neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.6%
  • Jupyter Notebook 6.4%