Multimedia Technologies and Applications - PowerPoint PPT Presentation

1 / 13
About This Presentation
Title:

Multimedia Technologies and Applications

Description:

Develop an image database system (IDS) Feature extraction and indexing ... OS/2 and Windows bitmap image, BA-type only (bmp) GIF 87 or 89a (gif) JPEG (jpg/jpeg) ... – PowerPoint PPT presentation

Number of Views:40
Avg rating:3.0/5.0
Slides: 14
Provided by: CSle
Category:

less

Transcript and Presenter's Notes

Title: Multimedia Technologies and Applications


1
Multimedia Technologies and Applications
  • Assignment Image Retrieval

2
Objectives
  • Develop an image database system (IDS)
  • Feature extraction and indexing mechanism
  • Image storage manager
  • Image retrieval mechanism
  • Web-based user interface

3
Project Information
  • Course Link
  • http//www.cs.cityu.edu.hk/rynson/mminfo/index.ht
    ml
  • Assignment Link
  • http//www.cs.cityu.edu.hk/rynson/mminfo/mmassign
    ment.html
  • My Link
  • http//www.cs.cityu.edu.hk/kwfli

4
Software Tools
  • IBM's Query By Image Content (Qbic)
  • CVIPtools

5
Part 1
  • IBM's Query By Image Content (Qbic)

6
Image Types Supported (Examples)
  • OS/2 and Windows bitmap image, BA-type only (bmp)
  • GIF 87 or 89a (gif)
  • JPEG (jpg/jpeg)
  • PBMPLUS portable graymap (pgm)
  • PBMPLUS portable pixmap (ppm)
  • TIFF 5.0 image, including CCITT Group 3 and Group
    4 fax image (tiff/tif)
  • Targa (tga)

7
Qbic Structure
  • Environment variables
  • QbicDatabaseName
  • QbicCatalogName
  • QbicImagePath
  • QbicTextPath
  • QbicThumbPath

8
Qbic Commands
  • Populating a QBIC database (QbMkDbs)
  • Querying a QBIC database (QbQBE)
  • Generating thumbnail images (QbMkThmb)
  • Others
  • Remarks You can run these programs in a command
    shell, or call them from your application using
    system or execl calls

9
Populating a QBIC database
  • Example
  • C\imagesgtQbMkDbs -c ibm -d c\qbic\QbicData
  • f QbColorHistogramFeatureClass DSC0001.jpg
  • QbicCatalogName
  • QbicDatabaseName
  • Features described
  • Pictures Filename

10
Querying a QBIC database
  • Example Retrieve most similar pictures from IDS
    based on the selected feature and the input
    picture
  • C\gtQbQBE -f QbColorHistogramFeatureClass -i
    flower02.jpg -n 5
  • Features described
  • Input picture for comparing
  • Number of pictures return (most similar)

11
Features described
  • QbColorFeatureClass
  • average color of an image
  • QbColorHistogramFeatureClass
  • color histogram, or the percentages of the
    different colors
  • QbDrawFeatureClass
  • colors in an image, together with where they
    occur, also referred to as the color layout of an
    image
  • QbTextureFeatureClass
  • the average texture of an image.
  • QbTextFeatureClass
  • keywords

12
Generating thumbnail images
  • Example create a small picture to display on
    webpage faster
  • C\gt QbMkThmb DSC0001.JPG DSC0001.ibm.gif
  • Input Filename
  • Output Filename

Catalog name included ?Easy to manage
13
Demos
Write a Comment
User Comments (0)
About PowerShow.com