HomeSort by relevance Sort by last modified time
    Searched full:target_image (Results 1 - 6 of 6) 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 "" \
437 die "Error: you must specify a target image with --target_image FILENAME"
  /external/ImageMagick/MagickCore/
color.c     [all...]
  /external/autotest/site_utils/
brillo_aue2e_test.py 208 '--target_image', remote_dst_image]
  /build/tools/releasetools/
ota_from_target_files     [all...]
ota_from_target_files.py     [all...]

Completed in 409 milliseconds