Tagged Questions

21
votes
15answers
15k views

How can I quantify difference between two images?

Here's what I would like to do: I'm taking pictures with a webcam at regular intervals. Sort of like a time lapse thing. However, if nothing has really changed, that is, the picture pretty much ...
5
votes
2answers
375 views

A good method for detecting the presence of a particular feature in an image

I have made a videochat, but as usual, a lot of men like to ehm, abuse the service (I leave it up to you to figure the nature of such abuse), which is not something I endorse in any way, nor do most ...
4
votes
5answers
2k views

Image Comparison in VB.Net

After reading many related posts on this site on the subject of image comparison I'm thinking I'll try implementing a PCA on each image in order to see if an image is 'similar' or not, but I'm not ...
3
votes
2answers
118 views

Find differences between two images but *not* pixel to pixel

I hope someone will be able to help me. I have pairs of black and white images that resulted from scanning texts with a large scanner (resulting files are up 500M). The texts scanned are nearly ...
3
votes
3answers
226 views

How can I compare images of the same origin that were cropped?

Suppose I have an image file/URL, and I want my software to search it within a set of up to 100 images (or at least in that order of magnitude). The target image that the software should find should ...
2
votes
3answers
62 views

Distance between N images: incrementally! (same crop, but re-compressed/adjusted)

I'm trying to figure out a geo-hashing method for images. It is hard because the space of possible images is of much higher dimensionality than lat/lng. (geo-hashing converts a location to a string ...
1
vote
2answers
479 views

Determining Similarity of Edge-Detection-Processed Images

I was hoping that I could achieve some guidance from the stackoverflow community regarding a dilemma I have run into for my senior project. First off, I want to state that I am a novice programmer, ...
1
vote
3answers
80 views

Simple but efficient way to store a series of small changes to an image?

I have a series of images. Each one is typically (but not always) similar to the previous one, with 3 or 4 small rectangular regions updated. I need to record these changes using a minimum of disk ...
0
votes
1answer
162 views

Histogram comparation for Content Based Image Retrieval. Different color spaces (RGB,HSV,etc..)

I'm doing a final degree proyect in Content Based Image Retrieval using OpenCv. I have started comparing histograms. The thing is that I have seen a lot of post saying that RGB is the worst color ...
0
votes
5answers
756 views

Image Comparison

What is the efficient way to compare two images in visual c..? Also in which format images has to be stored.(bmp, gif , jpeg.....)? Please provide some suggestions