Pertemuan 2 : Citra Digital, Sampling, dan Quantization - Part 3 : Komponen fundamental dalam PCD

Made Windu Antara Kesiman
23 Aug 202108:28

Summary

TLDRThe video discusses the steps involved in digital image processing, dividing them into two main categories: low-level processes like image acquisition, filtering, and enhancement, and higher-level tasks such as object segmentation and recognition. It highlights key components, including sensors and digitizers, which capture and convert energy into digital data. The video explains the hardware and software required for processing, storing, and transmitting digital images, making comparisons to general digital data handling. Lastly, it outlines methods such as color processing, compression, and morphological processing to enhance or manipulate images.

Takeaways

  • πŸ–ΌοΈ Image processing involves various steps and sub-processes, categorized into three paradigms.
  • πŸ“Έ The process begins with image acquisition, which is influenced by the problems to be solved in digital image processing.
  • πŸ” Low-level processing includes fundamental steps like image filtering, enhancement, and restoration.
  • 🎨 Color image processing involves changes in color space and includes techniques like color splash.
  • πŸ”„ Multi-resolution and frequency domain processing techniques are used for specific image types.
  • πŸ—œοΈ Compression is a fundamental step to manage large digital image sizes for efficient storage and transmission.
  • πŸ”§ Morphological processing is a type of low-level or bit-level processing.
  • πŸ“ High-level processing aims to extract attributes and descriptions from images, moving from image improvement to object recognition.
  • πŸ’» A complete digital image processing system includes components for capturing, processing, displaying, storing, and transmitting images.
  • πŸ”„ The system requires specialized hardware and software to handle digital image data effectively.
  • πŸ”Ž To capture digital images, physical sensors and digitizers are essential to convert energy emitted by objects into digital form.

Q & A

  • What is the first step in digital image processing as mentioned in the script?

    -The first step in digital image processing is image acquisition, which involves capturing the image digitally, influenced by the problem domain being addressed.

  • How are digital image processing steps categorized?

    -Digital image processing steps are categorized into two levels: low-level processing, which includes operations like image filtering and enhancement, and high-level processing, which includes tasks such as segmentation and object recognition.

  • What are some fundamental processes in the low-level stage of digital image processing?

    -Fundamental processes in the low-level stage include image filtering, image enhancement, image restoration, color image processing, and multi-resolution analysis using methods like wavelets.

  • Why is image compression important in digital image processing?

    -Image compression is important to reduce the size of digital images, making storage and transmission more efficient, especially when dealing with large amounts of data.

  • What role does morphological processing play in image processing?

    -Morphological processing is used to extract image components useful for representation and description, such as boundaries and skeletons of objects.

  • What is image segmentation, and why is it important?

    -Image segmentation is the process of separating different regions or objects in an image. It is important because it helps isolate and identify meaningful objects within the image for further analysis or recognition.

  • What happens after the segmentation stage in image processing?

    -After segmentation, the process moves to object representation and description, where the attributes of the segmented objects are analyzed, followed by object recognition, where the system attempts to identify or classify these objects.

  • What are the components of a complete digital image processing system?

    -A complete digital image processing system consists of sensors for image capture, hardware capable of processing the image data, software for manipulating the images, display systems for visualization, storage components, and networking systems for transmission of images.

  • What is the function of a sensor in digital image acquisition?

    -A sensor detects the energy (such as light) emitted by an object, which is then converted into a digital form by a digitizer for further processing.

  • How does a digitizer work in the context of image acquisition?

    -A digitizer converts the signals received from a sensor (e.g., light intensity captured by a camera sensor) into digital data that can be processed by a computer to form a digital image.

Outlines

00:00

πŸ–ΌοΈ Overview of Digital Image Processing Stages

This paragraph introduces the multiple steps involved in digital image processing. It emphasizes the importance of understanding various paradigms and processing stages, starting with image acquisition. The process is influenced by the problem domain, and the stages are categorized into low-level operations, such as image filtering, enhancement, and restoration. It also covers operations related to color processing, spatial domain methods, wavelet-based multi-resolution techniques, and image compression to optimize storage and transmission.

