Restoration of Degraded Gray Images Using Genetic Algorithm

Автор: Dhirendra Pal Singh, Ashish Khare

Журнал: International Journal of Image, Graphics and Signal Processing(IJIGSP) @ijigsp

Статья в выпуске: 3 vol.8, 2016 года.

Бесплатный доступ

This Image deblurring aims to eliminate or decrease the degradations that has been occurred while the image has been obtained. In this paper, we proposed a unified framework for restoration process by enhancement and more quantified deblurred images with the help of Genetic Algorithm. The developed method uses an iterative procedure using evolutionary criteria and produce better images with most restored frequency-content. We have compared the proposed methods with Lucy-Richardson Restoration method, method proposed by W. Dong [34] and Inverse Filter Restoration Method; and demonstrated that the proposed method is more accurate by achieving high quality visualized restored images in terms of various statistical quality measures.

Еще

Image Degradation Model, Genetic Algorithm, Mean Square Error, Improvement in Signal to Noise Ratio

Короткий адрес: https://sciup.org/15013958

IDR: 15013958

Текст научной статьи Restoration of Degraded Gray Images Using Genetic Algorithm

  • I.    Introduction

    Image deblurring and Image Restoration [1][2][3][4][5] is quite useful application of Digital Image Processing [6][7][8] and has began in 1950s with the space program [9][10]. Image deblurring has been a very popular topic due to its wide variety of applications. Image deblurring is concerned with filtering of the observed image to minimize the effect of degradations. Image deblurring depends on the accuracy of the knowledge of the degradation process, which is a mathematical model of blurring process. Design of deblurring filters depends on this knowledge. The objective of image restoration is to recover an image which is degraded by electronic or optical process, the process may be relative motion between the camera and original scene or camera misfocus, atmospheric turbulence, or some distortion occurred due to sensors.

  • A. Degradation Model

Image degradation model is very important in image restoration process. Once degradation model is known one can get restored image by applying some restoration or filtration process. Graphically, Image Degradation model may be visualized as:

Let an image f(x,y) a 2D function, is degraded by some degradation function H , Degradation Process represents the Image Degradation Model [11,12] :

Noise

Degradation Process

Restoration Process

Fig.1. Image Degradation Model

From the above model, we may build up a linear relationship and modeled degradation process as a convolution process (in spatial domain) as:

g ( x , y ) = h ( x , y ) * f ( x , y ) + n ( x, y)    (1)

Or can be expressed as:

g(x, y) = H[f (x, y)] + n( x, y)

where (x,y) is discrete pixel coordinate of the image and ‘*’ is a 2D convolution,

f(x,y) is an Original Image

g(x,y) is an Degraded/blurred Image

h(x,y) is point spread function(PSF)

n(x,y) is some kind of noise.

f'(x,y) is an Restored Image (estimate of f(x,y) computed from g(x,y) ).

Since Convolution in spatial domain is equal to the multiplication in frequency domain; Therefore, In Fourier domain(frequency domain), the corresponding operation may be represented as:

G(u,v) = H(u, v)F(u, v) + N(u, v)       (2)

Where H(u,v), F(u,v) and N(u,v) are the Fourier Transforms of h(x,y), f(x,y) and n(x,y) respectively. Here H is degradation operator which is applied on input image.

If the system contains no noise we may assume n ( x,y ) = 0 and g ( x,y ) = H [ f ( x,y )] (from eq. 1) . For the linear spatial model depicted in Fig.1, we may also write

