Questions tagged [cbir]
6 questions
15
votes
4 answers
List of possible image features for content based image retrieval
I am trying to find a list of possible image features like color, oriented edges and so on for measuring their usability in case of finding same/similar objects in images. Does anyone know such a list or at least some features?
jstr
- 867
- 1
- 9
- 15
5
votes
1 answer
How are Object Recognition and Content-based Image Retrieval interlinked?
I need help on understanding the linkage between Object Recognition and Content-based Image Retrieval. Does OR use CBIR to find similar objects with the help of algorithms like SIFT etc or does CBIR use OR to improve its results on finding images…
jstr
- 867
- 1
- 9
- 15
2
votes
1 answer
Processing a heterogeneous image-collection for CBIR
I'm working with a grey-scale data-collection of Hebraic tombstones in content-based image retrieval CBIR). For example an image like this tombstone. I'm going to reduce the content of the image to the centered tombstone. And after some other…
Mr.Mountain
- 221
- 1
- 5
2
votes
1 answer
Opinion about this aproach on Machine Learning
I have a question for you that maybe you could give me a clue.
I'm trying to make a CBIR (Content-Based Image Retrieval), so I query an image and I get the most similar, not classified within a database of around 2000 images. I'm trying to extract…
Rafael Ruiz Muñoz
- 153
- 1
- 9
0
votes
1 answer
Can anyone suggest good algorithms for CBIR?
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) - title and tags are provided for each image. Example:…
user1317084
- 355
- 1
- 9
0
votes
2 answers
What are some current algorithm(s) for finding if two images are copies of each other?
Could anyone enlighten me on what are the current best ways to detect if two images are the same (i.e. a copy or edited copy of each other)? What feature detection method do they use (SIFT, DWT, pixel intensity, etc.)?
I've read a lot of algorithms…
Daniel
- 3
- 1