Pertemuan 2 : Citra Digital, Sampling, dan Quantization - Part 1 : Apa itu citra digital ?

Made Windu Antara Kesiman
22 Aug 202110:05

Summary

TLDRThe video discusses digital image processing, starting with the definition of a digital image, its spatial coordinates (x, y), and intensity (f), referred to as pixels. It explains the difference between digital image processing, image editing, and computer graphics, highlighting the focus on improving software for image processing. The video also covers key areas like image analysis, computer vision, and three levels of processing (low, mid, high). Each level involves tasks such as noise reduction, segmentation, and object recognition, progressing towards understanding and interpreting digital images with cognitive functions.

Takeaways

  • 📷 Digital images are represented as a two-dimensional function where x and y are spatial coordinates, and f(x, y) represents the intensity (or gray level) at those coordinates.
  • 💻 Digital image processing involves processing or manipulating digital images using computers, distinguishing it from digital image editing, which typically uses existing software like Photoshop or Corel.
  • 🔧 Digital image editing focuses on manipulating digital images using software, while digital image processing is more about designing and developing software to improve image manipulation.
  • 🖼️ Computer graphics differs from digital image processing by focusing on the synthesis of images from geometric models, particularly in 3D space.
  • 👁️ Digital image processing extends beyond human vision by using imaging technologies like gamma rays, ultrasound, and electron microscopes to capture data beyond the visible light spectrum.
  • 🌐 Digital image processing is widely applicable across various industries and has been recognized for solving significant social and economic challenges.
  • 🤖 Image processing transitions into image analysis and computer vision, particularly when the goal is to understand the content of an image, often using artificial intelligence.
  • 🔍 The scope of digital image processing can be categorized into three levels: low-level (e.g., noise reduction and contrast enhancement), mid-level (e.g., segmentation and object recognition), and high-level (e.g., object understanding and computer vision).
  • 🛠️ Low-level image processing focuses on basic tasks like enhancing contrast or sharpening images, where both input and output are still digital images.
  • 🧠 High-level image processing incorporates cognitive functions to make sense of the recognized objects, moving towards computer vision and more advanced image understanding.

Q & A

  • What is a digital image?

    -A digital image is represented as a two-dimensional function f(x, y), where x and y are spatial coordinates, and f represents the intensity or gray level at those coordinates.

  • What are the elements of a digital image called?

    -The elements of a digital image are called pixels, which are the smallest units in an image that have specific locations and intensity values.

  • What is digital image processing?

    -Digital image processing refers to the use of digital computers to process and manipulate digital images to improve or modify them.

  • How is digital image processing different from image editing?

    -Image editing focuses on manipulating digital images using software like Photoshop, while digital image processing involves designing and improving the software and algorithms used for processing images.

  • What is the difference between digital image processing and computer graphics?

    -Digital image processing deals with improving and analyzing digital images, whereas computer graphics is focused on synthesizing images from geometric descriptions, especially in 3D models.

  • What is the role of digital image processing in human vision?

    -Digital image processing can enhance and extend human vision by processing images in a broader spectrum than visible light, including gamma rays and radio waves, which are beyond human perception.

  • What are some practical applications of digital image processing?

    -Digital image processing has applications in a variety of fields, including medical imaging (ultrasound, MRI), satellite imaging, and economic and social problem-solving.

  • What is the difference between image processing, image analysis, and computer vision?

    -Image processing focuses on improving images, image analysis is about extracting meaningful information from images, and computer vision involves interpreting the content of images using artificial intelligence.

  • What are the three levels of digital image processing?

    -The three levels are: low-level processing (basic operations like noise reduction and contrast enhancement), mid-level processing (tasks like segmentation and object recognition), and high-level processing (interpreting and understanding objects in images).

  • What is the significance of high-level image processing?

    -High-level image processing involves associating recognized objects in images with cognitive understanding, making it essential for tasks like object detection in computer vision and AI systems.

Outlines

00:00

📚 Introduction to Digital Image Processing

The paragraph introduces the topic of digital image processing, beginning with the basic definition of digital images as 2D functions with spatial coordinates (x, y) and intensity values (f). It explains how these values must be finite and quantized in the digital realm. The key elements of a digital image are pixels, which form the foundation of image processing. The paragraph also distinguishes digital image processing from digital image editing and computer graphics. While image editing focuses on manipulating images using software like Adobe Photoshop, digital image processing involves developing and improving software to handle images. Computer graphics, on the other hand, is concerned with generating images from 3D models.

