Multimedia Database.

Slides:



Advertisements
Similar presentations
1 DATA STRUCTURES USED IN SPATIAL DATA MINING. 2 What is Spatial data ? broadly be defined as data which covers multidimensional points, lines, rectangles,
Advertisements

Presentation and Multimedia
Spatial Database Systems. Spatial Database Applications GIS applications (maps): Urban planning, route optimization, fire or pollution monitoring, utility.
Advanced Databases Temporal Databases Dr Theodoros Manavis
Temporal Databases. Outline Spatial Databases Indexing, Query processing Temporal Databases Spatio-temporal ….
Spatio-Temporal Databases. Outline Spatial Databases Temporal Databases Spatio-temporal Databases Multimedia Databases …..
SWE 423: Multimedia Systems Chapter 7: Data Compression (1)
Advanced Topics COMP163: Database Management Systems University of the Pacific December 9, 2008.
1 Data & Database Development. 2 Data File Bit Byte Field Record File Database Entity Attribute Key field Key file management concepts include:
DBST 652 Emerging Database Technologies Many challenging areas are supported by database technology Eg. Web.
Advanced Database Applications Database Indexing and Data Mining CS591-G1 -- Fall 2001 George Kollios Boston University.
Introduction and Conceptual Modeling
Software and Multimedia
Spatial Database Souhad Daraghma.
Database Management System Lecture 3 Models of Database Management Systems.
1 Advanced Computer Programming Databases. Overview What is a database? Database Basics Database Components Data Models Normalization Database Design.
Multimedia Databases (MMDB)
Understanding Multimedia
Introduction: Databases and Database Users
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Slide 1- 1.
DBSQL 12-1 Copyright © Genetic Computer School 2009 Chapter 12 Recent Concepts and Application of Databases.
MULTIMEDIA DATABASES -Define data -Define databases.
Advanced Scientific Visualization
5 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Geographic Information Systems Temporal GIS Lecture 8 Eng. Osama Dawoud.
MULTIMEDIA Hardware 4/24/2017.
V Material obtained from summer workshop in Guildford County, July-2014.
1 INTRODUCTION TO THE PHYSICS OF DIAGNOSTIC IMAGING Outline of Course Brief History Common Terminology Imaging Modalities.
IV. Medical tools A. Autopsy 1. Used to establish cause of death or to verify death. 2. Can be used to detect hidden disease, educate, or determine criminal.
MMDB-9 J. Teuhola Standardization: MPEG-7 “Multimedia Content Description Interface” Standard for describing multimedia content (metadata).
Mining real world data Multi media data mining. Multimedia Data Mining Multimedia data types –any type of information medium that can be represented,
3/6: Data Management, pt. 2 Refresh your memory Relational Data Model
CIS 250 Advanced Computer Applications Database Management Systems.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Data Types COMP3211 Advanced Databases Dr Nicholas Gibbins
10/3/2017.
Databases and DBMSs Todd S. Bacastow January
COMP3211 Advanced Databases
Data Mining – Intro.
Spatio-Temporal Databases
Database Management Systems Lecture # 01
Outline Types of Databases and Database Applications Basic Definitions
Introduction Multimedia initial focus
Object-Oriented Database Management System (ODBMS)
Introduction: Databases and Database Users
Spatial Database Systems
7/4/2018.
Advanced Scientific Visualization
Chapter Ten Managing a Database.
Database Management Systems
Datamining : Refers to extracting or mining knowledge from large amounts of data Applications : Market Analysis Fraud Detection Customer Retention Production.
Geographic Information Systems
Software and Multimedia
9/22/2018.
Software and Multimedia
11/14/2018.
MANAGING DATA RESOURCES
Database management concepts
Database.
File Systems and Databases
DATABASE SYSTEM UNIT I.
Spatio-Temporal Databases
Temporal Databases.
1/2/2019.
Multimedia Content Description Interface
AN INTRODUCTION TO COMPUTER GRAPHICS Subject: Computer Graphics Lecture No: 01 Batch: 16BS(Information Technology)
Database management concepts
Multimedia (CoSc4151) Chapter One : Introduction to Multimedia
Chapter 11 Instructor: Xin Zhang
Course Instructor: Supriya Gupta Asstt. Prof
Presentation transcript:

multimedia Database

MMDB A Multimedia Database (MMDB) texts, images, graphics, animations, video, sound recordings, music, signals etc. These data types are categorized into three classes: Static media image and graphic object. Dynamic media audio, video and animation. Dimensional media 3D game and computer aided drafting programs.

ISSUES AND CHALLENGES Multimedia data often require a large storage. Multimedia database consume a lot of processing time, as well as bandwidth. Some multimedia data types such as video, audio, and animation sequences have temporal requirements Images, video and graphics data have spatial constraints in terms of their content. Content-based multimedia information retrieval

MULTIMEDIA DATABASE APPLICATION AREAS: Digital Libraries News-on-Demand Video-on-Demand Music database Geographic Information Systems (GIS) Telemedicine

DIFFERENCE BETWEEN DBMS AND RDBMS? DBMS - Database Management System. -> DBMS enable creation, modification to be carried out in Database. -> DBMS can be carried out with various models like Relational model, Object model, hierarchical and so on... RDBMS - Relational Database Management System. -> Relational model of carrying out the database is know as RDBMS ( Relational Database Management System ) -> The reason behind following RDBMS model for database management is it as many advantages which are as follows...

Index Methods for RDBMS Hashing Methods: Linear Hashing, extendible hashing B-tree family: B+-trees and variations Both of them are one-dimensional

Spatial Database Systems A spatial database is a database that is optimized to store and query data that represents objects defined in a geometric space. Most spatial databases allow representing simple geometric objects such as points, lines and polygons. While typical databases are designed to manage various numeric and character types of data, additional functionality needs to be added for databases to process spatial data types efficiently. GIS, CAD/CAM

Temporal Database Systems A temporal database is a database with built-in support for handling data involving time, being related to the slowly changing dimension concept, for example a temporal data model and a temporal version of Structured Query Language (SQL). More specifically the temporal aspects usually include valid time and transaction time. These attributes can be combined to form bitemporal data. Valid time is the time period during which a fact is true with respect to the real world. Transaction time is the time period during which a fact stored in the database is considered to be true. Bitemporal data combines both Valid and Transaction Time.Billing, medical records

Spatio-temporal Databases A spatiotemporal database is a database that manages both space and time information. Common examples include: Tracking of moving objects, which typically can occupy only a single position at a given time. An index of species in a given geographic region, where over time additional species may be introduced or existing species migrate or die out. Historical tracking of plate tectonic activity. Moving objects, changing regions, etc

Multimedia and medical databases In present there are used a large variety of digital image modalities: computed tomography(CT), position emission tomography (PET), single position emission computed tomography (SPECT), ultrasounds, magnetic resonance imaging (MRI), digital subtraction angiogragy (DSA) and magnetic source imaging (MSI).

Time series databases A time series database (TSDB) is a software system that is optimized for handling time series data, arrays of numbers indexed by time (a datetime or a datetime range). In some fields these time series are called profiles, curves, or traces. A time series of stock prices might be called a price curve. A time series of energy consumption might be called a load profile. A log of temperature values over time might be called a temperature trace. Stock market, ECG, trajectories, etc