Coder Social home page Coder Social logo

peterhob / learn-to-identify-similar-images Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mashimaroljc/learn-to-identify-similar-images

0.0 0.0 0.0 13.35 MB

Record my python script about Iearning to identify similar images

Python 98.24% CMake 1.76%

learn-to-identify-similar-images's Introduction

中文

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.py   This module can classify the image by Average Hash Method.
  • histogram.py   This module can classify the image by Calculating the histogram.
  • histogram2.py  This 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 than historgram.py
  • pHash.py  This module classify the image by Discrete Cosine Transform and the accurate rate has a little improve.
  • dHash.py   This module can classify the image by dHash.Someone is willing to tell me the name of the Dash in detail?
  • face1.py  Find the location of the face using opencv.
  • face2.py  On the base of face1.py to judge whether two face similar
  • imagecluster Using Using image clustering to classify the image.

##My enviroment


To be continue......

learn-to-identify-similar-images's People

Contributors

mashimaroljc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.