Home
last modified time | relevance | path

Searched refs:high_threshold (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/photo/src/
Dseamless_cloning.cpp170 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()
Dseamless_cloning_impl.cpp452 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/
Dphoto+Photo.java392 …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
Dphoto.cpp1570 …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/
Dphoto.hpp804 float low_threshold = 30, float high_threshold = 45,