Searched refs:low_threshold (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/photo/src/ |
D | seamless_cloning.cpp | 170 float low_threshold, float high_threshold, int kernel_size) in textureFlattening() argument 190 obj.textureFlatten(src,cs_mask,gray,low_threshold,high_threshold,kernel_size,blend); in textureFlattening()
|
D | seamless_cloning.hpp | 59 …void textureFlatten(cv::Mat &I, cv::Mat &mask, cv::Mat &wmask, float low_threshold, float high_thr…
|
D | seamless_cloning_impl.cpp | 451 void Cloning::textureFlatten(Mat &I, Mat &mask, Mat &wmask, float low_threshold, in textureFlatten() argument 457 Canny(mask,out,low_threshold,high_threshold,kernel_size); in textureFlatten()
|
/external/opencv3/modules/java/src/ |
D | photo+Photo.java | 392 …public static void textureFlattening(Mat src, Mat mask, Mat dst, float low_threshold, float high_t… in textureFlattening() argument 395 …textureFlattening_0(src.nativeObj, mask.nativeObj, dst.nativeObj, low_threshold, high_threshold, k… in textureFlattening() 700 …_0(long src_nativeObj, long mask_nativeObj, long dst_nativeObj, float low_threshold, float high_th… in textureFlattening_0() argument
|
D | photo.cpp | 1570 …long src_nativeObj, jlong mask_nativeObj, jlong dst_nativeObj, jfloat low_threshold, jfloat high_t… in Java_org_opencv_photo_Photo_textureFlattening_10() argument 1578 …cv::textureFlattening( src, mask, dst, (float)low_threshold, (float)high_threshold, (int)kernel_si… in Java_org_opencv_photo_Photo_textureFlattening_10()
|
/external/opencv3/modules/photo/include/opencv2/ |
D | photo.hpp | 804 float low_threshold = 30, float high_threshold = 45,
|