05:01

πŸ’Ύ Components of a Digital Image Processing System

This section explains the necessary components of a digital image processing system. It highlights the importance of sensors to capture the initial digital image and hardware capable of processing this data. Additionally, the system must be able to display, store, and transmit the processed images over a network. The paragraph stresses that image processing hardware and software are essential, and the process closely resembles handling any other digital data, from acquisition to display and transmission.

Mindmap

Keywords

πŸ’‘Digital Image Processing

Digital Image Processing refers to the manipulation and enhancement of images using digital techniques. In the video, this concept is central to the discussion, as the speaker explains the various steps involved in processing images digitally, from acquisition to final output. Digital Image Processing involves tasks such as filtering, enhancement, and compression of images to improve quality or extract useful information.

πŸ’‘Image Acquisition

Image Acquisition is the process of capturing an image from the physical world and converting it into a digital form. The video discusses this as the first step in digital image processing, where a sensor captures visual data which is then digitized for further processing. This step is crucial as it determines the quality and type of image that will be processed.

πŸ’‘Image Filtering

Image Filtering is a fundamental process in image processing used to remove noise or enhance features within an image. The speaker mentions filtering as a step that can improve the clarity of an image. For example, filtering can help enhance contrast or sharpen details, which is often necessary before other processing steps are applied.

πŸ’‘Image Enhancement

Image Enhancement refers to the techniques used to improve the visual appearance of an image. This process involves adjusting contrast, brightness, or color balance to make the image more aesthetically pleasing or suitable for analysis. The video mentions this step as one of the early processes in digital image handling.

πŸ’‘Image Compression

Image Compression is the process of reducing the size of a digital image file without significantly degrading its quality. The video highlights this as an important aspect of digital image processing, especially when dealing with large images that need to be stored or transmitted efficiently. Compression helps make digital image storage and communication more practical.

πŸ’‘Morphological Processing

Morphological Processing refers to the analysis and manipulation of image structures based on their shapes. This technique is used for tasks like boundary detection, thinning, and region filling. In the video, morphological processing is discussed as part of a 'low-level' image processing step, focusing on refining the shapes within an image for better interpretation.

πŸ’‘Image Segmentation

Image Segmentation is the process of partitioning a digital image into multiple regions or objects. The video discusses segmentation as a critical stage where different parts of an image, such as objects or backgrounds, are separated for further analysis. This helps in identifying and isolating specific areas of interest within the image.

πŸ’‘Object Recognition

Object Recognition is the ability of a system to identify objects within a digital image. The speaker refers to this process as the final step in digital image processing, where the system is able to recognize and categorize objects, similar to how humans perceive and identify objects in the real world.

πŸ’‘Sensor

A Sensor in the context of digital image processing is a device that detects and captures physical energy (like light) and converts it into a digital signal. The video explains that sensors are a critical component in image acquisition, as they detect light or other forms of energy from the environment to form the basis of a digital image.

πŸ’‘Digitizer

A Digitizer is a device or process that converts the analog signals captured by a sensor into digital data. In the video, the digitizer is described as the tool that transforms the sensor's output into a digital image, making it suitable for further processing and analysis. This is a vital step for digital image manipulation.

Highlights

Digital image processing can be divided into three key paradigms, providing a broad framework for understanding the process.

The first major step in digital image processing is image acquisition, which is significantly influenced by the problem domain.

Initial stages of image processing involve basic techniques like image filtering and enhancement.

Image restoration is a key aspect of early processing, focusing on improving image quality through contrast and sharpness adjustments.

Color image processing plays a role in altering color spaces to enhance image quality.

Multi-resolution image processing techniques are introduced at higher stages, using wavelet or frequency domain methods.

Compression techniques help reduce the size of digital images, optimizing storage and transmission.

Morphological processing is another fundamental part of low-level image processing, helping extract structural information.

Segmentation techniques separate different areas or objects within an image, enabling more detailed analysis.