05:00

🔍 Scope and Applications of Digital Image Processing

This paragraph explores the wide scope of digital image processing, emphasizing its applications beyond the limits of human vision. It explains that digital image processing extends into various fields, using tools like gamma rays, ultrasound, and electron microscopes to capture images that the human eye cannot perceive. Digital image processing has proven its importance across a wide range of social and economic applications. The paragraph also introduces the overlap between digital image processing, image analysis, and computer vision, noting that while image processing focuses on input and output as images, computer vision delves deeper into image understanding using artificial intelligence.

Mindmap

Keywords

💡Digital Image

A digital image is represented as a two-dimensional function f(x, y), where x and y are spatial coordinates, and f represents the intensity or gray level of the image at those coordinates. The concept is central to the video as it introduces the basic building block of digital image processing, highlighting the need for quantization and finite values in the digital world.

💡Quantization

Quantization refers to the process of mapping continuous image values (such as intensity levels) into discrete values. This process is essential in digital image processing, as it allows for the representation of images in a form suitable for computer manipulation. The video emphasizes that x, y, and f values must be finite in a digital context, achieved through quantization.

💡Digital Image Processing

Digital image processing involves using digital computers to process and manipulate images. The video defines this as the broader activity of designing, enhancing, and developing image processing software. It contrasts digital image processing with image editing, which focuses on manipulating images using pre-existing software like Adobe Photoshop.

💡Image Editing

Image editing, also referred to as digital imaging, is the process of modifying digital images using software tools like Adobe Photoshop. The video explains that while digital image processing focuses on creating and improving image processing software, image editing involves direct manipulation of images using existing tools.

💡Computer Graphics

Computer graphics is the field concerned with synthesizing images from geometric descriptions, particularly in 3D. Unlike digital image processing, which focuses on improving and analyzing images, computer graphics is more concerned with creating visual content. The video highlights this distinction as part of the broader landscape of image manipulation technologies.

💡Noise Reduction

Noise reduction refers to the process of removing unwanted distortions or 'noise' from an image. It is one of the low-level image processing tasks, according to the video, and helps to improve the quality of digital images by reducing random variations in brightness or color information.

💡Segmentation

Segmentation is the process of dividing an image into meaningful regions or objects. In the video, segmentation is described as a mid-level task in digital image processing, where an image is partitioned into various areas to aid in object recognition and classification in subsequent stages.

💡Edge Detection

Edge detection is the technique used to identify the boundaries within an image. The video describes it as part of the mid-level image processing tasks, where the goal is to detect significant changes in brightness or intensity that define the edges of objects within the image, aiding in further analysis or recognition.

💡Image Analysis

Image analysis involves extracting meaningful information from images, which goes beyond simple image manipulation. The video distinguishes image analysis from basic image processing by emphasizing its role in understanding the content of an image, often using cognitive or artificial intelligence methods.

💡Computer Vision

Computer vision refers to the field of enabling computers to interpret and understand the content of digital images. The video positions computer vision as the high-level extension of image processing, where the system begins to 'perceive' and 'understand' objects within an image, often using advanced AI techniques.

Highlights

Introduction to digital image processing and its definition, emphasizing its representation as a two-dimensional function of spatial coordinates and intensity values.

Explanation of the key elements of digital images, including pixels, intensity, and the concept of gray levels, which form the building blocks of digital images.

Distinction between digital image processing and image editing, with digital image processing focused on improving or developing processing software, while image editing focuses on manipulation using existing software like Photoshop.

Digital image processing's primary goal is to design and improve software for image processing rather than manipulating existing images.

Clarification of the difference between digital image processing, image analysis, and computer vision, focusing on the progression from low-level to high-level image understanding.

Overview of the role of digital image processing in enhancing human vision beyond the visible spectrum, with applications ranging from gamma rays to radio waves.

Digital image processing is applied to various fields, including medical imaging, social and economic problem-solving, and more.

Detailed explanation of image processing, which focuses on improving images, image analysis, which emphasizes understanding image content, and computer vision, which involves higher-level perception.

