image quality improvement of low-resolution camera using data fusion technique

17
IMAGE QUALITY IMPROVEMENT OF LOW-RESOLUTION CAMERA USING DATA FUSION TECHNIQUE S.A.Quadri and Othman Sidek Collaborative µ-electronic Design Excellence Centre Universiti Sains Malaysia

Upload: sayed-abulhasan-quadri

Post on 09-Jun-2015

1.728 views

Category:

Education


1 download

DESCRIPTION

Paper presented at 2012 4th International Conference on Digital Image Processing – ICDIP 2012.

TRANSCRIPT

Page 1: Image quality improvement of Low-resolution camera using Data fusion technique

IMAGE QUALITY IMPROVEMENT OF LOW-RESOLUTION CAMERA

USING DATA FUSION TECHNIQUE

S.A.Quadri and Othman Sidek Collaborative µ-electronic Design Excellence CentreUniversiti Sains Malaysia

Page 2: Image quality improvement of Low-resolution camera using Data fusion technique

Use of Low-cost and Low-resolution optical sensors

Image Quality?

Low !

Poor Quality, Obviously!

No

How?

Application of Image Fusion technique

Page 3: Image quality improvement of Low-resolution camera using Data fusion technique

Presentation overview

Introduction to Data fusion and Image fusion

Image processing

Singular value decomposition (SVD) analysis

Energy association of an image

Conclusion

Page 4: Image quality improvement of Low-resolution camera using Data fusion technique

DATA FUSION

•Data-fusion is a problem-solving technique based on the idea of integrating many answers to a question into a single; best answer.

•Process of combining inputs from various sensors to provide a robust and complete description of an environment or process of interest.

•Multilevel, multifaceted process dealing with the automatic detection, association, correlation , estimation, and combination of data and information from single and multiple sources.

“Properly said, fusion is neither a theory nor a technology in its own. It is a concept which uses various techniques pertaining to information theory, artificial intelligence and statistics [1]”

[1] David L. Hall & James Llinas, “Introduction to Multisensor Data Fusion”, IEEE , Vol. 85, No. 1, pp. 6 – 23, Jan 1997.

Page 5: Image quality improvement of Low-resolution camera using Data fusion technique

Image fusion

•Image fusion is defined as the process of combining multiple input images into a single composite image.

•The aim is to create from the collection of input images a single output image, which contains a better description of the scene than the one provided by any of the individual input images.

•The output image would be more useful for human visual perception or for machine perception.

•The principal motivation for image fusion is to improve the quality of the information contained in the output image in a process known as synergy.

• The major benefits of image fusion include • Improvement in image quality, • Extended range of operation,• Extended spatial and temporal overage,• Reduced uncertainty, increased reliability, robust system performance• Compact representation of information.

Page 6: Image quality improvement of Low-resolution camera using Data fusion technique

Schematic diagram of image fusion

Page 7: Image quality improvement of Low-resolution camera using Data fusion technique

IMAGE PROCESSING

•The image is processed using Matlab Image processing toolbox and Simulink.

• RGB images are converted to matrices as an initial step for processing.

• The histogram block computes the frequency distribution of the elements in each input image by sorting the elements into a specified number of discrete bins.

• It calculates the histogram of the R, G, and/or B values in an image.

• It computes the frequency distribution of the elements in a vector input, of the elements in each channel of a frame-based matrix input.

• It accepts real and complex fixed-point and floating-point inputs.

•The block distributes the elements of the input into the number of discrete bins specified by the number of bins parameter, n. y = hist (u, n) % Equivalent MATLAB code

The histogram value for a given bin represents the frequency of occurrence of the input values bracketed by that bin.

The histogram of respective image is computed using Simulink.

Page 8: Image quality improvement of Low-resolution camera using Data fusion technique
Page 9: Image quality improvement of Low-resolution camera using Data fusion technique

The frequency distribution of image1 and image2 are almost identical which is also an indicating factor that the quality of both the images are approximately same. After the fusion of two images, the frequency distribution of resulting image is quite different, distinct over shoot spike.

Page 10: Image quality improvement of Low-resolution camera using Data fusion technique
Page 11: Image quality improvement of Low-resolution camera using Data fusion technique

Singular Value Decomposition (SVD) analysis

SVD can be performed on any real (m, n) matrix.

It factors X into three matrices U, S, V, such that, X = USVT .

Where U and V are orthogonal matrices and S is a diagonal matrix.

The matrix U contains the left singular vectors, the matrix V contains the right singular vectors, and the diagonal matrix S contains the singular values.

The singular values are arranged on the main diagonal in such an order σ1 ≥ σ2 ≥ . . . ≥ σr > σr+1= . . . σp=0,

where r is the rank of matrix A, and where (p) is the smaller of the dimensions m or n.

Page 12: Image quality improvement of Low-resolution camera using Data fusion technique

THE ENERGY OF AN IMAGE

Let a digital image be represented as the matrix I and denote its elements as m x n matrix I and denote its elements as Iij , i=1,2,3,...m and j= 1,2,3,...n . We define the frobenius norm of the matrix I as

Singular value decay is related with the energy of the image.

For the images with less information content , the elements of diagonal matrix S reaches peak value and decays gradually as compared with images with more information content whose peak is more than the former and decay is prompt

Page 13: Image quality improvement of Low-resolution camera using Data fusion technique
Page 14: Image quality improvement of Low-resolution camera using Data fusion technique

Peak

Page 15: Image quality improvement of Low-resolution camera using Data fusion technique

Conclusion The study aimed at evaluation of data fusion technique using frequency distribution analysis.

Frequency distribution analysis was carried out using Matlab and Simulink, which summarized image statistics and represented them in histogram. Energy associated with the image is studied using singular value decomposition (SVD) analysis.

It is shown that the quality of image after fusion is substantially improved.

By image processing and analyzing the results, it is tried to affirm that synergy is obtained using data fusion technique.

The experiment explore use of low cost, moderate resolution camera to render better quality images using data fusion technique.

Page 16: Image quality improvement of Low-resolution camera using Data fusion technique

Any Question

s

Page 17: Image quality improvement of Low-resolution camera using Data fusion technique