OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_image
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/samples/cpp/
image_alignment.cpp
220
Mat
target_image
;
local
224
inputImage.copyTo(
target_image
);
233
resize(inputImage,
target_image
, Size(216, 216));
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,
336
warpAffine (
target_image
, warped_image, warp_matrix, warped_image.size(),
339
warpPerspective (
target_image
, warped_image, warp_matrix, warped_image.size()
[
all
...]
/system/update_engine/scripts/
brillo_update_payload
19
# image to the
target_image
20
# --
target_image
the target image that should be sent to clients
140
DEFINE_string
target_image
"" \
430
die "Error: you must specify a target image with --
target_image
FILENAME"
Completed in 47 milliseconds