• Tidak ada hasil yang ditemukan

Listrik Statis

N/A
N/A
Protected

Academic year: 2023

Membagikan "Listrik Statis"

Copied!
59
0
0

Teks penuh

(1)

Pertemuan-2:

Sejarah DIP &

Permasalahannya

KK-Komputasi dan Kecerdasan Buatan Sistem Komputer

John Adler

(2)

Bahan kuliah pertemuan-2

• Permasalahan image processing :

Capture, modelling, feature extraction,image segmentation

• Sejarah Digital Image Processing (DIP)

• Beberapa contoh

• Key Stages in Digital Image Processing

(3)

Permasalahan image processing :

Capture, MODELLING, FEATURE

EXTRACTION, IMAGE SEGMENTATION

(4)

Permasalahan capture

• Capture merupakan proses awal dari image processing untuk mendapatkan gambar

• Proses capture membutuhkan alat-alat

capture yang baik seperti kamera, scanner, light-pen dan lainnya, agar diperoleh gambar yang baik.

• Gambar yang baik akan banyak membantu

dalam proses selanjutnya.

(5)

Permasalahan Modeling

Dalam modeling diperlukan analisa

matematika yang cukup rumit,

khususnya pemakaian kalkulus

dan transformasi geometri.

(6)

Permasalahan Feature Extraction

• Setiap gambar mempunyai karakteristik tersendiri, sehingga fitur tidak dapat bersifat general tetapi sangat tergantung

pada model dan obyek gambar yang digunakan.

• Fitur dasar yang bisa diambil adalah warna, bentuk dan tekstur. Fitur yang lebih kompleks menggunakan

segmentasi, clustering dan motion estimation

• Pemakaian statistik dan probabilitas, pengolahan sinyal

sampai pada machine learning diperlukan di sini

(7)

Permasalahan Image Segmentation

• Bagaimana memisahkan obyek gambar dengan backgroundnya

• Bagaimana memisahkan setiap obyek gambar

• Teknik clustering apa yang sesuai

dengan model dan obyek gambar yang

digunakan

(8)

Contoh Postal Code Problem

(9)

SEJARAH DIGITAL

IMAGE PROCESSING

(10)

History of Digital Image Processing

Early 1920s: One of the first applications of digital imaging was in the news-

paper industry

– The Bartlane cable picture transmission service

– Images were transferred by submarine cable between London and New York

– Pictures were coded for cable transfer and

reconstructed at the receiving end on a telegraph printer

Early digital image

ages taken from Gonzalez & Woods, Digital Image Processing (2002)

(11)

History of DIP (cont…)

Mid to late 1920s: Improvements to the Bartlane system resulted in higher quality images

– New reproduction processes based on photographic techniques

– Increased number of tones in

om Gonzalez & Woods, Digital Image Processing (2002)

(12)

History of DIP (cont…)

1960s: Improvements in computing technology and the onset of the space race led to a surge of work in digital image processing

1964: Computers used to improve the quality of

images of the moon taken by the Ranger 7 probe

– Such techniques were used in other space missions

including the Apollo landings A picture of the moon taken by the Ranger 7 probe minutes

ages taken from Gonzalez & Woods, Digital Image Processing (2002)

(13)

History of DIP (cont…)

1970s: Digital image processing begins to be used in medical applications

1979: Sir Godfrey N.

Hounsfield & Prof. Allan M.

Cormack share the Nobel Prize in medicine for the invention of tomography, the technology behind Computerised Axial

om Gonzalez & Woods, Digital Image Processing (2002)

(14)

History of DIP (cont…)

1980s - Today: The use of digital image

processing techniques has exploded and they are now used for all kinds of tasks in all kinds of areas

– Image enhancement/restoration – Artistic effects

– Medical visualisation – Industrial inspection – Law enforcement

– Human computer interfaces

(15)

Beberapa Bidang Ilmu yang Berhubungan dengan Image

 Computer Graphics : Kreasi image

 Image processing : penyempurnaan atau manipulasi gambar- yang

hasilnya gambar lain

 Computer vision : analisis isi image

(16)

Pengolahan Data

Berdasarkan Input/Output

INPU T

OUTPUT

IMAGE DESKRIPSI IMAGE Image

Processin g

Computer Vision

DESKRIP

SI Computer

Graphics Data

Mining, dll

(17)

Dua Macam Aplikasi IP

 Meningkatkan informasi bergambar untuk interpretasi manusia

 Pemprosesan data image untuk

menyimpan, mentransmisikan, dan

merepresentasikan untuk persepsi

mesin otonomi

(18)

Bidang yang Memanfaatkan IP

Berdasarkan sumber dari image:

 Radiasi dari spektrum elektromagnetik

 Akustik

 Ultrasonik

 Elektronik (dalam bentuk sinar elektron yang digunakan dalam mikroskop elektron)

 Komputer (image sintetis yang digunakan

untuk pemodelan dan visualisasi)

