-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add SIMD support for imagehash #50
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Evan Oberholster <9270149+evanoberholster@users.noreply.github.com>
Signed-off-by: Evan Oberholster <9270149+evanoberholster@users.noreply.github.com>
evanoberholster
changed the title
Add SIMD support for image hash
Add SIMD support for imagehash
Mar 13, 2023
evanoberholster
added
enhancement
New feature or request
Performance
Performance improvement
labels
Mar 13, 2023
Added support for DCTHash256.
TODO:
|
Pull Request Test Coverage Report for Build 4418030528
💛 - Coveralls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Use of float32 array instead of float64 array. Uses less memory and able to apply faster SIMD functions.
YCbCr conversion to float32 is not exact and is approximate