there are two jpg files binary data,how to work out their degree of similarity using php. if it is possible to get color infomation from binary code.what's more ,the server cant surport gd,it's a delegate server.
Asked
Active
Viewed 2,440 times
0
-
Well, do you have something else, like ImageMagick? If not, you should probably write your own function to decode jpg et al. Also: what would you consider "similar"? Average color? – Spiny Norman Dec 18 '10 at 09:15
-
no imageMagick either,i want to do something like using picutre search annother picture. – zhangrt Dec 20 '10 at 04:07
1 Answers
2
These previous questions seem to be related:
- How can I measure the similarity between two images?
- Image fingerprint to compare similarity of many images
- What algorithm could be used to identify if images are the "same" or similar, regardless of size?
- Duplicate image detection algorithms?
- Similar image search software (like TinEye)
- Looking for image similarity library that doesn't care about image dimensions

Community
- 1
- 1

hippietrail
- 15,848
- 18
- 99
- 158