Search found 3 matches

by Newbee
2014-06-22T10:04:32-07:00
Forum: Users
Topic: ImageMagick convert command not working through java
Replies: 1
Views: 5666

ImageMagick convert command not working through java

Hello , I am using ImageMagick-6.8.9-Q16 version on windows and trying to run the compare and convert command through java. Currently I am using the convert command to color some region in an image. Command below. String[] command = {"cmd.exe","/c", "cd \"C:\\Program Files\\ImageMagick-6.8.9-Q16 ...
by Newbee
2014-05-05T13:27:25-07:00
Forum: Users
Topic: Automatic Image Alignment/Registration
Replies: 5
Views: 12634

Re: Automatic Image Alignment/Registration

Thanks for the answer. I assume by picking control points on the 2 images you mean we need to know the image coordinates on both images that are similar and then we can apply the image magick command using those control points as an input for rotating or scaling? Currently on windows using image ...
by Newbee
2014-05-05T12:33:41-07:00
Forum: Users
Topic: Automatic Image Alignment/Registration
Replies: 5
Views: 12634

Automatic Image Alignment/Registration

Hi , I have a reference image and another one is which ill be clicking from a webcamera. Hence I need to check for image alignment/image registration of the new image with the reference one in case any camera angle got changed accidently. Is there any way of doing it in image magick where I can give ...