swighCode / PhotoMid

This project is a primtive version of photomath, written in python using OpenCV and pyTesseract.
1 stars 0 forks source link

Add new branch for a manual solution #4

Closed Apolloden closed 1 year ago

Apolloden commented 1 year ago

The EquationSolver.py is not very reliable when the input matrix is singular and thus, has no inverse. So we want a better overview of what is happening with the manipulated matrix. TODO:

This should be added to a new branch to avoid confusion with the numpy solution.

Apolloden commented 1 year ago

Done