Searched refs:binaryMaskFloat (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/photo/src/ |
D | seamless_cloning_impl.cpp | 248 binaryMaskFloat = Mat(binaryMask.size(),CV_32FC1); in initVariables() 277 binaryMask.convertTo(binaryMaskFloat,CV_32FC1,1.0/255.0); in computeDerivatives() 352 arrayProduct(patchGradientX,binaryMaskFloat, patchGradientX); in normalClone() 353 arrayProduct(patchGradientY,binaryMaskFloat, patchGradientY); in normalClone() 368 const float * binaryMaskLinePtr = binaryMaskFloat.ptr<float>(i); in normalClone() 399 arrayProduct(patchGradientX, binaryMaskFloat, patchGradientX); in normalClone() 400 arrayProduct(patchGradientY, binaryMaskFloat, patchGradientY); in normalClone() 413 arrayProduct(patchGradientX,binaryMaskFloat, patchGradientX); in localColorChange() 414 arrayProduct(patchGradientY,binaryMaskFloat, patchGradientY); in localColorChange() 425 arrayProduct(patchGradientX,binaryMaskFloat, patchGradientX); in illuminationChange() [all …]
|
D | seamless_cloning.hpp | 85 cv::Mat binaryMaskFloat, binaryMaskFloatInverted; member in cv::Cloning
|