Introduction of three paradigms in digital image processing: low-level (image enhancement), mid-level (segmentation and object recognition), and high-level (image understanding and computer vision).

Low-level processing includes tasks like noise reduction, contrast enhancement, and image sharpening, focusing on image improvement.

Mid-level processing involves segmentation, object description, and classification of objects in the image.

High-level processing relates to perception and image understanding, involving cognitive functions to recognize and interpret objects.

Image analysis plays a significant role in higher-level tasks, allowing for deeper insights and understanding of digital images.

Computer vision and artificial intelligence are closely tied to advanced digital image processing and analysis.

The evolution of digital image processing, from basic image enhancement to sophisticated tasks like object recognition and interpretation in computer vision.

Transcripts

play00:00

Halo Halo

play00:01

[Musik]

play00:11

Adek bisa bergabung kembali pada

play00:14

perkuliahan pengolahan Citra digital

play00:15

pada pertemuan yang kedua ini materi

play00:18

yang kita bahas adalah citra digital

play00:21

selling dan quantization

play00:24

Hai ada materi pertemuan kedua ini kita

play00:28

akan mencoba menjawab beberapa

play00:29

pertanyaan seperti misalnya Apa itu

play00:32

citra digital kemudian apa saja ruang

play00:36

lingkup bidang pengolahan Citra digital

play00:38

Lalu bagaimana sejarah dimulainya

play00:41

teknologi Citra digital dan yang

play00:45

terakhir tentang bagaimana proses

play00:47

pembentukan dan representasi Citra

play00:49

digital

play00:53

Hai Nah kita mulai dengan definisi

play00:55

tentang Citra digital

play00:57

Citra digital direpresentasikan dalam

play01:00

format fungsi dua dimensi tertulis f x

play01:04

koma y gimana x&y itu adalah koordinat

play01:08

spasial dari titik-titik intensitasnya F

play01:12

merupakan nilai intensitas atau

play01:14

istilahnya dikenal dengan derajat

play01:17

keabuan atau Grey level dari Citra

play01:20

digital tersebut pada posisi koordinat

play01:23

tertentu x&y

play01:25

nah nilai x y dan F ini harus bersifat

play01:29

fined atau

play01:31

kuantitas Describe karena ini adalah

play01:35

dunia digital nah sehingga nilai x y dan

play01:39

F itu harus memiliki Bataaf

play01:41

masing-masing memiliki lokasi dan nilai

play01:44

tertentu Nah elemen-elemen dari Epic

play01:49

Citra digital inilah yang dikenal dengan

play01:51

istilah picture le science atau image

play01:54

Elements atau velg dan juga paling

play01:58

terkenal disebut dengan XL nah Apa

play02:02

definisi dari pengolahan Citra digital

play02:04

atau digital image Processing ya

play02:06

definisi paling umumnya yaitu memproses

play02:10

atau mengolah Citra digital dengan

play02:12

menggunakan komputer digital jadi

play02:15

mengolah Citra digital tak hanya

play02:16

memproses Citra digital atau mengolah

play02:19

Citra digital dengan menggunakan

play02:21

komputer kita

play02:23

nah Apa bedanya antara image Processing

play02:27

image editing kemudian computer graphics

play02:30

karena tiga Tron ini sangat dikenal

play02:33

dalam bidang computer science digital

play02:35

image editing atau image editing itu

play02:38

biasanya dikenal dengan istilah digital

play02:41

imaging dalam hal ini

play02:43

image editing itu lebih berhubungan

play02:46

dengan proses manipulasi Citra digital

play02:49

dengan menggunakan

play02:50

software-software eh King yang sudah ada

play02:54

seperti misalkan dengan Adobe Photoshop

play02:56

atau dengan Corel dan Damainya

play02:58

sementara digital image Processing atau

play03:02

pengolahan Citra digital itu lebih

play03:04

ditujukan pada

play03:06

proses konsepsi rancangan pengembangan

play03:09

atau peningkatan dari program-program

play03:12

pengolahan Citra digital tersebut Jadi

play03:15

kalau image editing lebih pada bagaimana

play03:17

menggunakan perangkat lunak untuk

play03:20

mengedit atau mengolah Citra digital

play03:22

sementara kalau digital image Processing

play03:24

itu lebih ditujukan kepada upaya-upaya

play03:27

