Learn-to-identify-similar-images
Learn-to-identify-similar-images copied to clipboard
Record my python script about Iearning to identify similar images
中文
I learn how to identify similar images, I wrote some python scripts.
I implement some algorithm what I study from Internet and I will updata it during I learning Image classification.
I hope these code can help someone who is beginner in identifying similar images just like me.
My goal is to one day use these algorithms on my web spider, make it can collect to a certain class of images.
So,if you are insteresting in it,welcome to Issues or pull requests.
Of course,I will happy if you give me a star.
##This is my script:
aHash.pyThis module can classify the image by Average Hash Method.histogram.pyThis module can classify the image by Calculating the histogram.histogram2.pyThis module also can classify the image by Calculating the histogram.But it will split the image to 16 pices and Calculating its histogram.So,it is more accurate thanhistorgram.pypHash.pyThis module classify the image by Discrete Cosine Transform and the accurate rate has a little improve.dHash.pyThis module can classify the image by dHash.Someone is willing to tell me the name of the Dash in detail?face1.pyFind the location of the face using opencv.face2.pyOn the base offace1.pyto judge whether two face similarimageclusterUsing Using image clustering to classify the image.
##My enviroment
To be continue......