S[^(xy)+^(xy)]=^^(xy)}^S[j£

aid

z£^(xy)]=^ff[X(xyO

Both above equations say that the response to the sum of many inputs equals the sum of the response to each individual input. This is known as the additivity property and other equation indicates that the response to a constant multiple of any input is equal to the response to that input multiplied by the particular constant. This is referred to as the homogeneity property. The operator H is said to be position or space invariant if

H(x-α,y-β) = g(x-α,y-β)

for any f(x,y) and any variables α and β.

Fig.2 shows the blurred image can be restored by using some restoration process.

Fig.2.

The most important component in degradation model is the PSF, which is equivalent to the impulse response of a 2D system and describes the distortion imposed by an optical system. If f (u, v) is a two-dimensional function describing the object of interest, then its image, g(x, y), can be stated as

g(x, y) =

-∞

,v,x, y) f (u, v)dudv

-∞

where (u, v) and (x, y) represent the spatial coordinates of the object and image, respectively, and h(u, v, x, y) is the PSF of the system producing the image g(x, y).

For the purpose of objectively testing the performance of image restoration algorithms, we used three statistical measures i.e., improvement in signal to noise ratio(ISNR), Mean Square Error (MSE) and Peak Signal to Noise Ratio (PSNR). The Improvement in signal to noise ratio(ISNR) may be defined as the improvement in the quality of the estimated image over the blurred image [33]

ISNR = g-f2f -f'2

Where f, g and f' represents original image, blurred image and restored image respectively. Higher values of ISNR signify good results and lower values of ISNR represent poor results. Mean Square Error(MSE) is a quality measures which quantitatively recognize the strength of error signal. MSE is commonly used because it has a simple mathematical structure and easy to implement. If f(x,y) be a input image and its desired or restored image is f’(x,y) then, Mean Square Error may be defined as :

MN

MSE=(1/MN)(∑∑(f(x,y)-f'(x,y))2)(8)

x=1 y=1

and Peak to Signal Noise Ratio (PSNR), defined as :

PSNR=10*log(255)2/MSE       (9)

Where f(x,y) is original image, f'(x,y) is restored image and M, N is size of image.

Image restoration involves finding the restored image from the degraded image such that value of Mean Square Error is minimum, means; higher value of Mean Square Error (MSE) refers to the poor quality of image and the lower value of the MSE represent good quality of the image.

  • II.    Restoration Approaches

The process of image restoration may be categorized in two main classes ; if the degradation process [13][14][15] or point spread function (PSF) is exactly known, then the restoration can be done using deconvolution; and if there is no information about point spread function [16][17], then it is known as blind deconvolution. When the intensity of observed point image spread out over several pixels, this is known as Point Spread Function (PSF)[18]. The high-quality achievement of restoration process depends on PSF. The PSF is categorized by two parameters i.e. blur length and blur angle. Blur length is number of pixels by which the image has been degraded; means number of pixel positions shifted from one place to another place. Blur angle is the angle at which the image has been corrupted.

There is a dense literature on Image Restoration [19][20][21] techniques in which most common techniques are the inverse filter, the Wienier filter, the average filter, the mean square error filter, Richardson-Lucy algorithm [22][23] and Regularization filter. Inverse filter was designed by Nathan in 1966 for the restoration of images. It is a very simple filter for restoration. In inverse filter restoration technique, blur function is known and if noise is not present, this technique produces good restoration results. It is very sensitive to additive noise; means in presence of noise inverse filter is not able to produce good results. On the other hand, Wiener filter removes the additive noise and provide better restoration results than inverse filtering and regularizing filter. The Richardson-Lucy method (Richardson 1972, Lucy 1974) was developed specifically for data comprising discrete, countable events that follow a Poisson distribution. W. Dong [34] proposed an advanced image restoration method by introducing two adaptive regularization terms into the sparse representation framework. First, a set of autoregressive (AR) models are learned from the dataset of example image patches. The best fitted AR models to a given patch are adaptively selected to regularize the local structures of image. Second, the image non-local selfsimilarity is introduced as another regularization term. In addition, the sparsity regularization parameter in      W.

Dong method [34] is adaptively estimated for better image restoration performance.

  • III.    Proposed Algorithm Description: Image Restoration Model

We proposed following algorithm for image restoration using genetic algorithm:

Step 1 : Get Blurred Image (initial image)

Step 2 : Apply Fast Fourier Transform on blurred Image

Step 3 : Apply Inverse Fourier Transform and create an initial population for applying Genetic Algorithm.

Step 4 : Calculate the value of objective functions for the current population

Step 5 : Apply cumulative fitness assignment criteria and selection procedure Use Genetic Algorithm for selection of new population.

Step 6 : Find best individuals

Step 7: Apply Crossover and Mutation on the new population (obtained at Step 5) for creating a new population.

Step 8 : Get restored image using best individuals (obtained at Step 6).

We used Genetic Algorithm to produce better results. In Genetic Algorithm, at each iteration, a new set of approximation is created by the process of selecting individuals according to their level of fitness in the problem domain and breeding them together using operators borrowed from natural genetics. This process leads to the evolution of population of individuals that are better suited to the environment than the individuals from which they are created, as in natural adaptation. The members in the population having high fitness values are called most fit members, only can survive, and the least fit members (having low fitness value) are eliminated from the population.

We proposed Image Restoration method which is similar to local transformation [24] that is based on gray level distribution in the neighborhood of every pixel is given as

g(x, y) =k*{M/(σ(x, y)+b}*{f(x, y) -c*m(x, y)}+m(x, y)a

(4) where g (x,y) stands for output pixel intensities f (x,y) stands for input pixel intensities

M stands for the global mean

σ (x,y) and m (x,y) stands for the local standard deviation and mean calculated in the neighborhood of 3x3

a.b.c and k are tunable parameters

A 3x3 neighborhood around a point (x,y) in an image is shown below –

Fig.3. A 3x3 neighborhood about a point (x,y) in an image[6]

For Image restoration we have considered three objectives, namely intensity, entropy and number of edges. The proposed method tries to maximize all the objectives. We have proposed a fitness function criteria which is based on individual objective i.e. intensity, entropy and edges. After evaluating fitness of all individual objectives (Entropy, Edge and Intensity); combined fitness or cumulative fitness is calculated. Our method evaluates all the objectives and maximizes them; means Image restoration criteria may be defined as a function of entropy, edges and Intensity.

Edges in an image can be defined as rapid changes in image intensity over a small region. One method of measuring these changes is to use discrete difference operators. It consists of two masks which calculate the change in both the directions i.e. in the x-direction and y-direction respectively.

Fig.4 shows a 3x3 region of Image, Z’s are gray level values and masks are used to compute gradient at point Z5. In Fig.5 Sobel mask for gradient component Gx and in Fig.6 Sobel mask for gradient component Gy are represented.

For image pixel I(x,y) labeled as Z5 above

Gx = (Z7 + 2*Z8 + Z„) - (Z, + 2*Z2 + Z3)

Gy = (Z3 + 2*Z6 + ZJ - Z + 2*Z4 + Z7)

and

Gradiant = [G2 + G2]1'2

xy

In Genetic Algorithm, we use genetic operators like Selection, Crossover and Mutation Operators. Genetic Operators are the steps that guide the Genetic Algorithm towards better solutions. In Genetic Algorithm, search space or state space; act as a container of all the feasible (possibly best) solutions. Each point in the search space represents one possible solution, marked by its value which is called its fitness value.

To formulate the process of natural solution in a machine, a method is needed to encode potential solution of the problem in the form that a computer can process, is known as representation technique. Chromosome of image are to be represented as an array of real integer of length four [a, k, b, c] where a, k, b and c are the parameter and the values of a ranging from 0 to 1.5, k from 0.5 to 1, b from 0 to 0.5 and c from 0 to 1.0. We applied Tournament selection which operates by choosing some individuals randomly from a population and selecting the best from this group to survive in the next generation. Once Selection has chosen fit individuals, they must be randomly altered with the hope of improving their fitness for the next generation. Crossover is a mating technique to produce better individuals. In Crossover, two individuals are chosen to swap segments of their code, to produce offspring. We have used Arithmetic Crossover [26]. Arithmetic Crossover can be defined as a linear combination of two chromosomes as :

Offspring 1 = p*a + (1-p)* в

Offspring 2 = (1 - p)* a + p * в

Where α and β be two parents in the mating pool and p is a random number and p e [0,1] .

We have taken different images of same sizes. Maximum number of generation to run the program is chosen as 20; this also works as the criteria to stop the evolution. Mutation has to be taken as simple mutation having probability = 0.1, Arithmetic crossover has to be taken having crossover probability = 0.8, selection has been taken as tournament selection, and finally, size of the population has to be taken as 48.

In the proposed method we have used Genetic Algorithm with three objective parameters; number of edge points to identify the clear boundary, intensity for enhancement and improvement in image quality and particularly third parameter, which plays an important role in image restoration, is entropy because it is a measure of disorders in the image. It restores undistorted frequency content using iterative process with help of genetic algorithm. The randomness of noise leads to higher entropy, whereas an undistorted image possesses smaller entropy. Since entropy is very useful in subjective identification of the image quality therefore we have used it as information parameter [27][28]. A number of research has support our claim [29][30][31][32].

  • IV.    Experimental Results

We have developed computer programs for our proposed method and other methods on the Computer System having Microsoft Windows XP Professional Service Pack 3 operating system, Intel Pentium 3.20GHz processor with 512 MB Ram, and using MATLAB 7.0 (R14) software. We have illustrated the proposed image restoration technique on various gray level images of same sizes. The framework that we proposed here addresses a new restoration criteria using genetic algorithm. For evaluating the accuracy of our proposed method, we have tested the proposed method on various statistical measures which minimizes the restoration error and maximize the image quality. The original image is degraded by motion blur having length=7 pixels and angle=0 degree. On the basis of the image quality and quantitative performance measures, we have compared our proposed method with three other Image Restoration methods namely Lucy-Richardson method, W. Dong Image Restoration Method [34] and Inverse Filter Method.

We have taken five images namely Peppers, House, Baboon, Barbara and cameraman of same sizes having 256x256 pixels. All these images are gray scales images. We have degraded these images using motion blur having length =7 pixels and angle =0 degrees. We have restored the blurred images by the proposed method and other method. Performance of the methods were compared on the basis of values of different quantitative performance measures i.e. Mean Square Error (MSE), Peak Signal to Noise Ratio (PSNR) and Improvement in Signal to Noise Ratio (ISNR). The values of these measures for different methods are shown in Table 1 to Table 3. The restoration results using the proposed method and other methods are visually shown in Fig.7 to Fig.11.

Fig.7. Restoration results on ‘peppers’ image : (a) original image, (b) blurred image, (c) Restored image by W. Dong method [34], (d) Restored image by Lucy-Richardson method, (e) Restored image by Inverse filter method, (f) Restored image by the proposed method.

(фВИК-1 1473              (в) BUR--33734              (f) ISNR-4 6172

Fig.8. Restoration results on house image: (a) original image, (b) blurred image, (c) Restored image by W. Dong method [34], (d) Restored image by Lucy-Richardson method, (e) Restored image by Inverse filter method, (f) Restored image by the proposed method.

(ttllSHR-0.6048 dB            (e)ISNR--4.9884 dB             (fl ISNR-3.2917 dB

Fig.11. Restoration results on cameraman image : (a) original image, (b) blurred image, (c) Restored image by W. Dong method [34], (d) Restored image by Lucy-Richardson method, (e) Restored image by Inverse filter method, (f) Restored image by the proposed method.

Fig.9. Restoration results on baboon image : (a) original image, (b) blurred image, (c) Restored image by W. Dong method [34], (d) Restored image by Lucy-Richardson method, (e) Restored image by Inverse filter method, (f) Restored image by the proposed method.

In Table 1, MSE values for restored images by different images are shown. MSE values in the results obtained by the proposed method are less than result obtained by Lucy-Richardson method and inverse filter method both.

Table 1. MSE value of Images Using different methods

Sl. No

Image Name

MSE

Lucy-Richardson Method

Inverse Filter Method

W. Dong Deblurring Method

The Proposed Method

1.

Peppers

25.5511

121.8111

29.6005

16.3859

2.

House

13.7515

69.2908

16.8954

6.1861

3.

Baboon

21.5796

77.7843

30.4264

14.0125

4.

Barbara

40.2065

109.4263

45.8504

7.0897

5.

Cameraman

13.2844

90.1301

27.2573

8.4502

Fig.10. Restoration results on barbara image: (a) original image, (b) blurred image, (c) Restored image by W. Dong method [34], (d) Restored image by Lucy-Richardson method, (e) Restored image by Inverse filter method, (f) Restored image by the proposed method

In Table 2, the values of Peak Signal for the restored images by proposed method and other methods are shown. PSNR values in the results obtained by the proposed method are higher than results obtained by Lucy-Richardson method, W. Dong method and inverse filter method; the results obtained by the proposed method are btter in terms of Peak Signal to Noise Ratio.

Table 2. PSNR value of Images Using different methods

Sl.

No.

Image

PSNR (in dB)

Lucy-Richardson Method

Inverse Filter Method

W. Dong Deblurring Method

Proposed Method

1.

Peppers

34.0567

27.2739

33.4178

35.9861

2.

House

36.7473

29.7240

35.8531

40.2166

3.

Baboon

34.7904

29.2219

33.2983

36.6657

4.

Barbara

32.0878

27.7396

31.5174

39.6245

5.

Cameraman

34.1753

28.5821

33.7760

38.8621

Finally; in Table 3, we have given the Improvement in Signal to Noise ratio (ISNR) values for the restored images by the proposed method and other methods. Higher values of ISNR represent good results and in the proposed method, each ISNR value is higher than values obtained by application of Lucy-Richardson method, W. Dong Method and inverse filter method. So the proposed method performs better in terms of Improvement in signal to noise ratio (ISNR).

Table 3. ISNR value of Images Using different methods

Sl.

No.

Image Name

ISNR (in dB)

Lucy-Richardson Method

Inverse Filter Method

W. Dong Deblurring Method

The Proposed Method

1.

Peppers

0.8954

-5.8874

0.0413

2.8248

2.

House

1.1478

-5.8754

-0.0265

4.6172

3.

Baboon

1.7420

-3.8265

-0.0526

3.6173

4.

Barbara

0.6931

-3.6552

-0.0212

8.2298

5.

Cameraman

0.6048

-4.9884

0.0361

5.2917

By comparing the visibility details of restored images, we can find that all the restored images generated through the proposed method have no blur or ringing effect across the boundaries and around the edges of the image. We can also observe that by applying Lucy-Richardson restoration method, the high and low intensity areas of the image are equally restored. Our proposed method restores the low as well as high intensity areas of the image and it also enhances the image property. Therefore, we can conclude that proposed method perform better for image restoration. By comparison with results obtained by Lucy-Richardson method, W. Dong method and inverse filter method, we can find that our proposed method deblur the images in better way.

Again, we have also tested the proposed method in the presence of Blur and Gaussian noise both, means now distorted image is blurred as well as noisy and it is to be restored by using our proposed method and compared with restoration results of Lucy-Richardson, W. Dong Method and Inverse Filter restoration method. We have generated the blurred and noisy images by taking blur length=7 and zero mean Gaussian noise with variance=.0001 as shown in Fig.12.

(a)                              (b)

Table 5. PSNR value of Images Using different methods

Sl.

No.

Image Name

PSNR

Lucy-Richardson Method

Inverse Filter Method

W. Dong Deblurring Method

The Proposed Method

1.

Baboon

33.9713

29.2219

33.1200

39.6389

2.

Cameraman

33.4826

28.5821

33.5842

36.8251

(c)

(d)

Fig.12. (a) original baboon image, (b) blurred and corrupted by Gaussian noise baboon image having noise variance=.0001, (c) original cameraman image and (d) blurred and corrupted by Gaussian noise cameraman image having noise variance=.0001

(a) ISNR = 0.2951 dB (b) ISNR = -4.6054 dB (c) ISNR = 3.6377 dB

Fig.13. Restored image by (a) Lucy-Richardson restoration method, (b) Inverse filter restored image and (c) the proposed method.

(a) ISNR = 1.2364 dB (b) ISNR

= -3.5130 dB (c) ISNR = 6.9041 dB

Fig.14. Restored image by (a) Lucy-Richardson restoration method, (b) Inverse filter restored image and (c) the proposed method.

Table 4. MSE value of Images Using different methods

Sl.

No.

Image Name

MSE

Lucy-Richardson Method

Inverse Filter Method

W. Dong Deblurring Method

The Proposed Method

1.

Baboon

26.0586

77.7843

31.7018

7.0662

2.

Cameraman

29.1622

90.1301

28.4881

13.5072

Table 6. ISNR value of Images Using different methods

Sl.

No.

Image Name

ISNR (in dB)

Lucy-Richardson Method

Inverse Filter Method

W. Dong Deblurring Method

The Proposed Method

1.

Baboon

1.2364

-3.5130

0.0848

6.9041

2.

Cameraman

0.2951

-4.6054

0.2085

3.6377

In Table 4 to Table 6 we have given MSE, PSNR and ISNR values of restored image obtained by the proposed method and Lucy-Richardson method, W. Dong method and Inverse filter method. These values suggest that the proposed method shows good results. As the result shown above, in the presence of noise, Inverse filtration method is not well suited for image restoration where as Lucy-Richardson method is good for image restoration in presence of noise. We have also visually compared and shown the results in Fig. 13 and Fig. 14, and therefore we can conclude that in presence of noise the proposed method provide good restoration results.

  • V.    Conclusions

This paper examines and identified the gray images which have been distorted by some way and recovered their features by restoration process using Genetic Algorithm. In this paper, we have developed a strategy for restoration of blurred gray images. It has been found that the proposed method is and given improved results of image restoration and it can also be seen that by using the proposed method, very promising and excellent results are achieved. All the results are visually shown in various figures qualitatively and in tables quantitatively. We believe that our proposed method definitely bring a massive impact in the research towards digital image processing. Further, the proposed method may also be extended by applying on other image processing applications [35][36] that falls under the research areas like medical imaging to find remarkable results.

Список литературы Restoration of Degraded Gray Images Using Genetic Algorithm

  • H. C. Andrews and B. R. Hunt, Digital Image Restoration, Engleword Cliffs, NJ:Printice Hall, 1997.
  • D. L.Angwing, H. Kaufman, Digital Image Restoration, A. K. Katsaggelos, editor, New York: Springer-Verlag, 1991.
  • G. Anderson and A. Netravali, "Image Restoration Based on Subjective Criterion", IEEE Trans. Sys, Man, Cybern., vol. SMC-6, pp. 845-853, Dec. 1976.
  • T. F. Chan and J. Shen, "Mathematical models for local nontexture inpaintings", SIAM J. Appl. Math. 62(2001), 1019-1043.
  • S. Esedoglu and J. Shen, "Digital inpainting based on the Mumford-Shan-Euler image model", European Journal of Applied Mathematics, vol. 13, pp. 353-70, 2002.
  • R. C. Gonzalez, R. E. Woods, Digital Image Processing, Addison-Wesley, 1987.
  • A. K. Jain, Fundamentals of Digital Image Processing, Prentice-Hall Inc., 1989.
  • K. R. Castleman, Digital Image Processing, Englewood Cliffs, N.J.: Prentice-Hall, 1979.
  • M.R. Banham and A.K. Katsaggelos,"Digital Image Restoration", IEEE Signal Processing Magazine, vol. 14, no. 2, pp.24-41, 1997.
  • R. Molina, J. Núñez, F. Cortijo, J. Mateos, "Image restoration in astronomy A Bayesian perspective", IEEE Signal Processing Magazine, vol. 18, no. 2, pp. 11-29, 2001.
  • R. L. Lagendijk, J. Biemond, "Basic Methods for Image restoration and Identification", The Image and Video Processing Handbook, pp. 125-140, Academic Press, 1999.
  • V. M. R. Banham and A. K. Katsaggelos, "Digital Image Restoration", IEEE Signal Processing Magazine, vol. 14, no. 2, pp. 24-41, March1997.
  • A. K. Katsaggelos and R. W. Schafer, "Iterative deconvolution using several distorted versions of an unknown signal", In Proceedings of the IEEE International Conference on Acoustics, Speech and Signal Processing, Boston, MA, vol. 8, pp. 659-662, April 1983.
  • D. C. Ghiglia, "Space invariant deblurring given N independent blurred images of the same object", Journal of Optical Society of America, vol. 1, no. 4, pp. 398-402, April 1984.
  • A. K. Katsaggelos, " A Multiple Input Image Restoration Approach", Journal of Visual Communication & Image Representation, vol. 1, pp. 93-103, September1990.
  • G. B. Giannakis and R. W. Heath Jr., "Blur identification of Multichennel FIR Blurs and Perfect Image Restoration", In Proceedings of the IEEE International Conference on Image Processing, vol. 1, pp. 717-720, Lausanne, Switzerland, Sep. 1996.
  • G. Harikumar and Y. Bresler, "Efficient Algorithms for the blind Recovery of Images by Multiple Filters", In Proceedings of the IEEE International Conference of Image Processing, Lausanne, Switzerland, pp. 97-100, Sep. 1996.
  • I. Aizenberg, T. Bregin, C. Butakoff, V. Karnaukhov, N. Merzlyakov and O. Milukova, "Type of Blur and Blur Parameters Identification Using Neural Network and Its Application to Image Restoration". In: J.R. Dorronsoro (ed.) Lecture Notes in Computer Science, vol. 2415, Springer-Verlag, Berlin, Heidelberg, New York, pp. 1231-1236, 2002.
  • D. A. O. Handley and W. B. Green, "Recent Developments in Digital Image Processing at the Image Processing Laboratory at the Jet Propulsion Laboratory ", Proceedings of the IEEE, vol. 60, no. 7, pp. 821-828, 1972.
  • J. C. Brailean, R. P.Kleihorst, S. N. Efstratiadis, A. K. Katsaggelos and R. L. Lagendijk, "Noise Reduction filters for dynamic image sequences : A Review", Proceedings of the IEEE vol. 83, no. 9, pp. 1272-1292, Sep. 1995.
  • J. C. Brailean and A. K. Katsaggelos, "Simultaneous Recursive Motion Estimation and Restoration of Noisy and Blurred Image Sequences", IEEE Trans. Image Processing, vol. 4, pp. 1236-1251, Sep. 1995.
  • W. H. Richardson, "Bayesian-based iterative method of image restoration", Journal of Optical Society of America, vol. 62, pp. 55-59, 1972.
  • L. B. Lucy, "An iterative technique for the rectification of observed distribution", Astronomical Journal, vol. 79, pp. 745-754, 1974.
  • C. Munteanu and A. Rosa, "Gray-Scale Image Enhancement as an automatic Process Driven by Evolution", IEEE Trans. On Systems, Man, and Cybernetics, Part B: Cybernetics, vol. 34, No. 2, pp.1292-1298, April 2004.
  • L. S. Davis, "A Survey of Edge Detection Techniques", Computer Graphics and Image Processing, vol. 4, no. 3, pp. 248-270, 1975.
  • Z. Michalewicz, Genetic Algorithms+Data Structures=Evolution Programs, Berlin, Germany: Springer-Verlag, 1996.
  • C. E. Shannon (1948), "Mathematical Theory of Communication", Bell System Technical Journal, vol. 27, no. 1, pp. 623-656, 1948.
  • S. Kullback and R. A. Leibler(1951), "On Information and sufficiency", Annals of Mathematical Statistica, vol. 22, no. 1, pp. 79-86.
  • S. F. Gull and J. S. Killing, "Maximum Entropy Method in Image Processing", Proceedings of the IEEE, vol. 131, no. 6, pp. 646-659, 1984.
  • E. T. Jaynes, "On the Rationale of Maximum Entropy Methods", Proceedings of the IEEE, pp. 939-652, vol. 70, no. 9, Sep.1982.
  • R. Narayan and R. Nityanand, "Maximum Entropy Image Restoration in Astronomy", Annual Review of Astronomy and Astrophysics, vol. 24, no. 1, pp. 127-170, September 1986.
  • R. Kikuchi and B. H. Soffer, "Maximum Entropy Image Restoration.I. The Entropy Expression", Journal of Optical Society of America, vol. 67, no. 12, pp. 1656-1665, 1977.
  • A. C. Bovik, Handbook of Image and Video Processing, Elsevier Academic Press, San Diego, Calif, USA, 2nd edition, 2005.
  • W. Dong, L. Zhang, G. Shi and X. Wu, "Image Deblurring and Super-resolution by Adaptive Sparse Domain Selection and Adaptive Regularization", IEEE Transactions on Image Processing, vol. 20, no. 7, pp. 1838-1857, 2011.
  • D. P. Singh, A. Khare, "Evolutionary Image Enhancement Using Multi-Objective Genetic Algorithm", International Journal of Image, Graphics and Signal Processing, vol. 6, no. 1, Nov., 2013.
  • D. P. Singh, A. Khare, "Text Region Extraction: A Morphological Based Image Analysis Using Genetic Algorithm", International Journal of Image, Graphics and Signal Processing, vol. 7, no. 2, Jan., 2015.
Еще
Статья научная