1 of 40

PERTEMUAN KE 6 – EDGE DETECTION

PENGOLAHAN CITRA

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

2 of 40

R

P

S

DEFINISI EDGE DETECTION

01

METODE EDGE DETECTION

02

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

3 of 40

DEFINISI EDGE DETECTION

01

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

4 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

DEFINISI

Edge /tepi

adalah batas antara dua daerah dengan nilai gray-level yang relatif berbeda

Dengan kata lain edge merupakan tempat yang memiliki perubahan intensitas yang

besar dalam jarak yang pendek

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

5 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

Edge detection (deteksi tepi) adalah proses menemukan batas/tepi atau peralihan intensitas yang signifikan dalam sebuah citra, yang biasanya menunjukkan batas objek atau perubahan struktur penting.

Tujuan utamanya adalah mengekstrak fitur tepi sehingga citra lebih mudah dianalisis untuk keperluan seperti segmentasi, pengenalan objek, dan analisis bentuk.

DEFINISI

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

6 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

Aplikasi Edge Detection

  • Segmentasi objek (misalnya dalam medis: mendeteksi organ atau tumor)
  • Pengukuran dan analisis bentuk
  • Navigasi robot (deteksi rintangan)
  • Pengolahan teks/citra dokumen (deteksi kontur huruf)
  • Kompresi citra berbasis fitur

DEFINISI

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

7 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

Konsep Dasar :

  • Tepi muncul pada citra ketika ada:
  • Perubahan intensitas terang ke gelap (atau sebaliknya) yang tajam,
  • Perubahan warna atau tekstur,
  • Pergeseran geometri pada objek.
  • Dalam bentuk matematis, tepi dapat dianggap sebagai lokasi dengan turunan pertama atau kedua intensitas yang tinggi.

DEFINISI

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

8 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

Pada deret citra seperti pada gambar di samping,

Kemungkinan besar tepi Adalah antara 12 dan 50,

Karena disitulah letak perbedaan yang kontras (gradiennya tinggi)

DEFINISI

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

9 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

Jenis Tepi

  • Tepi Curam (Step Edge)
  • Tepi Landai (Ramp Edge)
  • Tepi Garis (Line Edge)
  • Tepi Atap (Roof Edge)

DEFINISI – JENIS TEPI

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

10 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

DEFINISI – JENIS TEPI

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

11 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

DEFINISI – JENIS TEPI

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

12 of 40

METOD EDGE DETECTION

02

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

13 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

Pendeteksian tepi dapat dipahami dengan pendekatan kaklulus diferensial

Sebab,

perubahan intensitas yang besar dalam jarak yang singkat

dipandang sebagai fungsi yang memiliki kemiringan yang besar.

Kemiringan fungsi dapat dihitung dengan

turunan pertama (gradient), turunan kedua (laplace),dll

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

14 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

TURUNAN PERTAMA

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

15 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

Turunan Pertama,

Dapat ditulis dalam fungsi :

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

16 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

17 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

18 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

19 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION - ROBERT

Oleh Robert, �masking ini kemudian dimodifikasi menjadi sebagai berikut :

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

20 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

21 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

22 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION - SOBEL

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

23 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION - SOBEL

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

24 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION - SOBEL

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

25 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION - SOBEL

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

26 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION - PREWITT

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

27 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION - PREWITT

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

28 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

29 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

TURUNAN KEDUA

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

30 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

31 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

32 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

33 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

34 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

35 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

36 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

37 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

38 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

39 of 40

  • Input the text content you want according to the content you need, and input the text and other information.Input the text content you want according to the content you need, and input the text and other information.

  • Input the text content you want according to the content you need, and input the text and other information.

20NN

METODE EDGE DETECTION

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

40 of 40

Tim Penyusun:

1.

2.

3

TERIMA

KASIH

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA

PROGRAM STUDI INFORMATIKA

UNIVERSITAS GUNADARMA