Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UFOCR-17] Add more image processing algorithms #19

Open
zamazan4ik opened this issue Mar 16, 2017 · 1 comment
Open

[UFOCR-17] Add more image processing algorithms #19

zamazan4ik opened this issue Mar 16, 2017 · 1 comment
Assignees

Comments

@zamazan4ik
Copy link
Owner

zamazan4ik commented Mar 16, 2017

List of required algorithms:

  • Deblurring (Wiener filter, Gaussian filter, smth else). Now we have nothing.
  • Cropping/Autocropping (Canny-based, Hougline-based, feature-detection-based,etc.). Now we have unworkable crop. Autocropping is not implemented yet.
  • Binarization(Otsu, COCOCLUST and a lot other). Now we have a lot of handwriiten algorithm. Should be rewritten as much as possible with OpenCV.
  • Invert. Now we have nothing.
  • Deskew (probably Leptonica-based). Manual deskew is implemented, auto deskew does not work correctly.
  • Remove distortions (Trapezoidal, etc). Now we have nothing.
  • Denoising (Bilateral filter, adaptive Bilateral filter, etc). Now we have simple bilateral filter, should be improved a lot.
  • Remove lines. Now we have nothing.
  • Auto choosing algorithm for binarization (probably should be implemented with neural networks). Now we have nothing.
@zamazan4ik zamazan4ik self-assigned this Mar 16, 2017
@zamazan4ik
Copy link
Owner Author

Added initial support for: deblurring, blur detection, OpenCV-based binarising(OTSU).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant