forked from opencv/opencv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bit-exact GaussianBlur performance update (opencv#10898)
* Added custom implementation for NxN bit-exact GaussianBlur * Reworked fixedpoint interface a bit * Reworked horizontal line estimation for bit-exact GaussianBlur * Reworked vertical line estimation for bit-exact GaussianBlur * Updated range estimation for vectorized part of bit-exact GaussianBlur evaluation
- Loading branch information
1 parent
3017559
commit 62cf710
Showing
2 changed files
with
942 additions
and
263 deletions.
There are no files selected for viewing
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
Oops, something went wrong.