Search found 2 matches

by vijjay29
2015-11-12T03:04:28-07:00
Forum: Users
Topic: Rectangular shapes coordinates detection
Replies: 16
Views: 16932

Re: Rectangular shapes coordinates detection

@snibgo,
Thanks for your reply.
Is there any command to get the four coordinates like "compare -metric rmse -subimage-search <original-Image> <SubImage> result-subimage.jpg" ??

Because I've only resized subImages.
by vijjay29
2015-11-12T02:25:37-07:00
Forum: Users
Topic: Rectangular shapes coordinates detection
Replies: 16
Views: 16932

Re: Rectangular shapes coordinates detection

Hey,
compare -metric rmse -subimage-search <original-Image> <SubImage> result-subimage.jpg

Above cli gives the starting point of subImage in original image,

How to get the ending point of the founded sub image ??

I need 4 coordinates of the sub-image, anyone to help ??