Home
last modified time | relevance | path

Searched refs:low_threshold (Results 1 – 6 of 6) 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.hpp59 …void textureFlatten(cv::Mat &I, cv::Mat &mask, cv::Mat &wmask, float low_threshold, float high_thr…
Dseamless_cloning_impl.cpp451 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/
Dphoto+Photo.java392 …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
Dphoto.cpp1570 …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/
Dphoto.hpp804 float low_threshold = 30, float high_threshold = 45,