STUDY OF IMAGE RESTORATION TECHNIQUES FOR REMOTE SENSING IMAGES IN AGRICULTURE FIELD

HUMBE V.T.1*, PATIL Y.S.2*, PATIL Y.B.3*
1School of Technology, SRTM University, Sub-Centre, Latur
2Computer Science Department, Deogiri College Aurangabad
3Computer Science Department, Deogiri College Aurangabad.
* Corresponding Author : yoginibpatil@gmail.com

Received : 29-09-2011     Accepted : 03-11-2011     Published : 07-11-2011
Volume : 3     Issue : 3       Pages : 138 - 141
Int J Mach Intell 3.3 (2011):138-141
DOI : http://dx.doi.org/10.9735/0975-2927.3.3.138-141

Conflict of Interest : None declared

Cite - MLA : HUMBE V.T., et al "STUDY OF IMAGE RESTORATION TECHNIQUES FOR REMOTE SENSING IMAGES IN AGRICULTURE FIELD." International Journal of Machine Intelligence 3.3 (2011):138-141. http://dx.doi.org/10.9735/0975-2927.3.3.138-141

Cite - APA : HUMBE V.T., PATIL Y.S., PATIL Y.B. (2011). STUDY OF IMAGE RESTORATION TECHNIQUES FOR REMOTE SENSING IMAGES IN AGRICULTURE FIELD. International Journal of Machine Intelligence, 3 (3), 138-141. http://dx.doi.org/10.9735/0975-2927.3.3.138-141

Cite - Chicago : HUMBE V.T., PATIL Y.S., and PATIL Y.B. "STUDY OF IMAGE RESTORATION TECHNIQUES FOR REMOTE SENSING IMAGES IN AGRICULTURE FIELD." International Journal of Machine Intelligence 3, no. 3 (2011):138-141. http://dx.doi.org/10.9735/0975-2927.3.3.138-141

Copyright : © 2011, HUMBE V.T., et al, Published by Bioinfo Publications. This is an open-access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution and reproduction in any medium, provided the original author and source are credited.

Abstract

In this paper, we consider the problem of remotely sensed image. Data recorded by sensors on a satellite or aircraft contain errors related to geometry and brightness values of the pixels in agriculture field. These errors are corrected using different image processing operations like image restoration, image enhancement, image transformation, image classification. Different image restoration techniques are used to extract useful information from the images. Aim of this research paper to provide a concise overview of the most useful restoration methods. Different type of image restoration techniques like spatial filter, median filter, wiener filter and wavelet based filter are described and the strengths and weaknesses of each approach are identified. Examples of remote sensing technique for agriculture field given. To provide guidelines for choosing a restoration technique for agriculture application, a comparison of the restoration techniques is made. The restoration methods are compared and evaluated based on quantitative and qualitative analysis.

Keywords

Image Processing, Image restoration, Remote Sensing, Noise, Degradation, Filtering.

Introduction

Digital image processing is use of computer algorithm to perform image processing on digital image. In diverse fields from planetary science to molecular spectroscopy and medical imaging to satellite imaging, the problem of recovering original images from blurred and noisy images is challenging. Image Restoration refers to a class of methods that aim to remove or reduce the degradations that have occurred while the digital image was being obtained.
All natural images when displayed have gone through some sort of degradation During display mode, during acquisition mode, or during processing mode The degradations may be due to sensor noise, blur due to camera misfocus, relative object- camera motion, random atmospheric turbulence, Others In most of the existing image restoration methods we assume that the degradation process can be described using a mathematical model.
A simplified version for the image restoration process model is
y (i,j) = H [ f(i,j) ] + n(i,j)
Where
y (i,j) The degraded image
f(i,j) The original image
H An operator that represents the degradation process
n(i,j) The external noise which is assumed to be image-independent
Image restoration techniques are used to recover some spatial information and improving the information content of remotely sensed images. The output of a remote sensing system is usually an image representing the scene being observed. Many further steps of digital image processing and modeling are required in order to extract useful information from the image.
Agriculture resources are among the most important renewable, dynamic natural resources. Comprehensive, reliable and timely information on agricultural resources is very much necessary for a country like India whose mainstay of the economy is agriculture. With increasing population pressure throughout the nation and the concomitant need for increased agricultural production (food and fiber crops as well as livestock) there is a definite need for improved management of the nation agricultural resources. Remotely sensed images can be used to identify nutrient deficiencies, diseases, water deficiency or surplus, weed infestations, insect damage, hail damage, wind damage, herbicide damage, and plant populations.
Information from remote sensing can be used as base maps in variable rate applications of fertilizers and pesticides. Information from remotely sensed images allows farmers to treat only affected areas of a field. Problems within a field may be identified remotely before they can be visually identified. Ranchers use remote sensing to identify prime grazing areas, overgrazed areas, or areas of weed infestations. Lending institutions use remote sensing data to evaluate the relative values of land by comparing archived images with those of surrounding fields.

Proposed Work

For remotely sensed images restoration is must process. For the agriculture field data different filter techniques are applied. Each filter result is tested separately.

Spatial Filter

Spatial filtering is an image processing procedure that accentuates contrasts locally in the spatial domain. Thus, if there are boundaries between features on either side of which reflectance (or emissions) are quite different (notable as sharp or abrupt changes in DN value), these boundaries can be emphasized by any one of several filters. The resulting images are often quite distinctive in appearance. Linear features, in particular, such as geologic faults can be made to stand out.
Although less commonly performed, spatial filtering techniques explore the distribution of pixels of varying brightness over an image and, especially detect and sharpen boundary discontinuities. These changes in scene illumination, which are typically gradual rather than abrupt, produce a relation that we express quantitatively as “spatial frequencies”. The spatial frequency is defined as the number of cycles of change in image DN values per unit distance (e.g., 10 cycles/mm) along a particular direction in the image. Algorithm for this purpose are called “spatial filters” because they suppress (de-emphasize) certain frequencies and pass (emphasize) others.

Median Filter

The median filter is a nonlinear digital filtering technique, often used to remove noise. Such noise reduction is a typical pre-processing step to improve the results of later processing (for example, edge detection on an image). Median filtering is very widely used in digital image processing because, under certain conditions, it preserves edges while removing noise.
The main idea of the median filter is to run through the signal entry by entry, replacing each entry with the median of neighboring entries. The pattern of neighbors is called the "window", which slides, entry by entry, over the entire signal. For 1D signal, the most obvious window is just the first few preceding and following entries, whereas for 2D (or higher-dimensional) signals such as images, more complex window patterns are possible (such as "box" or "cross" patterns). Note that if the window has an odd number of entries, then the median is simple to define: it is just the middle value after all the entries in the window are sorted numerically. For an even number of entries, there is more than one possible median.

Winner Filter

Wiener filter is a standard image restoration approach proposed by N. Wiener [7] that incorporates both the degradation function and statistical characteristics of noise into the restoration process.
By apply Wiener Filter on same image, use deconvwnr function to deblurr an image using the Wiener Filter. Wiener deconvolution can be used effectively when the frequency characteristics of the image and additive noise are known, to at least some degree. In the absence of noise, the Wiener Filter reduces to the ideal inverse Filter In this paper some intermediate steps of winner filter are shown.

Wavelet filter

The image restoration contains two separate steps: Fourier-domain inverse filtering and wavelet-domain image denoising. The diagram is shown as follows.

Statistical Analysis

There are many quality measures that are used like Mean, variance, directional contrast, mean square error, peak signal to noise ratio and Fourier spectrum etc. In this work we have used Mean, Standard deviation, which is more useful to measure the quality of the image.

Conclusion

The comparative study to provide good restoration results, by preserving the image features, which may useful for agriculture researcher to gather information and associated statistics on crops, rangeland, livestock and other related agricultural resources.

References

[1] Rafael Molina, Jorge Nunez, Francisco jose (2001) IEEE Signal Processing Magazine, Vol. 18, No. 2, pp 11-29.  
» CrossRef   » Google Scholar   » PubMed   » DOAJ   » CAS   » Scopus  

[2] Banham M.S. and Katsaggelos A.K. (1997) IEEE Signal Processing Magazine, Vol. 14, No. 2, pp 24-40.  
» CrossRef   » Google Scholar   » PubMed   » DOAJ   » CAS   » Scopus  

[3] Banham M. R. and Katsaggelos A. K. (1997) IEEE Signal Processing Magazine, vol. 14, pp. 24–41.  
» CrossRef   » Google Scholar   » PubMed   » DOAJ   » CAS   » Scopus  

[4] Besag J. (1989) Journal of Applied Statistics, vol. 16, no. 3, pp. 395–407.  
» CrossRef   » Google Scholar   » PubMed   » DOAJ   » CAS   » Scopus  

[5] Chambolle A., DeVore R. A., Lee N, and. Lucier B. J. (1998) IEEE Trans. on Image Processing, vol. 7, pp. 319–335.  
» CrossRef   » Google Scholar   » PubMed   » DOAJ   » CAS   » Scopus  

[6] German D. and Reynolds G. (1992) IEEE Trans. on PAMI, vol. 14, pp. 367–383.  
» CrossRef   » Google Scholar   » PubMed   » DOAJ   » CAS   » Scopus  

[7] Pratt W. K. (1991) Digital image processing, Wiley-Inter science, New York.  
» CrossRef   » Google Scholar   » PubMed   » DOAJ   » CAS   » Scopus  

Images
Fig. 1- Applying Spatial Filter Shows Some intermediate steps of result
Fig. 2- Applying Median Filter
Fig. 3- Applying Winner Filter shows Some intermediate steps of Result
Fig. 4- Wavelet Filter Result
Fig. 5- Graphical Representation
Fig. 6- Graphical Representation
Fig. 7- Graphical Representation
Fig. 8- Graphical Representation
Table 1- Mean and Standard Deviation of original, noisy Images using Median Filter
Table 2- Mean and Standard Deviation of original, noisy Images using Spatial Filter& it’s graphical representation
Table 3- Mean and Standard Deviation of original, noisy Images using Winner Filter & it’s graphical representation
Table 4-