Searched refs:high_threshold (Results 1 – 5 of 5) 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_impl.cpp | 452 float high_threshold, int kernel_size, Mat &cloned) 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 …ureFlattening(Mat src, Mat mask, Mat dst, float low_threshold, float high_threshold, int kernel_si… in textureFlattening() argument 395 …tening_0(src.nativeObj, mask.nativeObj, dst.nativeObj, low_threshold, high_threshold, kernel_size); in textureFlattening() 700 … long mask_nativeObj, long dst_nativeObj, float low_threshold, float high_threshold, int kernel_si… in textureFlattening_0() argument
|
D | photo.cpp | 1570 …ng mask_nativeObj, jlong dst_nativeObj, jfloat low_threshold, jfloat high_threshold, jint kernel_s… 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,
|