43
#ifndef OPENCV_PHOTO_CUDA_HPP
44
#define OPENCV_PHOTO_CUDA_HPP
46
#include "opencv2/core/cuda.hpp"
48
namespace
cv
{
namespace
cuda {
69
int
search_window = 21,
97
int
search_window = 21,
123
float
h_luminance,
float
photo_render,
124
int
search_window = 21,
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
This class encapsulates a queue of asynchronous calls.
Definition:
core/cuda.hpp:849
static CV_WRAP Stream & Null()
return Stream object for default CUDA stream
@ BORDER_DEFAULT
same as BORDER_REFLECT_101
Definition:
base.hpp:277
CV_EXPORTS void nonLocalMeans(InputArray src, OutputArray dst, float h, int search_window=21, int block_size=7, int borderMode=BORDER_DEFAULT, Stream &stream=Stream::Null())
Performs pure non local means denoising without any simplification, and thus it is not fast.
CV_EXPORTS_W void fastNlMeansDenoising(InputArray src, OutputArray dst, float h=3, int templateWindowSize=7, int searchWindowSize=21)
Perform image denoising using Non-local Means Denoising algorithm http://www.ipol....
CV_EXPORTS_W void fastNlMeansDenoisingColored(InputArray src, OutputArray dst, float h=3, float hColor=3, int templateWindowSize=7, int searchWindowSize=21)
Modification of fastNlMeansDenoising function for colored images
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75