Home
last modified time | relevance | path

Searched refs:searchWindowSize (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/photo/src/
Ddenoising.cpp50 int templateWindowSize, int searchWindowSize) in fastNlMeansDenoising_() argument
59 src, dst, templateWindowSize, searchWindowSize, &h[0]), in fastNlMeansDenoising_()
66 src, dst, templateWindowSize, searchWindowSize, &h[0]), in fastNlMeansDenoising_()
71 src, dst, templateWindowSize, searchWindowSize, &h[0]), in fastNlMeansDenoising_()
78 src, dst, templateWindowSize, searchWindowSize, &h[0]), in fastNlMeansDenoising_()
83 src, dst, templateWindowSize, searchWindowSize, &h[0]), in fastNlMeansDenoising_()
90 src, dst, templateWindowSize, searchWindowSize, &h[0]), in fastNlMeansDenoising_()
95 src, dst, templateWindowSize, searchWindowSize, &h[0]), in fastNlMeansDenoising_()
105 int templateWindowSize, int searchWindowSize) in fastNlMeansDenoising() argument
108 templateWindowSize, searchWindowSize); in fastNlMeansDenoising()
[all …]
Dfast_nlmeans_denoising_opencl.hpp33 int searchWindowSize, int templateWindowSize, in ocl_calcAlmostDist2Weight() argument
37 const WT maxEstimateSumValue = searchWindowSize * searchWindowSize * in ocl_calcAlmostDist2Weight()
85 int templateWindowSize, int searchWindowSize, int normType) in ocl_fastNlMeansDenoising() argument
96 int searchWindowHalfSize = searchWindowSize / 2; in ocl_fastNlMeansDenoising()
98 searchWindowSize = searchWindowHalfSize * 2 + 1; in ocl_fastNlMeansDenoising()
109 templateWindowSize, searchWindowSize, in ocl_fastNlMeansDenoising()
134 searchWindowSize, templateWindowSize, in ocl_fastNlMeansDenoising()
139 searchWindowSize, templateWindowSize, in ocl_fastNlMeansDenoising()
165 int searchWindowSizeSq = searchWindowSize * searchWindowSize; in ocl_fastNlMeansDenoising()
188 int templateWindowSize, int searchWindowSize) in ocl_fastNlMeansDenoisingColored() argument
[all …]
/external/opencv3/modules/photo/test/ocl/
Dtest_denoising.cpp18 int cn, normType, templateWindowSize, searchWindowSize; in PARAM_TEST_CASE() local
33 searchWindowSize = 21; in PARAM_TEST_CASE()
85 …ng(src_roi, dst_roi, std::vector<float>(1, h[0]), templateWindowSize, searchWindowSize, normType)); in OCL_TEST_P()
86 …(usrc_roi, udst_roi, std::vector<float>(1, h[0]), templateWindowSize, searchWindowSize, normType)); in OCL_TEST_P()
100 …OCL_OFF(cv::fastNlMeansDenoising(src_roi, dst_roi, h, templateWindowSize, searchWindowSize, normTy… in OCL_TEST_P()
101 …OCL_ON(cv::fastNlMeansDenoising(usrc_roi, udst_roi, h, templateWindowSize, searchWindowSize, normT… in OCL_TEST_P()
115 …::fastNlMeansDenoisingColored(src_roi, dst_roi, h[0], h[0], templateWindowSize, searchWindowSize)); in OCL_TEST_P()
116 …fastNlMeansDenoisingColored(usrc_roi, udst_roi, h[0], h[0], templateWindowSize, searchWindowSize)); in OCL_TEST_P()
/external/opencv3/modules/java/src/
Dphoto+Photo.java37 …Index, int temporalWindowSize, float h, float hColor, int templateWindowSize, int searchWindowSize) in fastNlMeansDenoisingColoredMulti() argument
40 …nativeObj, imgToDenoiseIndex, temporalWindowSize, h, hColor, templateWindowSize, searchWindowSize); in fastNlMeansDenoisingColoredMulti()
452 … void fastNlMeansDenoising(Mat src, Mat dst, float h, int templateWindowSize, int searchWindowSize) in fastNlMeansDenoising() argument
455 … fastNlMeansDenoising_0(src.nativeObj, dst.nativeObj, h, templateWindowSize, searchWindowSize); in fastNlMeansDenoising()
475 …noising(Mat src, Mat dst, MatOfFloat h, int templateWindowSize, int searchWindowSize, int normType) in fastNlMeansDenoising() argument
478 …g_2(src.nativeObj, dst.nativeObj, h_mat.nativeObj, templateWindowSize, searchWindowSize, normType); in fastNlMeansDenoising()
498 …isingColored(Mat src, Mat dst, float h, float hColor, int templateWindowSize, int searchWindowSize) in fastNlMeansDenoisingColored() argument
501 …sDenoisingColored_0(src.nativeObj, dst.nativeObj, h, hColor, templateWindowSize, searchWindowSize); in fastNlMeansDenoisingColored()
521 …t imgToDenoiseIndex, int temporalWindowSize, float h, int templateWindowSize, int searchWindowSize) in fastNlMeansDenoisingMulti() argument
524 …bj, dst.nativeObj, imgToDenoiseIndex, temporalWindowSize, h, templateWindowSize, searchWindowSize); in fastNlMeansDenoisingMulti()
[all …]
Dphoto.cpp846 …, jint temporalWindowSize, jfloat h, jfloat hColor, jint templateWindowSize, jint searchWindowSize) in Java_org_opencv_photo_Photo_fastNlMeansDenoisingColoredMulti_10() argument
855 …(int)temporalWindowSize, (float)h, (float)hColor, (int)templateWindowSize, (int)searchWindowSize ); in Java_org_opencv_photo_Photo_fastNlMeansDenoisingColoredMulti_10()
1695 …jlong src_nativeObj, jlong dst_nativeObj, jfloat h, jint templateWindowSize, jint searchWindowSize) in Java_org_opencv_photo_Photo_fastNlMeansDenoising_10() argument
1702 … cv::fastNlMeansDenoising( src, dst, (float)h, (int)templateWindowSize, (int)searchWindowSize ); in Java_org_opencv_photo_Photo_fastNlMeansDenoising_10()
1743 …dst_nativeObj, jlong h_mat_nativeObj, jint templateWindowSize, jint searchWindowSize, jint normTyp… in Java_org_opencv_photo_Photo_fastNlMeansDenoising_12() argument
1753 …cv::fastNlMeansDenoising( src, dst, h, (int)templateWindowSize, (int)searchWindowSize, (int)normTy… in Java_org_opencv_photo_Photo_fastNlMeansDenoising_12()
1797 …eObj, jlong dst_nativeObj, jfloat h, jfloat hColor, jint templateWindowSize, jint searchWindowSize) in Java_org_opencv_photo_Photo_fastNlMeansDenoisingColored_10() argument
1804 …oisingColored( src, dst, (float)h, (float)hColor, (int)templateWindowSize, (int)searchWindowSize ); in Java_org_opencv_photo_Photo_fastNlMeansDenoisingColored_10()
1845 …gToDenoiseIndex, jint temporalWindowSize, jfloat h, jint templateWindowSize, jint searchWindowSize) in Java_org_opencv_photo_Photo_fastNlMeansDenoisingMulti_10() argument
1854 …oDenoiseIndex, (int)temporalWindowSize, (float)h, (int)templateWindowSize, (int)searchWindowSize ); in Java_org_opencv_photo_Photo_fastNlMeansDenoisingMulti_10()
[all …]
/external/opencv3/modules/photo/include/opencv2/
Dphoto.hpp139 int templateWindowSize = 7, int searchWindowSize = 21);
167 int templateWindowSize = 7, int searchWindowSize = 21,
190 int templateWindowSize = 7, int searchWindowSize = 21);
217 float h = 3, int templateWindowSize = 7, int searchWindowSize = 21);
247 int templateWindowSize = 7, int searchWindowSize = 21,
276 int templateWindowSize = 7, int searchWindowSize = 21);
/external/opencv3/doc/py_tutorials/py_photo/py_non_local_means/
Dpy_non_local_means.markdown66 - searchWindowSize : should be odd. (recommended 21)