We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It works very well! But the speed is slow comparatively. Is it possible to boost the speed by gpu or other ways?
The text was updated successfully, but these errors were encountered:
Message that will be displayed on users first issue
Sorry, something went wrong.
Hi @enymfc25173, I think there are two ways to speed up:
Reduce the image size before perform skew estimation, the DFT takes a lot of time for large image. (Can have a look here https://github.com/phamquiluan/jdeskew/blob/master/jdeskew/estimator.py#L16)
As you said, if s.o. can bring this function to GPU (https://github.com/phamquiluan/jdeskew/blob/master/jdeskew/estimator.py#L76), I think the algorithm will be speed up. It's feasible.
No branches or pull requests
It works very well!
But the speed is slow comparatively. Is it possible to boost the speed by gpu or other ways?
The text was updated successfully, but these errors were encountered: