parallel version of bilateral filter was implemented using parallel_for_
authorIlya Lavrenov <ilya.lavrenov@itseez.com>
Thu, 2 Aug 2012 12:25:30 +0000 (16:25 +0400)
committerIlya Lavrenov <ilya.lavrenov@itseez.com>
Thu, 2 Aug 2012 12:25:30 +0000 (16:25 +0400)
commit27c2aa3a4ed54b4dfc391f441e0e071a9253e62d
treecfee8d64efaf907df32e56e41801d851b656764c
parent8d73bbb8b71843ae7669cc2e38c32cfebb50d2a1
parallel version of bilateral filter was implemented using parallel_for_
modules/core/include/opencv2/core/parallel_tool.hpp [new file with mode: 0644]
modules/core/src/parallel_tool.cpp [new file with mode: 0644]
modules/core/src/precomp.hpp
modules/imgproc/perf/perf_bilateral.cpp [new file with mode: 0644]
modules/imgproc/src/precomp.hpp
modules/imgproc/src/smooth.cpp
modules/imgproc/test/test_bilateral_filter.cpp [new file with mode: 0644]