mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
added GPU bilateral filter + tests
added GPU non local means brute force filter + tests
This commit is contained in:
@@ -1285,6 +1285,8 @@ void cv::medianBlur( InputArray _src0, OutputArray _dst, int ksize )
|
||||
Bilateral Filtering
|
||||
\****************************************************************************************/
|
||||
|
||||
#undef CV_SSE3
|
||||
|
||||
namespace cv
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user