1 / 6

Homework I

Homework I. 2014-3-3. Experiment Setting. Image database UKBench dataset: http://pan.baidu.com/s/1jGgFY6q 10200 images from 2550 categories Feature extraction HSV color feature Quantization step: 2×2×9. Conversion from RGB to HSV. Tasks. Retrieval performance evaluation

Download Presentation

Homework I

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Homework I 2014-3-3

  2. Experiment Setting • Image database • UKBenchdataset: http://pan.baidu.com/s/1jGgFY6q • 10200 images from 2550 categories • Feature extraction • HSV color feature • Quantization step: 2×2×9

  3. Conversion from RGB to HSV

  4. Tasks • Retrieval performance evaluation • Take each image as a query • Linearly search all database images • Performance measure by N-S score • Check the precision at top-4 returned results • Count how many of the 4 images which are top-4 when using a query image from that set of four images. • Compute the average performance for all queries • Performance measured by mAP • Compute the average time cost per image

  5. Implementation • Program with C++ or Matlab • You may need Open CV when programing with C++ • OpenCV 210 library files are provided • You do not need to install the OpenCV source file • Refer to OpenCV China for instructions to set programming environment • http://wiki.opencv.org.cn/index.php/Template:Install • Refer to OpenCV China for instructions to process images : • http://wiki.opencv.org.cn/index.php/%E9%A6%96%E9%A1%B5

  6. Mean Average Precision (mAP) Definition

More Related