Skip to content
forked from 12019/LCD-OCR

Reads LCD display measurements via Computer Vision

Notifications You must be signed in to change notification settings

gnome74/LCD-OCR

 
 

Repository files navigation

Build Status

=== LCD OCR ===

Finds LCD display on a digital photo and prepares it's fragments for OCR.
Test photos are made on a low end 3MP smartphone camera with no hardware autofocus.
LCD display assumed to be the largest rectangle on the photo.
Character segmentation are made based on vertical or horizontal projection of the image. To help analyze the projection, the ratio of second derivative of this curve to its height is calculated (PAMI96, p.9)

=== Chain Of Responsibility design pattern ===
visible: Video > Photo > LCD > SingleRow
croppable: CroppableImage > AreaFactory > Projection

About

Reads LCD display measurements via Computer Vision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%