Code Monkey home page Code Monkey logo

imagecompare's Introduction

#imagecompare This project compares two jpeg images according to the image links provided and returns the comparison value on a scale from 0 to 100 (0 for completely different and 100 for exactly similar). The comparison is done pixelwise on jpeg images that are worked upon online. The pixelwise comparison eliminates the use of histograms and other packages which checks for the image intensity as a whole instead of a pixel-by-pixel approach.

Colour recognition is another advantage of this algorithm, which distinguishes images based on individual colours rather than the intensity variation. Without colour recognition a pure white and pure black image would produce a 100% match. imagecompare stealthily addresses this glitch that most other algorithms don't.

The project relies heavily on the gd library in php which makes colour differentiation possible. To avoid image distortion or false results on comparison, the projects works on similar sized images. This is done to avoid the creation and subsequent comparison of new distorted images created after resizing.

#Authors 1.Suraj Suresh
2.Harikrishnan R
3.Sachin Giridhar
4.Jithin Babu
5.Alina Benny

#Practical Applications 1.To compare the signature in cheques with the signature stored during time of creation of account
2.Authentication of online accounts with image comparison
3.Home door security services

#Dependencies 1.Apache Server
2.GD Library in Php

#Demo The demo of the project can be viewed in http://svbox.phacsin.com

imagecompare's People

Contributors

harikrishnanr994 avatar svbox-whitehats avatar alinabenny avatar phacsindevs avatar surajsuraj avatar

Watchers

 avatar  avatar  avatar  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.