數字圖像處理


簡介Introduction

圖像是對客觀存在的物體的一種生動的寫真或描述

圖像分類Image classification

  • Analog image:模擬圖像,空間坐標和明暗程度連續變化,計算機無法直接處理
  • Digital image:數字圖像,空間坐標和明暗程度均不連續,用離散的數字表示,便於計算機處理

⚠️Definition of a digital image:
An image may be defined as a two-dimensional function, f(x,y), where x and y are spatial(plane) coordinates, and the amplitude of f at any pair of coordinates (x,y) is called the intensity or gray level of the image at that point.
When x, y, and the intensity values of f are all finite, discrete quantities, we call the image a digital image.

展開查看翻譯

一幅圖像用一個二維的函數f(x,y)定義,其中x,y表述空間坐標。坐標(x,y)處的值稱為圖像在該點處的強度值或是灰度級

當x,y的強度值f都是有限的離散量,我們就稱之為數字圖像

圖像處理Image Processing

  • Analog image processing:模擬圖像處理,如放大、縮小、顯微等
  • Digital Image Processing(DIP):計算機圖像處理,利用計算機對數字圖像進行系列操作,從而獲得某種預期結果對技術

圖像工程的三個層次Three levels of image enginnering

  • 🎯Low-level processing
  • Mid-level processing
  • High-level processing

低級圖像處理Low-level image processing

主要滿足對圖像進行各種加工以改善圖像的視覺效果並為自動識別打基礎,或對圖像進行壓縮編碼以減少所需存儲空間或傳輸時間、傳輸通路的要求。

輸入是圖像,輸出也是圖像,即圖像之間進行變換。

image transform——圖像變換
 算法很多,包括傅立葉變換、余弦變換和小波變換等。

image enhancement——圖像增強
 顯示圖像中被模糊的細節,或是突出圖像中感興趣的特征

image restoration——圖像復原
 以圖像退化的數學模型為基礎,來改善圖像質量。

中級圖像處理Mid-level image processing

中級處理主要是對圖像中感興趣的目標進行檢測和測量,以獲得它們的客觀信息從而建立對圖像的描述。

輸入是圖像,輸出是數據。

圖像分割(image segmentation)
 圖像分割是指將一幅圖像划分為互不重疊的區域並提取感興趣目標的處理。

高級圖像處理High-level image processing

在中級處理的基礎上,進一步研究圖像中各目標的性質和它們之間的相互聯系,並得出對圖像內容含義的理解以及對原來客觀場景的解釋,從而指導和規划行動

輸入是圖像,輸出是一種描述。

例如車牌檢測(License Plate Recognition)屬於高級圖像處理

三個層次的異同點The difference among the three levels

三者既有聯系又有區別,三者有機結合就是圖像工程

數字圖像處理的應用The application of digital imaxge processing

  1. 遙感技術Remote sensing: Agriculture, forestry resources survey, crop growth monitoring, natural disaster monitoring and forecasting, geologic investigations, environmental pollution detection.

  2. 在工業上的應用Industry: Non-destructive testing, production process automation (identify parts, assembly quality inspection), and development of industrial robots.

  3. 在軍事上的應用Military: aviation and satellite photo mapping and interpretation, radar and sonar image processing, missile guidance, military simulation.

  4. 在通信上的應用Communication: image fax, digital television, Internet video chat, video telephony, etc.

  5. 在公共安全方面的應用Public Security: Fingerprint identification, seal and counterfeit money identification, security check, handwriting and mark identification.

    我未來的研究方向也將以信息安全方面的隱寫術相關

下一篇: 圖像的感知與獲取


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM