Searched defs:srcImgs (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/photo/src/ |
D | denoising.cpp | 209 const std::vector<Mat>& srcImgs, in fastNlMeansDenoisingMultiCheckPreconditions() 242 static void fastNlMeansDenoisingMulti_( const std::vector<Mat>& srcImgs, Mat& dst, in fastNlMeansDenoisingMulti_() 320 std::vector<Mat> srcImgs; in fastNlMeansDenoisingMulti() local 381 std::vector<Mat> srcImgs; in fastNlMeansDenoisingColoredMulti() local
|
D | fast_nlmeans_multi_denoising_invoker.hpp | 99 const std::vector<Mat>& srcImgs, in FastNlMeansMultiDenoisingInvoker()
|
/external/opencv3/modules/java/src/ |
D | photo+Photo.java | 37 …public static void fastNlMeansDenoisingColoredMulti(List<Mat> srcImgs, Mat dst, int imgToDenoiseIn… in fastNlMeansDenoisingColoredMulti() 46 …public static void fastNlMeansDenoisingColoredMulti(List<Mat> srcImgs, Mat dst, int imgToDenoiseIn… in fastNlMeansDenoisingColoredMulti() 521 …public static void fastNlMeansDenoisingMulti(List<Mat> srcImgs, Mat dst, int imgToDenoiseIndex, in… in fastNlMeansDenoisingMulti() 530 …public static void fastNlMeansDenoisingMulti(List<Mat> srcImgs, Mat dst, int imgToDenoiseIndex, in… in fastNlMeansDenoisingMulti() 544 …public static void fastNlMeansDenoisingMulti(List<Mat> srcImgs, Mat dst, int imgToDenoiseIndex, in… in fastNlMeansDenoisingMulti() 554 …public static void fastNlMeansDenoisingMulti(List<Mat> srcImgs, Mat dst, int imgToDenoiseIndex, in… in fastNlMeansDenoisingMulti()
|
D | photo.cpp | 851 std::vector<Mat> srcImgs; in Java_org_opencv_photo_Photo_fastNlMeansDenoisingColoredMulti_10() local 875 std::vector<Mat> srcImgs; in Java_org_opencv_photo_Photo_fastNlMeansDenoisingColoredMulti_11() local 1850 std::vector<Mat> srcImgs; in Java_org_opencv_photo_Photo_fastNlMeansDenoisingMulti_10() local 1874 std::vector<Mat> srcImgs; in Java_org_opencv_photo_Photo_fastNlMeansDenoisingMulti_11() local 1902 std::vector<Mat> srcImgs; in Java_org_opencv_photo_Photo_fastNlMeansDenoisingMulti_12() local 1929 std::vector<Mat> srcImgs; in Java_org_opencv_photo_Photo_fastNlMeansDenoisingMulti_13() local
|