Skip to content

Aravindsaiv/icompare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project compares any two images and finds out how similar they are. The links are to be provided in complete path. The links can be local or remote.

AUTHORS

USAGE

$ python app.py 

STRUCTURE

The process is carried out in the app.py file. The main algorithm is based on Template Matching.

  • Template Matching: It is provided by the opencv framework using in accordance with python.

Note: A liitle bit slow as a local copy is to be made before comparing.

DEPENDENCIES

  • python
  • opencv
  • flask
  • numpy
  • urllib
  • bootstrap-material-design

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages