OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fastNlMeansDenoisingColored
(Results
1 - 12
of
12
) sorted by null
/external/opencv3/modules/photo/include/opencv2/photo/
cuda.hpp
120
fastNlMeansDenoisingColored
122
CV_EXPORTS void
fastNlMeansDenoisingColored
(InputArray src, OutputArray dst,
/external/opencv3/modules/photo/perf/
perf_cuda.cpp
175
TEST_CYCLE() cv::cuda::
fastNlMeansDenoisingColored
(d_src, dst, h, h, search_widow_size, block_size);
183
TEST_CYCLE() cv::
fastNlMeansDenoisingColored
(src, dst, h, h, block_size, search_widow_size);
/external/opencv3/modules/photo/test/ocl/
test_denoising.cpp
107
typedef FastNlMeansDenoisingTestBase
FastNlMeansDenoisingColored
;
109
OCL_TEST_P(
FastNlMeansDenoisingColored
, Mat)
115
OCL_OFF(cv::
fastNlMeansDenoisingColored
(src_roi, dst_roi, h[0], h[0], templateWindowSize, searchWindowSize));
116
OCL_ON(cv::
fastNlMeansDenoisingColored
(usrc_roi, udst_roi, h[0], h[0], templateWindowSize, searchWindowSize));
128
OCL_INSTANTIATE_TEST_CASE_P(Photo,
FastNlMeansDenoisingColored
,
/external/opencv3/modules/photo/test/
test_denoising.cuda.cpp
104
cv::cuda::
fastNlMeansDenoisingColored
(GpuMat(bgr), dbgr, 20, 10);
test_denoising.cpp
92
fastNlMeansDenoisingColored
(original, result, 10, 10);
/external/opencv3/modules/photo/perf/opencl/
perf_denoising.cpp
43
cv::
fastNlMeansDenoisingColored
(original, result, 10, 10);
/external/opencv3/modules/photo/src/
denoising.cuda.cpp
65
void cv::cuda::
fastNlMeansDenoisingColored
(InputArray, OutputArray, float, float, int, int, Stream&) { throw_no_cuda(); }
148
void cv::cuda::
fastNlMeansDenoisingColored
(InputArray _src, OutputArray _dst, float h_luminance, float h_color, int search_window, int block_window, Stream& stream)
denoising.cpp
168
void cv::
fastNlMeansDenoisingColored
( InputArray _src, OutputArray _dst,
/external/opencv3/modules/java/src/
photo+Photo.java
494
// C++: void
fastNlMeansDenoisingColored
(Mat src, Mat& dst, float h = 3, float hColor = 3, int templateWindowSize = 7, int searchWindowSize = 21)
497
//javadoc:
fastNlMeansDenoisingColored
(src, dst, h, hColor, templateWindowSize, searchWindowSize)
498
public static void
fastNlMeansDenoisingColored
(Mat src, Mat dst, float h, float hColor, int templateWindowSize, int searchWindowSize)
506
//javadoc:
fastNlMeansDenoisingColored
(src, dst)
507
public static void
fastNlMeansDenoisingColored
(Mat src, Mat dst)
718
// C++: void
fastNlMeansDenoisingColored
(Mat src, Mat& dst, float h = 3, float hColor = 3, int templateWindowSize = 7, int searchWindowSize = 21)
photo.cpp
[
all
...]
/external/opencv3/modules/photo/include/opencv2/
photo.hpp
133
fastNlMeansDenoisingColored
. Advanced usage of this functions can be manual denoising of colored
134
image in different colorspaces. Such approach is used in
fastNlMeansDenoisingColored
by converting
160
fastNlMeansDenoisingColored
. Advanced usage of this functions can be manual denoising of colored
161
image in different colorspaces. Such approach is used in
fastNlMeansDenoisingColored
by converting
188
CV_EXPORTS_W void
fastNlMeansDenoisingColored
( InputArray src, OutputArray dst,
[
all
...]
/cts/apps/CtsVerifier/libs/
opencv3-android.jar
Completed in 2965 milliseconds