Home
last modified time | relevance | path

Searched refs:patchNaNs (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/photo/src/
Dseamless_cloning_impl.cpp436 patchNaNs(patchGradientX); in illuminationChange()
441 patchNaNs(patchGradientY); in illuminationChange()
/external/opencv3/modules/imgproc/test/
Dtest_bilateral_filter.cpp141 patchNaNs(temp); in reference_bilateral_filter()
/external/opencv3/modules/core/include/opencv2/
Dcore.hpp1499 CV_EXPORTS_W void patchNaNs(InputOutputArray a, double val = 0);
/external/opencv3/modules/java/src/
Dcore+Core.java1588 public static void patchNaNs(Mat a, double val) in patchNaNs() method in Core
1597 public static void patchNaNs(Mat a) in patchNaNs() method in Core
Dcore.cpp2944 cv::patchNaNs( a, (double)val ); in Java_org_opencv_core_Core_patchNaNs_10()
2965 cv::patchNaNs( a ); in Java_org_opencv_core_Core_patchNaNs_11()
/external/opencv3/modules/core/test/ocl/
Dtest_arithm.cpp1684 OCL_OFF(cv::patchNaNs(src_roi, value)); in OCL_TEST_P()
1685 OCL_ON(cv::patchNaNs(usrc_roi, value)); in OCL_TEST_P()
/external/opencv3/modules/core/perf/opencl/
Dperf_arithm.cpp1017 OCL_TEST_CYCLE() cv::patchNaNs(src, 17.7); in OCL_PERF_TEST_P()
/external/opencv3/modules/core/src/
Dmathfuncs.cpp1743 void patchNaNs( InputOutputArray _a, double _val ) in patchNaNs() function
/external/opencv3/modules/imgproc/src/
Dsmooth.cpp3361patchNaNs( temp, insteadNaNValue ); // this replacement of NaNs makes the assumption that depth va… in bilateralFilter_32f()