OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imageMask
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/video/src/
ecc.cpp
401
Mat
imageMask
= Mat(hs, ws, CV_8U); //to store the final mask
471
warpAffine(preMask,
imageMask
, map,
imageMask
.size(), maskFlags);
478
warpPerspective(preMask,
imageMask
, map,
imageMask
.size(), maskFlags);
482
meanStdDev(imageWarped, imgMean, imgStd,
imageMask
);
483
meanStdDev(templateFloat, tmpMean, tmpStd,
imageMask
);
485
subtract(imageWarped, imgMean, imageWarped,
imageMask
);//zero-mean input
487
subtract(templateFloat, tmpMean, templateZM,
imageMask
);//zero-mean template
489
const double tmpNorm = std::sqrt(countNonZero(
imageMask
)*(tmpStd.val[0])*(tmpStd.val[0]))
[
all
...]
/prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar
Completed in 449 milliseconds