Home
last modified time | relevance | path

Searched refs:best_match_offset (Results 1 – 1 of 1) sorted by relevance

/imagick/
H A Dimagick_class.c12535 RectangleInfo best_match_offset; local
12574 &best_match_offset, &similarity);
12576 …imilarityImage(intern->magick_wand, reference_intern->magick_wand, &best_match_offset, &similarity…
12590 add_assoc_long(z_best_match_offset, "x", best_match_offset.x);
12591 add_assoc_long(z_best_match_offset, "y", best_match_offset.y);
12592 add_assoc_long(z_best_match_offset, "width", best_match_offset.width);
12593 add_assoc_long(z_best_match_offset, "height", best_match_offset.height);

Completed in 37 milliseconds