Questions tagged [cbir]

Content-based image retrieval is a method for retrieving images from databases by using the actual content of images. Given an input query image, images returned from the database are those that look visually similar to the query, or those that have similar features to the query.

Content-based image retrieval (CBIR), also known as query by image content (QBIC) and content-based visual information retrieval (CBVIR) is the application of computer vision techniques to the image retrieval problem, that is, the problem of searching for digital images in large databases. (see this survey1 for a recent scientific overview of the CBIR field). Content based image retrieval is opposed to concept based approaches. wikipedia

92 questions
-2
votes
1 answer

Any Idea something application or system using CBIR (Content Based Image Retrieval)

i'm sorry, i need your help. i have problem to find unique tecnology (apps, system, or tool) in topic CBIR. do you have any idea unique apps that can be developed using CBIR? i blind and have nothing idea about CBIR. i mean, i have search idea…
-2
votes
4 answers

algorithm to calculate code for an image

I am working on a content-based image retrieval system on a distributed environment, I need an algorithm that takes as input an image and gives me a code for the image, this code should be such that it can be used to match visually similar images.
1 2 3 4 5 6
7