An open API service indexing awesome lists of open source software.

https://github.com/zeyadetman/camera-based-calculator

🖩 camera-based calculator (in progress)
https://github.com/zeyadetman/camera-based-calculator

calculator camera cs-projects image-processing

Last synced: 5 months ago
JSON representation

🖩 camera-based calculator (in progress)

Awesome Lists containing this project

README

          

# camera-based-calculator
camera-based simple calculator (in progress), compute formulas from papers.

# Steps:

1. Segment the formula from the image. (in progress)
1. Extract digits and operators using connected-components method. (Finished)
1. Recognize the digits and operators. (Low accuracy)
1. Solve the formula.

# How to recognize the digits?
![digit recongnition](Diagram.png)