(19)

Persoalan di dalam IP

• Capture

• Modeling

• Feature Extraction

• Image Segmentation

(20)

Permasalahan Capture

• Capture (menangkap gambar) merupakan proses awal dari image processing untuk mendapatkan gambar

• Proses capture membutuhkan alat-alat

capture yang baik seperti kamera, scanner, light-pen dan lainnya, agar diperoleh gambar yang baik.

• Gambar yang baik akan banyak membantu

dalam proses selanjutnya.

(21)

Alat-alat Capture Sesuai Frekuensinya

(22)

Hasil Capture : Gamma-Ray Imaging

Nuclear Image : a. Bone scan

b. PET (Positron Emission Tomography) image.

Astronomical Observations c. Cygnus Loop

Nuclear Reaction

d. Radiasi Gamma

dari katup reaktor

(23)

Hasil Capture : X-Ray Imaging

(24)

Hasil Capture : Ultraviolet Imaging

(25)

Hasil Capture : Visible Imaging

(26)

Hasil Capture : Infrared Imaging

(27)

Hasil Capture : Imaging in Microwave Band

 Imaging radar : satu-satunya cara untuk menjelajahi daerah yang tidak dapat diakses dari permukaan bumi

 Radar image dari pegunungan di tenggara Tibet

 perhatikan kejelasan dan

detail gambar, tidak terhalang oleh awan atau kondisi

atmosfer lain

yang biasanya

(28)

Hasil Capture : Imaging in Microwave

Band Aplikasi ilmu Geologi : eksplorasi mineral dan

minyak menggunakan suara dalam spektrum

suara rendah (ratusan Hz)

Model seismik dari image cross-sectional Gambar panah menunjukkan perangkap

(bright spots) hidrokarbon (minyak dan

atau gas)

(29)

Hasil Capture : Ultrasound Imaging

Peralatan medis : a. Bayi

b. Melihat bayi dari sisi yang lain

c. Thyroids

d. Lapisan tulang

menggambarkan lesion

(30)

Hasil Capture : Imaging in Radio Band

(31)

Menggenerate image oleh komputer

• Fraktal : an iterative reproduction of basic pattern according to some mathematical rules (a) dan (b)

• Pemodelan komputer

3D (c) dan (d)

(32)

BEBERAPA CONTOH

(33)

Examples: Image Enhancement

• One of the most common uses of DIP

techniques: improve quality, remove noise etc

om Gonzalez & Woods, Digital Image Processing (2002)

(34)

Examples: The Hubble Telescope

• Launched in 1990 the Hubble telescope can take images of very distant objects

• However, an incorrect mirror made many of Hubble’s images useless

• Image processing

techniques were

used to fix this

(35)

Examples: Artistic Effects

• Artistic effects are used to make

images more visually appealing, to add

special effects and to make composite

images

(36)

Examples: Medicine

• Take slice from MRI (Magenetic Resonance

Imaging) scan of canine heart, and find boundaries between types of tissue

– Image with gray levels representing tissue density – Use a suitable filter to highlight edges

Original MRI Image of a Dog Heart Edge Detection Image

ages taken from Gonzalez & Woods, Digital Image Processing (2002)

(37)

Examples: GIS

• Geographic Information Systems

– Digital image processing techniques are used extensively to manipulate satellite imagery

– Terrain classification – Meteorology

om Gonzalez & Woods, Digital Image Processing (2002)

(38)

Examples: GIS (cont…)

Night-Time Lights of the World data set

– Global inventory of human settlement – Not hard to imagine

the kind of analysis that might be done using this data

ages taken from Gonzalez & Woods, Digital Image Processing (2002)

(39)

Examples: Industrial Inspection

• Human operators are expensive, slow and

unreliable

• Make machines do the job instead

• Industrial vision systems

are used in all kinds of industries

om Gonzalez & Woods, Digital Image Processing (2002)

(40)

Examples: PCB Inspection

• Printed Circuit Board (PCB) inspection

– Machine inspection is used to determine that all

components are present and that all solder joints are acceptable

– Both conventional imaging and x-ray imaging are used

(41)

Examples: Law Enforcement

• Image processing techniques are used extensively by law enforcers

– Number plate

recognition for speed cameras/automated toll systems

– Fingerprint recognition – Enhancement of CCTV

n from Gonzalez & Woods, Digital Image Processing (2002)

(42)

Examples: HCI

• Try to make human computer interfaces more natural

– Face recognition

– Gesture recognition

• Does anyone remember the user interface from “Minority Report”?

• These tasks can be

extremely difficult

(43)

Key Stages in Digital Image

Processing

(44)

Key Stages in Digital Image Processing

Image Acquisition

Image Restoration

Morphological Processing

Segmentation

Representation

& Description Image

Enhancement

Object Recognition

Problem Domain

