Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

32
votes
12answers
6k views

Near-Duplicate Image Detection

What's a fast way to sort a given set of images by their similarity to each other. At the moment I have a system that does histogram analysis between two images, but this is a very expensive ...
5
votes
2answers
666 views

Reduce the number of colors in an image with OpenCV python

I have a set of image files, and I want to reduce the number of colors of them to 64. How can I do this with openCV? I need this so I can work with a 64-sized image histogram. I'm implementing CBIR ...
4
votes
1answer
118 views

Is there a general purpose Java paint applet base?

I'm working on a system for graphically querying data from a database of parasite specimens, in this case, these worm-like ones called Trematodes. Specifically, I'm looking at how to do the front ...
2
votes
1answer
189 views

performance of matlab's image processing toolkit

I've Heard that Matlab's image processing library is quite slow compared to Java's image processing library.. is that true ?? If thats the case, then will it be feasible to implement applications ...
1
vote
1answer
29 views

Standard image DB to test image classification

Is there some list of standard image data bases that can be used to test image classification? This means DB that can be used to test CBIR systems like the WANG Database. It would be very helpful to ...
1
vote
1answer
241 views

best Segmentation algorithm

I'm trying to develop a system, which recognizes various objects present in an image based on their primitive features like texture, shape & color. The first stage of this process is to extract ...
1
vote
6answers
430 views

Getting the most common color of a image

I'd like to get the most common color from an image. I use Java and I want to have the most predominant color. Are there any cbir java library to make this? Thanks
1
vote
1answer
149 views

Multidimensional indexing of images

I would like to know if there is a good way for indexing multidimensional objects (i.e. images). More precisely, I have a large collection of images on which I calculate n-dimensional feature vectors. ...
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
1answer
250 views

Visual Similarity Algorithms (for CBIR)

I am trying to build a collection of Visual similarity between images, being size, angle, color, rotation invariant for Content Based Image Retrieval.Quite agnostic about the platform but .NET, Java ...