cbir Questions
12
Solved
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 CB...
Emory asked 6/5, 2011 at 4:12
4
Solved
I have a bunch of poor quality photos that I extracted from a pdf. Somebody I know has the good quality photo's somewhere on her computer(Mac), but it's my understanding that it will be difficult t...
Abiogenetic asked 2/5, 2020 at 3:1
1
I am working on SIFT features and 'm using a visual bag-of-words approach to make a vocabulary first and then do the matching. I've found similar questions but didn't find the appropriate answer.
S...
Kellyekellyn asked 11/3, 2016 at 10:48
1
Solved
My understanding: SIFT descriptor uses the histogram of orientation gradient calculated from 16x16 neighbourhood pixels.
16x16 area in a large image can be a very small area, e.g. 1/10 of one hair ...
Coracorabel asked 24/8, 2015 at 17:28
2
Solved
I need to search a huge image database to find possible duplicate using pHash assuming those image records have the hash code generated using the pHash.
Now I have to compare a new image and I ha...
Pemmican asked 15/8, 2013 at 16:56
1
Solved
I am accessing 10 images from a folder "c1" and I have query image. I have implemented code for loading images in cell array and then I'm calculating histogram intersection between query image and ...
Blubber asked 12/9, 2014 at 0:51
5
Solved
I have large collecton of card images, and one photo of particular card. What tools can I use to find which image of collection is most similar to mine?
Here's collection sample:
Abundance
Aggre...
Envision asked 8/8, 2014 at 7:56
7
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
3
Solved
Project: Content Based Image Retrieval - Semi-supervised (manual tagging is done on images while training)
Description
I have 1000000 images in the database. The training is manual (supervised) -...
Waxplant asked 22/11, 2012 at 7:17
1
There's a lot of different algorithms for computing the similarity between two images, but I can't find anything on how you would store this information in a database such that you can find similar...
Caudillo asked 22/4, 2012 at 20:53
12
Solved
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 expensiv...
Monadism asked 23/6, 2009 at 20:15
1
© 2022 - 2024 — McMap. All rights reserved.