Skip to content

Bit exact gaussian blur for 16bit unsigned int#18167

Merged
alalek merged 11 commits intoopencv:3.4from
Yosshi999:bit-exact-gaussian
Sep 1, 2020
Merged

Bit exact gaussian blur for 16bit unsigned int#18167
alalek merged 11 commits intoopencv:3.4from
Yosshi999:bit-exact-gaussian

Conversation

@Yosshi999
Copy link
Copy Markdown
Contributor

In the current implementation, bit-exact gaussian blur supports only 8-bit unsigned int.
To create more precise blurred images with bit-exactness, it is necessary to support fixedpoint matrix.
In this PR you can create blurred images by using ufixedpoint16.

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or other license that is incompatible with OpenCV
  • The PR is proposed to proper branch
  • There is reference to original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

@terfendail
Copy link
Copy Markdown
Contributor

@Yosshi999 Could you please rebase to the latest 3.4 branch

@alalek alalek merged commit 698b2bf into opencv:3.4 Sep 1, 2020
@alalek alalek mentioned this pull request Sep 1, 2020
@Yosshi999 Yosshi999 deleted the bit-exact-gaussian branch December 1, 2020 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants