OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:template_image
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/samples/cpp/
image_alignment.cpp
221
Mat
template_image
;
local
225
template_image
= imread(tempImgFile,0);
226
if (
template_image
.empty()){
241
warpAffine(target_image,
template_image
, warpGround,
249
warpAffine(target_image,
template_image
, warpGround,
258
warpAffine(target_image,
template_image
, warpGround,
266
warpPerspective(target_image,
template_image
, warpGround,
306
double cc = findTransformECC (
template_image
, target_image, warp_matrix, warp_mode,
334
Mat warped_image = Mat(
template_image
.rows,
template_image
.cols, CV_32FC1)
[
all
...]
Completed in 175 milliseconds