untuk membangun mendesain dan merancang

play03:30

atau meningkatkan performansi dari

play03:33

software-software pengolah Citra

play03:35

tersebut nah sementara untuk komputer

play03:39

grafik yang berbeda dengan digital image

play03:41

Processing

play03:42

bidang Grafika komputer itu lebih

play03:45

difokuskan kepada upaya-upaya untuk

play03:47

mensintesis Citra Digital dari deskripsi

play03:51

geometrinya ya ya utama yang berhubungan

play03:54

dengan model-model objek pada ruang tiga

play03:57

dimensi

play03:59

hai hai

play04:01

akhir-akhir berarti ruang lingkup

play04:03

pengolahan Citra digital itu yang

play04:05

pertama tentu saja berhubungan dengan

play04:07

efisien ya karena woman fashion karena

play04:09

Citra digital itu adalah representasi

play04:11

dari

play04:12

kemampuan manusia untuk bisa melihat

play04:15

atau hypervision yang merupakan

play04:18

bagian yang paling penting dalam sistem

play04:21

Persepsi manusia nah sudah dijelaskan

play04:25

pada materi sebelumnya bahwa hukuman

play04:27

Vision itu hanya bisa dilakukan atau

play04:30

terbatas pada spektrum gelombang

play04:31

elektromagnetik cahaya tampak sementara

play04:34

kalau sudah digital atau imagination

play04:38

yang ada atau alat-alat pencitra yang

play04:40

ada itu kemampuan mencegahnya bisa

play04:43

mencakup di lebih dari sekedar spektrum

play04:47

cahaya tampak dan jadi bisa jadi

play04:49

menggunakan pencitraan dengan sinar

play04:52

gamma hingga dengan gelombang radio Jadi

play04:54

mesin-mesin pencitraan digital itu dapat

play04:57

beroperasi pada gambar-gambar yang

play05:00

dihasilkan oleh akhir-akhir yang

play05:01

sebelumnya tidak bisa dicipta oleh

play05:03

Herman Vision kita termasuk misalkan

play05:06

gambar-gambar atau cita-cita yang

play05:08

berasal dari ultrasound dari Microsoft

play05:10

elektron dan gambar kamar yang lainnya

play05:12

yang memang dihasilkan atau dideteksi

play05:14

dengan menggunakan komputer nah secara

play05:17

umum pengolahan Citra digital itu

play05:20

mencakup bidang aplikasi yang sangat

play05:22

luas dan beragam dan sampai saat ini

play05:24

pengolahan Citra digital itu sudah

play05:27

dinyatakan mampu untuk menjadi solusi

play05:30

atau sukses menangani berbagai

play05:32

permasalahan dalam bidang sosial dan

play05:34

ekonomi yang sangat luar biasa

play05:40

Hai dan ada definisi yang cukup beriris

play05:43

serangan antara pengolahan Citra digital

play05:46

kemudian analisis dan digital atau image

play05:49

analysis dan bidang computer Vision

play05:52

Bagaimana mendefinisikan image

play05:54

Processing dibandingkan dengan image

play05:56

analysis atau computer Vision ada

play05:58

definisi pertama yang diusulkan yaitu

play06:00

Bahwa image Processing itu lingkupnya

play06:04

berada ketika kajian yang dilakukan itu

play06:07

atau sistem yang dibangun itu memiliki

play06:09

input dan output untuk prosesnya tetap

play06:12

merupakan sebuah Citra digital tetapi

play06:15

Apakah definisi ini cukup untuk bisa

play06:17

memberikan representasi dari definisi

play06:21

pengolahan Citra digital dan sementara

play06:23

computer Vision dan dan artificial

play06:25

intelegent misalkan itu lebih kepada

play06:28

area image analysis atau pemahaman akan

play06:31

isi dari Citra atau image understanding

play06:33

jadi area image analysis ini bisa jadi

play06:36

berada diantara image Processing dan

play06:38

Computer Vision and jadi keinget

play06:40

Processing memulai untuk bekerja

play06:42

kemudian ketika proses-prosesnya mulai

play06:44

mengarah kepada image analysis atau

play06:46

iblis understanding maka kita sudah

play06:48

dianggap berada pada area computer

play06:50

Vision dengan bantuan misalkan

play06:52

artificial intelligence Jadi sebenarnya

