bitexact gaussianblur implementation (#10345)
authorVitaly Tuzov <terfendail@users.noreply.github.com>
Mon, 22 Jan 2018 10:26:32 +0000 (13:26 +0300)
committerVadim Pisarevsky <vadim.pisarevsky@gmail.com>
Mon, 22 Jan 2018 10:26:32 +0000 (13:26 +0300)
commit12ea8477a30fe6b4b7f73af3cdd154c38516caec
tree94db5bc1beeede9f81fc1a81d26bcf4f26951f8c
parent87db636c6131b80798e7ae69c473d1792ec51838
bitexact gaussianblur implementation (#10345)

* Bit-exact implementation of GaussianBlur smoothing

* Added universal intrinsics based implementation for bit-exact CV_8U GaussianBlur smoothing.

* Added parallel_for to evaluation of bit-exact GaussianBlur

* Added custom implementations for 3x3 and 5x5 bit-exact GaussianBlur
modules/imgproc/src/fixedpoint.inl.hpp
modules/imgproc/src/smooth.cpp
modules/imgproc/test/test_smooth_bitexact.cpp [new file with mode: 0644]