-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Box blur fast filter that could approximate gaussian filter (…
…#223) * implement box_blur_fast_kernels_1d with test * implement fast_horizontal_filter with test * implement box_blur_fast ops with tests * Apply docstring suggestions from code review Co-authored-by: Edgar Riba <[email protected]> * add more tests for box_blur_fast_kernels_1d * some fixes from suggestions * optimize calculation within loop and fmt fix * add bench for fast_box_blur * fmt fixes * simplify header doc --------- Co-authored-by: Edgar Riba <[email protected]>
- Loading branch information
Showing
4 changed files
with
278 additions
and
3 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
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
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
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