Object recognition is the final step, where the system attempts to recognize objects in the image as humans would perceive them.

A complete digital image processing system requires proper hardware for capturing, processing, storing, displaying, and transmitting images.

Sensors play a critical role in capturing the energy emitted by objects, converting it into a format suitable for digital processing.

Digitizers transform the sensor output into digital data that can be processed to form a digital image.

Physical sensors must be sensitive to the type of energy (such as light) emitted by the object being imaged.

The process of digitization translates the captured analog signals from sensors into a digital format, making them suitable for further processing.

Transcripts

play00:00

Oh

play00:01

[Musik]

play00:13

ya Sekarang kita akan melihat ada berapa

play00:16

banyak langkah atau sub-sub proses

play00:19

sebenarnya dalam pengolahan Citra

play00:21

digital seperti yang dijelaskan pada

play00:23

materi sebelumnya kita dapat membedakan

play00:26

proses pengolahan Citra digital itu

play00:29

semuanya dalam dalam tiga paradigma dan

play00:31

ini adalah

play00:32

bentuk skema

play00:34

langkah-langkah muda mental yang masuk

play00:37

di dalam proses pengolahan Citra digital

play00:39

yang cukup banyak beragam dan panjang

play00:42

tersebut jadi tolong Perhatikan gambar

play00:44

berikut ini diagram berikut ini dimulai

play00:47

dengan image akuisisi menjadi bagaimana

play00:49

cita-cita itu pertama kali diakuisisi ya

play00:52

dan ini akan sangat dipengaruhi oleh

play00:54

permasalahan yang akan ingin dipecahkan

play00:57

dalam pengolahan Citra digital

play01:00

jadi problem domain ketika melakukan

play01:02

image Action Nah kemudian untuk langkah

play01:04

selanjutnya dapat Kita bedakan menjadi

play01:06

dua ya seperti pembagian yang sebelumnya

play01:10

itu adalah lo level atau sudah menuju ke

play01:13

millefeuille atau kehilafan jadi untuk

play01:16

tahap yang pertama pemrosesan atau

play01:18

pengolahan Citra digital itu masih hanya

play01:21

mengorbitkan Citra digital kembali ya

play01:24

contoh-contoh langkah fundamental yang

play01:27

mungkin ada pada rangkaian proses

play01:29

pengolahan Citra digital pada bagian

play01:31

pertama ini contohnya misalkan adalah

play01:33

image filtering dan enhancement yang

play01:35

akan kita pelajari nanti kemudian ada

play01:37

proses restorasi Citra atau perbaikan

play01:39

Citra perbaikan Citra ini juga banyak

play01:42

jenisnya Ya seperti yang sebelumnya kita

play01:43

sudah Sebutkan bisa memperbaiki kontras

play01:46

bisa memperbaiki ketajaman Gangga dan

play01:49

sebagainya kemudian melingkupi juga

play01:51

proses color image Processing jadi yang

play01:54

berhubungan dengan pengubahan ruang

play01:57

warna dan sebagainya Jadi kalau Space

play01:59

masuk disana kita juga akan mempelajari

play02:01

colorsplash nanti di akhir perkuliahan

play02:03

ini kemudian mulai muncul juga step-step

play02:07

pengolahan Citra yang tidak berhubungan

play02:10

dengan spesial domain tetapi pada

play02:12

website atau multi resolusi jadi Citra

play02:14

khusus multi resolusi yang diolah dengan

play02:17

metode-metode berjenis website ataukah

play02:19

domain frekuensi akan mulai muncul di

play02:22

sini nah selain daripada itu ada pula

play02:24

bagian pengolahan Citra yang tergolong

play02:27

Untuk memanfaatkan data atau ukuran

play02:29

Citra Karena bagaimanapun juga Citra

play02:31

digital adalah data digital jika

play02:33

ukurannya terlalu besar juga tidak

play02:34

terlalu efektif untuk melakukan

play02:36

penyimpanan dan transmisi sehingga ada

play02:39

