Home
last modified time | relevance | path

Searched refs:textureFlatten (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/photo/src/
Dseamless_cloning.hpp59 …void textureFlatten(cv::Mat &I, cv::Mat &mask, cv::Mat &wmask, float low_threshold, float high_thr…
Dseamless_cloning.cpp190 obj.textureFlatten(src,cs_mask,gray,low_threshold,high_threshold,kernel_size,blend); in textureFlattening()
Dseamless_cloning_impl.cpp451 void Cloning::textureFlatten(Mat &I, Mat &mask, Mat &wmask, float low_threshold, in textureFlatten() function in Cloning