play06:54

tidak terlalu ada batasan yang jelas

play06:56

antara rangkaian pengolahan Citra

play06:58

Digital dari satu ujung yang paling

play07:01

primitif hingga ke ujung lain di

play07:04

computer Vision yang paling Advance atau

play07:06

paling maju

play07:08

the set akan tetapi kita bisa memberikan

play07:11

pemaknaan atau definisi dari

play07:14

pengolahan Citra digital itu dalam tiga

play07:16

paradigma Sebenarnya ya dengan melihat

play07:19

proses komputerisasi sing komputerisasi

play07:21

nya yang pertama itu adalah pengolahan

play07:24

Citra digital yang tergolong low-level

play07:26

artinya level paling bawah gimana

play07:30

contoh-contoh operasi yang ada pada

play07:32

low-level ini misalkan adalah

play07:34

proses-proses three Processing untuk

play07:37

mengurangi noise pada citra digital

play07:39

untuk memperbaiki kontras atau contrast

play07:42

enhancement Kemudian untuk mempertajam

play07:45

gambar-gambar sudah digital atau image

play07:47

sharpening memang terlihat sekali pada

play07:50

low-level ini bagian pengolahan Citra

play07:52

digital itu masih menerima input dan

play07:55

outputnya berupa Citra digital jadi

play07:57

diberikan sebuah cerita yang misalnya

play07:59

kontraknya kurang kemudian outputnya

play08:02

adalah citra digital yang memiliki

play08:04

kontras yang lebih baik nah kemudian

play08:06

untuk level yang kedua atau level-level

play08:08

tengah ya proses-proses pengolahan Citra

play08:11

digital ini sudah masuk pada tugas-tugas

play08:14

seperti misalnya melakukan segmentasi

play08:16

membagi area-area pada citra menjadi

play08:19

arahnya kecil atau objek-objek tertentu

play08:21

kemudian sudah mulai mampu

play08:23

mendeskripsikan objek-objek itu untuk

play08:26

pemrosesan selanjutnya misalkan untuk

play08:28

klasifikasi mereka office atau mengenali

play08:31

objek dari objek-objek individual

play08:33

tersebut jadi secara umum pada level

play08:36

menengah ini atom di level ini the

play08:39

Processing ini itunya adalah citra

play08:41

digital Sementara output-nya sudah

play08:43

berupa atribut-atribut yang bisa

play08:46

diekstrak secara implisit dari cita-cita

play08:49

tersebut misalkan Apakah di situ ada

play08:51

tepi Apakah kita akan mengekstrak hanya

play08:54

bagian konturnya lalu memberikan

play08:56

identitas pada objek-objek yang berhasil

play08:59

disegmentasi atau direkomendasi G

play09:01

ekstrak dari Citra digital input nah

play09:05

kemudian level yang ketiga itu adalah

play09:07

high-level Ima SS3 dalam hal ini kita

play09:10

sudah harus mulai memberikan pemaknaan

play09:12

atau making sense dari sekumpulan objek

play09:15

yang sudah dikenali nah ini sudah Memang

play09:18

bener-bener

play09:18

masuk kepada ayah persepsi atau computer

play09:21

Vision ya jadi image analysis lebih

play09:24

banyak berperan disini Bagaimana

play09:25

proses-proses pengolahan Citra sudah

play09:28

mampu menganalisis keberadaan objek

play09:30

objek pada citra digital input kemudian

play09:33

dibantu dengan fungsi-fungsi kognitif

play09:35

untuk bisa mengasosiasikannya dengan

play09:37

dimension atau hewan Vision jadi

play09:41

tiga paradigma ini setidaknya memberikan

play09:44

gambaran bahwa image Processing itu

play09:47

bisa dari hal yang paling sederhana

play09:50

paling primitif hingga hal yang

play09:52

berhubungan dengan computer Vision saat

play09:54

kau hewan kognitif ya jadi

play09:57

mempersepsikan sesuatu secara utuh

play09:59

seperti materi yang sudah kita bahas

play10:02

pada pertemuan yang sebelumnya

Rate This

5.0 / 5 (0 votes)

Related Tags
Digital ImagingImage ProcessingQuantizationImage EditingComputer VisionMachine Learning3D GraphicsImage RepresentationNoise ReductionArtificial Intelligence