compare rotated pictures
compare rotated pictures
I have rotated a picture with 90 degree and i want to compare it with the original picture and put the result in a .txt file.I have already found an aloghoritm named Surf, but don't know how to implamented in vbscript.Can you help me ,please?
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: compare rotated pictures
a 90 degree rotation should be a perfect rotation. If you rotate an image 90 degrees, then rotate it back you should see NO DIFFERENCES.
Any differences that you do see will thus be the result of things such as
Any differences that you do see will thus be the result of things such as
- JPEG lossy compression, (that is reading and writing the image again with a image file format that will 'loose' some data.
- Or as a result of cropping,
- or special techniques (using JPEG lossless rotation when image does not match JPEG 'cell' size (generally multiples of 8 or 16 pixel)
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/