Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 562 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 562 Bytes

Content Based Image Retrieval

Project to build a Content Based Image Retrieval.

First Phase (1/10/2019)

For the first phase, the CBIR need to be able to detect similar images based only using color information.

  • Create Database and Query image descriptors
  • Implement / Compute similarity measures to compare images
  • Implement retrieval system for K images.
  • Evaluation using map@k
  • Background removal using color information to then compute descriptors on foreground
  • Evaluation of picture masks and retrieval system for QS2