OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_2
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/modules/imgproc/test/
test_grabcut.cpp
150
Mat
image_2
= image_1.clone();
local
165
grabCut(
image_2
, mask_2, roi_2, bgdModel_2, fgdModel_2, 1, GC_INIT_WITH_MASK);
/external/autotest/site_utils/
perf_compare.py
35
--image-2=
IMAGE_2
--board-1=BOARD_1 --board-2=BOARD_2 --remote-1=REMOTE_1 \
206
image_2
, image_1_name, image_2_name):
222
@param
image_2
: The string path to the second image.
235
output_image_info(f, image_2_name,
image_2
, board_2, remote_2)
472
if not options.image_1 or not options.
image_2
:
542
options.
image_2
, options.image_1_name, options.image_2_name)
/external/opencv3/doc/tutorials/features2d/feature_homography/
feature_homography.markdown
108
//-- Draw lines between the corners (the mapped object in the scene -
image_2
)
/external/ImageMagick/MagickCore/
montage.c
301
**
image_2
;
304
image_2
=(Image **) y;
305
return((int) ((*image_1)->scene-(*
image_2
)->scene));
296
**
image_2
;
local
[
all
...]
animate.c
728
**
image_2
;
731
image_2
=(const Image **) y;
732
return((int) ((*image_1)->scene-(*
image_2
)->scene));
719
**
image_2
;
local
[
all
...]
Completed in 223 milliseconds