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