Colour Image Processing

Image

Compression

(45)

Key Stages in DIP (Contd.)

Image Acquisition

Image Restoration

Morphological Processing

Segmentation

Representation

& Description Image

Enhancement

Object Recognition

Problem Domain

ta ke n fr om G on za le z & W oo ds , D ig ita l I m ag e P ro ce ss in g (2 00 2)

(46)

Key Stages in DIP (Contd.)

Image Acquisition

Image Restoration

Morphological Processing

Segmentation

Representation

& Description Image

Enhancement

Object Recognition

Problem Domain

Colour Image Processing

Image Compression

Im ag es ta ke n fr om G on za le z & W oo ds , D ig ita l I m ag e P ro ce ss in g (2 00 2)

(47)

Key Stages in DIP (Contd.)

Image Acquisition

Image Restoration

Morphological Processing

Segmentation

Representation

& Description Image

Enhancement

Object Recognition

Problem Domain

ta ke n fr om G on za le z & W oo ds , D ig ita l I m ag e P ro ce ss in g (2 00 2)

(48)

Key Stages in DIP (Contd.)

Image Acquisition

Image Restoration

Morphological Processing

Segmentation

Representation

& Description Image

Enhancement

Object Recognition

Problem Domain

Colour Image Processing

Image Compression

Im ag es ta ke n fr om G on za le z & W oo ds , D ig ita l I m ag e P ro ce ss in g (2 00 2)

(49)

Key Stages in DIP (Contd.)

Image Acquisition

Image Restoration

Morphological Processing

Segmentation

Representation

& Description Image

Enhancement

Object Recognition

Problem Domain

ta ke n fr om G on za le z & W oo ds , D ig ita l I m ag e P ro ce ss in g (2 00 2)

(50)

Key Stages in DIP (Contd.)

Image Acquisition

Image Restoration

Morphological Processing

Segmentation

Representation

& Description Image

Enhancement

Object Recognition

Problem Domain

Colour Image Processing

Image Compression

Images taken from Gonzalez & Woods, Digital Image Processing (2002)

(51)

Key Stages in DIP (Contd.)

Image Acquisition

Image Restoration

Morphological Processing

Segmentation

Representation

& Description Image

Enhancement

Object Recognition

Problem Domain

ta ke n fr om G on za le z & W oo ds , D ig ita l I m ag e P ro ce ss in g (2 00 2)

(52)

Key Stages in DIP (Contd.)

Image Acquisition

Image Restoration

Morphological Processing

Segmentation

Representation

& Description Image

Enhancement

Object Recognition

Problem Domain

Colour Image Processing

Image

Compression

(53)

Key Stages in DIP (Contd.)

Image Acquisition

Image Restoration

Morphological Processing

Segmentation

Representation

& Description Image

Enhancement

Object Recognition

Problem Domain

(54)

Penutup

Ada beberapa hal yang harus dikuasai sebelum menguasai

materi di dalam image processing yaitu : matematika, aljabar,

pengolahan sinyal, matriks dan transformasi linier, statistik,

Struktur Data dan algoritma

pemrograman.

(55)

Referensi slide

• Brian Mac Namee, Digital Image Processing : Introduction, www.com.dit.ie/bmacnamee

• Nana Ramadijanti, Image Processing : Day-1, Laboratorium Computer Vision, PENS-ITS,

Surabaya

• Achmad Basuki, Pengantar Pengolahan

Citra, Laboratorium Computer Vision, PENS-

ITS, Surabaya

(56)

Image Processing Mempelajari Apa?

• http://www.mathworks.com/products/im age/

• http://www.mathworks.com/products/ima ge/description1.html

• http://www.mathworks.com/products/ima ge/description2.html

• http://www.mathworks.com/products/ima ge/description3.html

• http://www.mathworks.com/products/im

age/description4.html

(57)

Image Processing Mempelajari Apa?

(Contd.)

• http://www.mathworks.com/products/image/des cription5.html

• http://www.mathworks.com/products/image/des cription6.html

• http://www.mathworks.com/products/image/d

escription7.html

(58)

Minggu Depan...

Pertemuan ke-3 :

PERSEPSI CITRA & WARNA

(59)

TERIMA KASIH

Referensi

Dokumen terkait

The three phases are (1) skin segmentation based on a selected method and skin color space, (2) morphological-based image filtering for discarding non-face pixels, and (3)

Index Terms—3D object recognition, keypoint detection, feature description, range image, local feature Ç 1 INTRODUCTION OBJECTrecognition in cluttered scenes is a fundamental

H., 2018, MRI Image Segmentation using Morphological Enhancement and Noise Removal based on Fuzzy C-means, Proceeding of 2018 5th International Conference on Information Technology,

User Selected Object of 2nd Sequence 3.1 Results from Object Segmentation Figure 10 and Figure 11 illustrate the binary image representation of the first frame for both video