473,387 Members | 1,771 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Need help with image comparison.

2
I am looking to build a program that takes an image and compares it to a folder of images and finds a smiliar comparison. Something like this....

blackandwhiteimage.jpg Compare To \images\directory of color images

Result:

blackandwhiteimage.jpg result suggetions Perfect.jpg
Pretty Good.jpg
Might be.jpg

but displaying the the images.

Just need a good start on this.

Thanks!
Oct 30 '09 #1
4 2912
Yancie
2
That wasn't quite what I was looking for.

I have a lot of black and white photos that need to be compared to a lot of color photos and have suggestions for matches spit out.
Oct 30 '09 #3
tlhintoq
3,525 Expert 2GB
Just need a good start on this.
Seems like project I pointed you to which is all about comparing two images would have been a pretty good start.
You came back with "not quite what I was looking for" in less than 10 minutes from when I posted that. There is no way you scrubbed through the project code to see if there was anything useful in it.

It seems to me that if the project mentioned already does a color to color comparrison then it should be a good base for your bw to color comparrison need. Just load an image, make a bw version in memory, then use this same technique to compare them. [repeat]
Oct 30 '09 #4
Something like this? http://www.aforgenet.com/framework/d...66c7824669.htm
I can't speak to the quality of the algorithm for your situation, as you might have to convert grayscale (I assume you mean this and not pure black and white) to faux colors to get a good comparison. I'm betting that under the hood it's not too much different than the one tlhintoq recommended, however.
Oct 30 '09 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: theonlydrayk | last post by:
the script that show image is : <?php include('dbinfo.inc.php'); mysql_connect($localhost,$username,$password); @mysql_select_db($database) or die( "Unable to select database"); $query =...
8
by: Mad Scientist Jr | last post by:
Has anyone worked with code that can look at two JPG images (I am talking about relatively small ones, 40x40 pixels or less) and quickly analyzing them to see how similar or different they are? Is...
2
by: robert | last post by:
I've made a gallery site for an artist and it works well -- the gallery page has a central large image which is swapped when thumbnail images are clicked. I'm using Dreamweaver's "SwapImage"...
49
by: Lauren Wilson | last post by:
Hi folks, Just wondered if, for the sake of clarity, it is permissible to post small image files of an error box along with a text message about a problem with Access?
2
by: Paul Aspinall | last post by:
Hi I am trying to find some code, or reference docs, to assist in helping capture images from an image capture device (ie. webcam etc etc). I want to be able to compare successive images coming...
5
by: Learner | last post by:
Hello, Here is the code snippet I got strucked at. I am unable to convert the below line of code to its equavalent vb.net code. could some one please help me with this? static public...
7
by: bcutting | last post by:
I am looking for a way to take a large number of images and find matches among them. These images may not be exact replicas. Images may have been resized, cropped, faded, color corrected, etc. ...
1
by: anoop1285 | last post by:
can c programming be used for real time image comparison ? can neural networks be implemented in c?
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.