Lecture Digital image processing: Image transforms - Nguyễn Công Phương
Số trang: 10
Loại file: pdf
Dung lượng: 103.21 KB
Lượt xem: 15
Lượt tải: 0
Xem trước 2 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Lecture Digital image processing - Image transforms include all of the following content: Discrete fourier transform (DFT) in 2D, wavelet transform, hough transform.
Nội dung trích xuất từ tài liệu:
Lecture Digital image processing: Image transforms - Nguyễn Công Phương Nguyễn Công Phương DIGITAL IMAGE PROCESSING Image Transforms Contents I. Introduction to Image Processing & Matlab II. Image Acquisition, Types, & File I/O III. Image Arithmetic IV. Affine & Logical Operations, Distortions, & Noise in Images V. Image Transform VI. Spatial & Frequency Domain Filter Design VII. Image Restoration & Blind Deconvolution VIII. Image Compression IX. Edge Detection X. Binary Image Processing XI. Image Encryption & Watermarking XII. Image Classification & Segmentation XIII. Image – Based Object Tracking XIV. Face Recognition XV. Soft Computing in Image Processing sites.google.com/site/ncpdhbkhn 2 Image Transforms 1. Discrete Fourier Transform (DFT) in 2D 2. Wavelet Transform 3. Hough Transform sites.google.com/site/ncpdhbkhn 3 DFT (1) M 1 N 1 um vn 1 j 2 F ( u, v ) 2 N f ( m, n ) e m 0 n 0 M N M 1 N 1 um vn 1 j 2 f ( m, n ) 2 N F ( u, v )e m 0 n 0 M N • For an image of size M×N. • f(m,n): the image in the spatial domain. • F(u,v): in the Fourier space. sites.google.com/site/ncpdhbkhn 4 DFT (2) • DFT FFT (Fast Fourier Transform). • F(0,0) represents the DC component of the image, which corresponds to the average brightness. • F(N – 1, N – 1) represents the highest frequency. • DFT is used to access the geometric characteristics of a spatial domain image. • In most implementation, the Fourier image is shifted in such a way that the DC value (the image mean), F(0,0), is displayed in the center of the image. The further away from the center an image point is, the higher is its corresponding frequency. sites.google.com/site/ncpdhbkhn 5 Image Transforms 1. Discrete Fourier Transform (DFT) in 2D 2. Wavelet Transform 3. Hough Transform sites.google.com/site/ncpdhbkhn 6 Wavelet Transform (1) M 1 N 1 1 m a1 n a2 F ( a1 , b1 , a2 , b2 ) m 0 n 0 f ( m, n ) b1b2 b1 , b2 1 m a1 n a2 A1 1 B1 1 A2 1 B2 1 1 f ( m, n ) F ( a1 , b1 , a2 , b2 ) , a1 0 b1 0 a2 0 b2 0 b1b2 1 b b2 1 m a1 n a2 • , : a specific type of b1b2 b1 b2 wavelet with scaling & shifting in x & y axes as (a1,b1) & (a2,b2), respectively. • Haar, Daubechies, Gaussian, Mexican hat, etc. sites.google.com/site/ncpdhbkhn 7 Wavelet Transform (2) • Wavelet transform takes a mother wavelet (e.g., Haar), and the signal is translated into shifted & scaled versions of this mother wavelet. • Used to divide the information of an image into approximation & detail subsignals: – Approximation subsignal: shows the general trend of pixel value, – Detail subsignals: show the vertical, horizontal, & diagonal details or changes in the image. • Applied in image filtering & image compression. sites.google.com/site/ncpdhbkhn 8 Image Transforms 1. Discrete Fourier Transform (DFT) in 2D 2. Wavelet Transform 3. Hough Transform sites.google.com/site/ncpdhbkhn 9 Hough Transform m cos n sin • From the rectangular coordinate system to the polar coordinate system. • m, n: in the rectangular system. • ρ, θ: in the polar system. • Can be commonly used to detect regular curves such as lines, circles, ellipses, etc. sites.google.com/site/ncpdhbkhn 10
Nội dung trích xuất từ tài liệu:
Lecture Digital image processing: Image transforms - Nguyễn Công Phương Nguyễn Công Phương DIGITAL IMAGE PROCESSING Image Transforms Contents I. Introduction to Image Processing & Matlab II. Image Acquisition, Types, & File I/O III. Image Arithmetic IV. Affine & Logical Operations, Distortions, & Noise in Images V. Image Transform VI. Spatial & Frequency Domain Filter Design VII. Image Restoration & Blind Deconvolution VIII. Image Compression IX. Edge Detection X. Binary Image Processing XI. Image Encryption & Watermarking XII. Image Classification & Segmentation XIII. Image – Based Object Tracking XIV. Face Recognition XV. Soft Computing in Image Processing sites.google.com/site/ncpdhbkhn 2 Image Transforms 1. Discrete Fourier Transform (DFT) in 2D 2. Wavelet Transform 3. Hough Transform sites.google.com/site/ncpdhbkhn 3 DFT (1) M 1 N 1 um vn 1 j 2 F ( u, v ) 2 N f ( m, n ) e m 0 n 0 M N M 1 N 1 um vn 1 j 2 f ( m, n ) 2 N F ( u, v )e m 0 n 0 M N • For an image of size M×N. • f(m,n): the image in the spatial domain. • F(u,v): in the Fourier space. sites.google.com/site/ncpdhbkhn 4 DFT (2) • DFT FFT (Fast Fourier Transform). • F(0,0) represents the DC component of the image, which corresponds to the average brightness. • F(N – 1, N – 1) represents the highest frequency. • DFT is used to access the geometric characteristics of a spatial domain image. • In most implementation, the Fourier image is shifted in such a way that the DC value (the image mean), F(0,0), is displayed in the center of the image. The further away from the center an image point is, the higher is its corresponding frequency. sites.google.com/site/ncpdhbkhn 5 Image Transforms 1. Discrete Fourier Transform (DFT) in 2D 2. Wavelet Transform 3. Hough Transform sites.google.com/site/ncpdhbkhn 6 Wavelet Transform (1) M 1 N 1 1 m a1 n a2 F ( a1 , b1 , a2 , b2 ) m 0 n 0 f ( m, n ) b1b2 b1 , b2 1 m a1 n a2 A1 1 B1 1 A2 1 B2 1 1 f ( m, n ) F ( a1 , b1 , a2 , b2 ) , a1 0 b1 0 a2 0 b2 0 b1b2 1 b b2 1 m a1 n a2 • , : a specific type of b1b2 b1 b2 wavelet with scaling & shifting in x & y axes as (a1,b1) & (a2,b2), respectively. • Haar, Daubechies, Gaussian, Mexican hat, etc. sites.google.com/site/ncpdhbkhn 7 Wavelet Transform (2) • Wavelet transform takes a mother wavelet (e.g., Haar), and the signal is translated into shifted & scaled versions of this mother wavelet. • Used to divide the information of an image into approximation & detail subsignals: – Approximation subsignal: shows the general trend of pixel value, – Detail subsignals: show the vertical, horizontal, & diagonal details or changes in the image. • Applied in image filtering & image compression. sites.google.com/site/ncpdhbkhn 8 Image Transforms 1. Discrete Fourier Transform (DFT) in 2D 2. Wavelet Transform 3. Hough Transform sites.google.com/site/ncpdhbkhn 9 Hough Transform m cos n sin • From the rectangular coordinate system to the polar coordinate system. • m, n: in the rectangular system. • ρ, θ: in the polar system. • Can be commonly used to detect regular curves such as lines, circles, ellipses, etc. sites.google.com/site/ncpdhbkhn 10
Tìm kiếm theo từ khóa liên quan:
Image processing Digital image processing Lecture Digital image processing Image transforms Discrete fourier transform Wavelet transformGợi ý tài liệu liên quan:
-
Ebook Feature Extraction in Computer Vision and Image Processing
360 trang 30 0 0 -
Lecture Digital image processing - Lecture 25: Image segmentation
43 trang 26 0 0 -
Lecture Digital image processing - Chapter 1: Introduction
38 trang 25 0 0 -
Lecture Digital image processing - Lecture 26: Image segmentation
23 trang 24 0 0 -
266 trang 24 0 0
-
Lecture Steganography: Watermarking techniques - Ho Dac Hung
11 trang 24 0 0 -
Bài giảng Xử lý ảnh: Chương 4 - Nguyễn Thị Hoàng Lan
6 trang 23 0 0 -
Lecture Digital image processing - Lecture 30: Morphology
42 trang 22 0 0 -
Image Compression using All-optical DCT and DST
8 trang 21 0 0 -
Lecture Digital image processing - Lecture 23: Color Images
40 trang 20 0 0