juga langkah fundamental pada pengolahan

play02:41

Citra yang berhubungan dengan kompresi

play02:43

pada citra digital nah kemudian

play02:45

morfologikal Processing juga akan

play02:47

menjadi bahasan pada kuliah kita nanti

play02:50

yang masih tergolong

play02:52

jenis atau paradigma di lu level atau

play02:56

debit level yaitu morfologi Processing

play03:00

Hai nah kemudian untuk sebagian

play03:02

selanjutnya mulai berpindah dari

play03:03

morfologi Processing kita sudah bisa

play03:06

menghasilkan atribut-atribut dari hasil

play03:08

pengolahan Citra kita tidak hanya

play03:10

outputnya berupa

play03:11

perbaikan dari Citra digital input

play03:14

tersebut jadi coba contohnya yang

play03:16

pertama itu dalam melakukan segmentasi

play03:18

pada citra memisah-misahkan area Citra

play03:21

objek dan sebagainya kemudian mulai

play03:23

mengeluarkan atau mengorbitkan

play03:25

representasi atau deskripsi dari

play03:28

masing-masing objek yang ada pada citra

play03:30

digital kita dan setelah itu langkah

play03:32

terakhirnya diharapkan bisa melakukan

play03:34

rekondisi terhadap objek jadi object

play03:36

recognition yang yang bisa dilakukan

play03:39

seperti apa yang dilakukan oleh manusia

play03:41

ketika mempersepsikan objek di alam jadi

play03:44

ada dua pembagian level Disini dari

play03:49

langkah fundamental yang bisa kita

play03:51

lakukan saat melakukan pengolahan Citra

play03:54

digital atau digital image Processing

play03:55

applications

play03:57

Hai Nah apa saja komponen-komponen dari

play04:00

sebuah sistem pengolahan Citra digital

play04:02

secara lengkap kita bisa melihatnya dari

play04:05

bawah yang pertama ketika sudah

play04:07

didefinisikan masalah yang akan kita

play04:09

akan namanya Cari solusinya pada

play04:12

pengolahan Citra digital maka kita harus

play04:14

memastikan ada sensor capture yang yang

play04:17

tepat jadi GB sensornya Seperti apa

play04:19

untuk bisa menghajar permasalahan kita

play04:22

mengubahnya menjadi Citra digital yang

play04:24

akan kita proses selanjutnya Nah setelah

play04:27

itu tentu dibutuhkan apa perangkat keras

play04:29

yang khusus bisa menanganinya cita-cita

play04:32

waktunya bukan khusus dalam hal ini

play04:34

harus berbeda seperti biasanya tetapi

play04:35

dipastikan bahwa perangkat keras

play04:38

tersebut atau hardware tersebut mampu

play04:40

untuk menangani data Citra digital kita

play04:43

jadi spesialis image Processing hardware

play04:46

nah di samping itu mulai muncul juga

play04:48

tambah-tambahan software yang bisa

play04:50

digunakan untuk membantu kita dalam

play04:52

melakukan pengolahan Citra digital

play04:54

tersebut nah selain level software dan

play04:58

hardware yang akan berhubungan dengan

play05:01

komputer fisik atau komputer digital

play05:03

untuk mengolah cita-cita kita maka harus

play05:06

diperhatikan juga apa bagian-bagian

play05:08

display dan penyimpannya serta

play05:10

networknya Jadi komputer yang

play05:12

dimaksudkan pada saat pengolahan Citra

play05:15

digital itu mungkin pada awalnya hanya

play05:17

bersifat proses pembentukan setelah

play05:20

ditanya melalui sensor-sensor atau DJ

play05:22

jitesh memprosesnya kemudian Bagaimana

play05:25

hardware menyimpannya Tetapi setelah itu

play05:27

harus juga dilengkapi dengan bagaimana

play05:29

komputer itu mampu mendisplay Citra

play05:31

cita-cita Bagaimana komputer kita mampu

play05:33

menyimpan dan yang lebih

play05:35

diharapkan lagi adalah ketika komputer

play05:37

komputer digital itu mampu

play05:39

mentransmisikan melalui jaringan atau

play05:41

network dari Citra Citra digital yang

play05:45

akan diolah atau yang menjadi output

play05:46

setelah diolah tersebut jadi inilah

play05:50

komponen sistem pengolahan Citra digital

play05:52

secara lengkap yang Tentu saja tidak

play05:53

jauh berbeda dari komponen sebuah

play05:56

komputer digital seharusnya ya karena

play05:58

sudah dinyatakan sebelumnya bahwa

play06:00

sebenarnya ketika kita mengolah

play06:02

cita-cita ya tidak ada bedanya dengan

play06:04

mengolah data digital sehingga

play06:05

dibutuhkan beberapa komponen untuk

play06:07

menangkap data ditanya terlebih dahulu

play06:09

kemudian menyimpannya lalu mengolahnya

play06:12

dengan hardware yang masuk akal kemudian

play06:15

bisa mendisplay nya atau kemudian bisa

play06:17

mentransmisikannya

play06:20

Hai Nah untuk oh bagian sensitif atau

play06:25

ketika membentuk cita-cita atau

play06:27

menangkap Citra digital atau lengkap

play06:29

Citra digital itu terdapat dua elemen

play06:32

penting yang harus disiapkan ya untuk

play06:35

bisa memperoleh Citra digital yang

play06:37

pertama tentu harus ada perangkat fisik

play06:39

yang peka terhadap energi jadi Inilah

play06:41

yang disebut dengan sensor Sebenarnya ya

play06:43

jadi apa namanya eh objek yang akan

play06:48

dicitrakan itu harus bisa memancarkan eh

play06:52

apa namanya cahaya atau gelombang yang

play06:54

akan ditangkap oleh sensor atau

play06:56

digitizer kita nantinya jadi harus ada

play06:59

perangkat fisik yang peka terhadap

play07:00

energi

play07:02

yang dipancarkan oleh objek yang ingin

play07:04

kita Citra jadi harus ada

play07:06

sensing komponennya ya jadi ketika

play07:09

sebuah objek itu memancarkan energi yang

play07:11

akan kita kecer sebagai citra maka harus

play07:14

ada sensor yang bisa menangkap energi

play07:17

tersebut nah kemudian komponen yang

play07:19

kedua itu adalah ini detail size

play07:22

digit-digit aise jadi yang akan

play07:24

melakukan gadget alisasi terhadap hasil

play07:27

penangkapan energi dari sensor tersebut

play07:31

jadi

play07:32

digitizer akan mengubah output dari

play07:35

perangkat penginderaan fisik yaitu si

play07:38

sensor tersebut untuk menjadi bentuk

play07:40

digital dalam versi disknya ya Nah

play07:43

contohnya misalkan kalau pada video

play07:45

kamera digital Ade punya video kamera

play07:47

digital ya sensornya itu tentu harus

play07:49

menghasilkan keluaran listrik DC yang

play07:52

yang dapat dibandingkan dengan nilai

play07:54

intensitas cahaya jadi ketika ketika

play07:57

intensitas cahaya itu masuk ke dalam

play07:58

kamera maka sensor tersebut harus bisa

play08:01

menangkapnya kemudian menciptakannya

play08:04

seperti sebuah keluaran energi listrik

play08:07

yang bisa merepresentasikan

play08:09

intensitas cahaya yang ditangkap melalui

play08:11

kamera pencipta tersebut Nah setelah itu

play08:14

gadget akan mengubah sinyal-sinyal yang

play08:17

ditangkap oleh sensor tersebut untuk

play08:19

menjadi dan atau kece data digital

play08:22

menuju pembentukan Citra digital

Rate This
β˜…
β˜…
β˜…
β˜…
β˜…

5.0 / 5 (0 votes)

Related Tags
Image ProcessingDigital ImagingImage AcquisitionImage EnhancementColor ProcessingObject RecognitionData CompressionSensor CaptureMorpological ProcessingMultiresolution