Decomposing Bodies
  1. Decomposing Bodies

extractors-handwrittendecimals

Public
AuthorCommitMessageCommit dateIssues
Sandeep Puthanveetil SatheesanSandeep Puthanveetil Satheesan
6c769585bcaAdded MATLAB binary path to config and using that in code.
Sandeep Puthanveetil SatheesanSandeep Puthanveetil Satheesan
25a9fa971121. Add functionality to detect decimal points and use that in calculation.2. Added heuristic that a decimal point comes only after a digit. 3. Added functionality to ignore small dots that come after the decimal point gets detected. 4. Now storing the precision for each real number and writing to the temp text file based on that precision. 5. Reduced the needed min confidence level for digit classification 6. Added functionality to remove pseudo peaks in between the ...
Sandeep Puthanveetil SatheesanSandeep Puthanveetil Satheesan
caf98aaed58Fine tuning of parameters and other debod specific changes.
Sandeep Puthanveetil SatheesanSandeep Puthanveetil Satheesan
895142c1cc0Return back to main folder after executing steps.
Sandeep Puthanveetil SatheesanSandeep Puthanveetil Satheesan
b30f58011f9Initial Commit