Lines Matching full:cloning
48 void Cloning::computeGradientX( const Mat &img, Mat &gx)
69 void Cloning::computeGradientY( const Mat &img, Mat &gy)
90 void Cloning::computeLaplacianX( const Mat &img, Mat &laplacianX)
98 void Cloning::computeLaplacianY( const Mat &img, Mat &laplacianY)
106 void Cloning::dst(const Mat& src, Mat& dest, bool invert)
154 void Cloning::idst(const Mat& src, Mat& dest)
159 void Cloning::solve(const Mat &img, Mat& mod_diff, Mat &result)
219 void Cloning::poissonSolver(const Mat &img, Mat &laplacianX , Mat &laplacianY, Mat &result)
241 void Cloning::initVariables(const Mat &destination, const Mat &binaryMask)
263 void Cloning::computeDerivatives(const Mat& destination, const Mat &patch, const Mat &binaryMask)
280 void Cloning::scalarProduct(Mat mat, float r, float g, float b)
290 void Cloning::arrayProduct(const cv::Mat& lhs, const cv::Mat& rhs, cv::Mat& result) const
304 void Cloning::poisson(const Mat &destination)
326 void Cloning::evaluate(const Mat &I, const Mat &wmask, const Mat &cloned)
340 void Cloning::normalClone(const Mat &destination, const Mat &patch, const Mat &binaryMask, Mat &cloned, int flag)
408 void Cloning::localColorChange(Mat &I, Mat &mask, Mat &wmask, Mat &cloned, float red_mul=1.0,
421 void Cloning::illuminationChange(Mat &I, Mat &mask, Mat &wmask, Mat &cloned, float alpha, float beta)
451 void Cloning::textureFlatten(Mat &I, Mat &mask, Mat &wmask, float low_threshold,