Open access

Image Reconstruction Methods for MATLAB Users - A Moore-Penrose Inverse Approach

Written By

S. Chountasis, V.N. Katsikis and D. Pappas

Submitted: 10 January 2012 Published: 26 September 2012

DOI: 10.5772/45811

From the Edited Volume

MATLAB - A Fundamental Tool for Scientific Computing and Engineering Applications - Volume 1

Edited by Vasilios N. Katsikis

Chapter metrics overview

6,436 Chapter Downloads

View Full Metrics

1. Introduction

In the last decades the Moore-Penrose pseudoinverse has found a wide range of applications in many areas of Science and became a useful tool for different scientists dealing with optimization problems, data analysis, solutions of linear integral equations, etc. At first we will present a review of some of the basic results on the so-called Moore-Penrose pseudoinverse of matrices, a concept that generalizes the usual notion of inverse of a square matrix, but that is also applicable to singular square matrices or even to non-square matrices.

The notion of the generalized inverse of a (square or rectangular) matrix was first introduced by H. Moore in 1920, and again by R. Penrose in 1955, who was apparently unaware of Moore’s work. These two definitions are equivalent, (as it was pointed by Rao in 1956) and since then, the generalized inverse of a matrix is also called the Moore-Penrose inverse.

Let Abe a r×mreal matrix. Equations of the form Ax=b,ARr×m,bRroccur in many pure and applied problems. It is known that when Tis singular, then its unique generalized inverse A (known as the Moore- Penrose inverse) is defined. In the case when Ais a real r×mmatrix, Penrose showed that there is a unique matrix satisfying the four Penrose equations, called the generalized inverse ofA, noted byA.

An important question for applications is to find a general and algorithmically simple way to computeA. There are several methods for computing the Moore-Penrose inverse matrix (cf. [2]). The most common approach uses the Singular Values Decomposition (SVD). This method is very accurate but also time-intensive since it requires a large amount of computational resources, especially in the case of large matrices. Therefore, many other methods can be used for the numerical computation of various types of generalized inverses, see [16]; [25]; [30]. For more on the Moore-Penrose inverse, generalized inverses in general and their applications, there are many excellent texbooks on this subject, see [2]; [30]; [4].

The Moore-Penrose pseudoinverse is a useful concept in dealing with optimization problems, as the determination of a “least squares” solution of linear systems. A typical application of the Moore-Penrose inverse is its use in Image and signal Processing and Image restoration.

The field of image restoration has seen a tremendous growth in interest over the last two decades, see [1]; [5]; [6]; [14]; [28]; [29]. The recovery of an original image from degraded observations is of crucial importance and finds application in several scientific areas including medical imaging and diagnosis, military surveillance, satellite and astronomical imaging, and remote sensing. A number of various algorithms have been proposed and intensively studied for achieving a fast recovered and high resolution reconstructed images, see [10]; [15]; [22].

The presented method in this article is based on the use of the Moore-Penrose generalized inverse of a matrix and provides us a fast computational algorithm for a fast and accurate digital image restoration. This article is an extension of the work presented in [7]; [8].

Advertisement

2. Theoretical background

2.1. The Moore-Penrose inverse

We shall denote by Rr×m the algebra of all r×mreal matrices. ForTRr×m, R(T)will denote the range of Tand N(T)the kernel of T.The generalized inverse T is the unique matrix that satisfies the following four Penrose equations:

TT=(TT)*,        TT=(TT)*,        TTT=T,        TTT=T,E1

where T* denotes the transpose matrix of T.

Let us consider the equationTx=b,TRr×m,bRr, where Tis singular. If Tis an arbitrary matrix, then there may be none, one or an infinite number of solutions, depending on whether bR(T)or not, and on the rank ofT. But ifbR(T), then the equation has no solution. Therefore, another point of view of this problem is the following: instead of trying to solve the equationTx-b=0, we are looking for a minimal norm vector uthat minimizes the normTu-b. Note that this vector uis unique. So, in this case we consider the equationTx=PR(T)b, where PR(T) is the orthogonal projection onR(T). Since we are interested in the distance between Txandb, it is natural to make use of T2 norm.

The following two propositions can be found in [12].

Proposition 0.1 Let TRr×mandbRr,bR(T). Then, foruRm, the following are equivalent:
  1. Tu=PR(T)bE2
  2. Tu-bTx-b,xRmE3
  3. T*Tu=T*bE4
LetB={uRm|T*Tu=T*b}. This set of solutions is closed and convex; it therefore has a unique vector u0 with minimal norm. In fact, Bis an affine manifold; it is of the formu0+N(T). In the literature (c.f. [12]), Bis known as the set of the least square solutions. Proposition 0.2 Let TRr×mandbRr,bR(T), and the equationTx=b. Then, if T is the generalized inverse ofT, we have thatTb=u, where uis the minimal norm solution defined above.

We shall make use of this property for the construction of an alternative method in image processing inverse problems.

2.2. Image restoration problems

The general pointwise definition of the transform τ(u,v)that is used in order to convert an r×rpixel image s(x,y)from the spatial domain to some other domain in which the image exhibits more readily reducible features is given in the following equation:

τ(u,v)=1rx=1ry=1rs(x,y)g(x,y,u,v)E5

where uand vare the coordinates in the transform domain and g(x,y,u,v)denote the general basis function used by the transform. Similarly, the inverse transform is given as:

s(x,y)=1ru=1rv=1rτ(u,v)h(x,y,u,v)E6

where h(x,y,u,v)represents the inverse of the basis functiong(x,y,u,v).

The two dimensional version of the function g(x,y,u,v)in Equation (1) can typically be derived as a series of one dimensional functions. Such functions are referred to as being ’separable’, we can derive the separable two dimensional functions as follows: The transform been performed across x

τ'(u,y)=1rx=1rs(x,y)g(x,u)E7

Moreover we transform acrossy:

τ(u,v)=1ry=1rτ'(u,y)g(y,u)E8

and using Equation (3) we have

τ(u,v)=1rx=1ry=1rs(x,y)g(x,u)g(y,u)E9

We can use an identical approach in order to write Equation (1) and its inverse (Equation 2) in matrix form, using the standard orthonormal basis:

T=GSGT,    S=HTHTE10

in which T,S,Gand Hare the matrix equivalents of τ,s,gand hrespectively. This is due to our use of orthogonal basis functions, meaning the basis function is its own inverse. Therefore, it is easy to see that the complete process to perform the transform, and then invert it is thus:

S=HGSGTHTE11

In order for the transform to be reversible we need Hto be the inverse of Gand HT to be the inverse ofGT, i.e.,HG=GTHT=I.

Given that G is orthogonal it is trivial to show that this is satisfied whenH=GT. Given His merely the transpose of Gthe inverse function for g(x,y,u,v)h(x,y,u,v)is also separable.

In the scientific area of image processing the analytical form of a linear degraded image is given by the following integral equation :

xout(i,j)=Dxin(u,v)h(i,j;u,v)dudvE12

where xin(u,v) is the original image, xout(i,j)represents the measured data from where the original image will be reconstructed and h(i,j;u,v)is a known Point Spread Function (PSF). The PSF depends on the measurement imaging system and is defined as the output of the system for an input point source.

A digital image described in a two dimensional discrete space is derived from an analogue image xin(u,v) in a two dimensional continuous space through a sampling process that is frequently referred to as digitization. The two dimensional continuous image is divided into rrows and mcolumns. The intersection of a row and a column is termed a pixel. The discrete model for the above linear degradation of an image can be formed by the following summation

xout(i,j)=u=1rv=1mxin(u,v)h(i,j;u,v)E13

where i=1,2,,rand j=1,2,,m.

In this work we adopt the use of a shift invariant model for the blurring process as in [11]. Therefore, the analytically expression for the degraded system is given by a two dimensional (horizontal and vertical) convolution i.e.,

xout(i,j)=u=1rv=1mxin(u,v)h(i-u,j-v)=xin(i,j)**h(i,j)E14

where ** indicates two dimensional convolution.

In the formulation of equation (8) the noise can also be simulated by rewriting the equation as

xout(i,j)=u=1rv=1mxin(u,v)h(i,j;u,v)+n(i,j)=xin(i,j)**h(i,j)+n(i,j)E15

where n(i,j)is an additive noise introduced by the system.

However, in this work the noise is image related which means that the noise has been added to the image.

2.3. The Fourier Transform, the Haar basis and the moments in image reconstruction problems

Moments are particularly popular due to their compact description, their capability to select differing levels of detail and their known performance attributes (see [3]; [9];[17]; [18]; [19]; [20]; [26]; [27]; [28]. It is a well-recognised property of moments that they can be used to reconstruct the original function, i.e., none of the original image information is lost in the projection of the image on to the moment basis functions, assuming an infinite number of moments are calculated. Another property for the reconstruction of a band-limited image using its moments is that while derivatives give information on the high frequencies of a signal, moments provide information on its low frequencies. It is known that the higher order moments capture increasingly higher frequencies within a function and in the case of an image the higher frequencies represent the detail of the image. This is also consistent with work on other types of reconstruction, such as eigenanalysis where it has been found that increasing numbers of eigenvectors are required to capture image detail ([23], ) and again exceed the number required for recognition. Describing images with moments instead of other more commonly used image features means that global properties of the image are used rather than local properties. Moments provide information on its low frequency of an image. Applying the Fourier coefficients a low pass approximation of the original image is obtained. It is well known that any image can be reconstructed from its moments in the least-squares sense. Discrete orthogonal moments provide a more accurate description of image features by evaluating the moment components directly in the image coordinate space.

The reconstruction of an image from its moments is not necessarily unique. Thus, all possible methods must impose extra constraints in order to its moments uniquely solve the reconstruction problem.

The most common reconstruction method of an image from some of its moments is based on the least squares approximation of the image using orthogonal polynomials ([19]; [21]). In this paper the constraint that introduced is related to the bandwidth of the image and provides a more general reconstruction method. We must keep in mind that this constraint is a global, for a local one a joint bilinear distribution such as Wigner or wavelet must be used.

2.3.1. The Fourier Basis

In view of the importance of the frequency domain, the Fourier Transform (FT) has become one of the most widely used signal analysis tool across many disciplines of science and engineering. The FT is generated by projecting the signal on to a set of basis functions, each of which is a sinusoid with a unique frequency. The FT of a time signal s(t)is given by

s~(ω)=12π-+s(t)exp(-iωt)dtE16

where ω=2πfis the angular frequency. Since the set of exponentials forms an orthogonal basis the signal can be reconstructed from the projection values

s(t)=12π-+s~(ω)exp(iωt)dωE17

Following the property of the FT that the convolution in the spatial domain is translated into simple algebraic product in the spectral domain Equation (8) can be written in the form

x~out=x~inH~E18

In a discrete Fourier domain the two-dimensional Fourier coefficients are defined as

F(m,n)=1XYx=1Xy=1YSXYexp(-2πi((x-1)(m-1)X+(y-1)(n-1)Y))E19

rearranging the above equation leads to

F(m,n)=1XYx=1Xexp(-2πi(x-1)(m-1)X)y=1YSXYexp(-2πi(y-1)(n-1)Y))E20

thus, F(m,n)can be written in matrix form as:

F(m,n)=KS(x,m)SXYKS(y,n)*E21

where KS(y,n)* denotes the conjugate transpose of the forward kernel KS(y,n).

Using the same principles but writing Equation (12) in a form where the increasing indexes correspond to higher frequency coefficients we obtain

F(m,n)=1XYx=1Xy=1YSXYexp[-2πi((x-1)(m-(k-1)2-1)X+(y-(l-1)2-1)(n-1)Y)]E22

The Fourier coefficients can be seen as the projection coefficients of the image SXY onto a set of complex exponential basis functions that lead to the basis matrix:

Bkl(m,n)=1kexp[-2πi(m-1)(n-(l-1)2-1)k]E23

The approximation of an image SXY in the least square sense, can be expressed in terms of the projection matrix Pkl :

Pkl=(BXk)TSXYBYlE24

as

S'XY=BXk(BXkTBXkT)-1Pkl(BYlTBYl)-1BYlT=(BXk)-Pkl(BYl)E25

where ()T and ()-1 denote the transpose and the inverse of the given matrix. The operations ()- and () stand for the left and right inverses, both are equal to the Moore-Penrose inverse, and are unique. Among the multiple inverse solutions it chooses the one with minimum norm. When considering image reconstruction from moments, the number of moments required for accurate reconstruction will be related to the frequencies present within the original image. For a given image size it would appear that there should be a finite limit to the frequencies that are present in the image and for a binary image that limiting frequency will be relatively low. As the higher order moments approach this frequency the reconstruction will become more accurate.

2.3.2. The Haar basis

The reconstruction of an image from its moments is not necessarily unique. Thus, all possible methods must impose extra constraints in order to its moments uniquely solve the reconstruction problem. In this method the constraint that introduced is related to the number of coefficients and the spatial resolution of the image. The Haar basis is unique among the functions we have examined as it actually defines what is referred to as a ’wavelet’. Wavelet functions are a class of functions in which a ’mother’ function is translated and scaled to produce the full set of values required for the full basis set. Limiting the resolution of an image means eliminating those regions of smaller size than a given one. The Haar coefficients are obtained from the projection of the image onto the discrete Haar functions Bk,l(m) for ka power of 2, and are defined as

Bk,l(m)=1k,E26

in the casel=1, and for l>1

Bk,l(m)=+qk,ifpm<p+k2q-qk,ifp+k2qmp+kq0,otherwiseE27

with q=2[log2(l-1)]andp=k(l-1-q)q+1, where [.] stands for the functionfix(x), which rounds the elements of xto the nearest integer towards zero.

Advertisement

3. Restoration of a blurry image in the spatial domain

This work introduces a new technique for the removal of blur in an image caused by the uniform linear motion. The method assumes that the linear motion corresponds to a discrete number of pixels and is aligned with the horizontal or vertical sampling.

Givenxout, then xin is the deterministic original image that has to be recovered. The relation between these two components in matrix structure is the following :

Hxin=xout,E28

where Hrepresents a two dimensional (r×m) priori knowledge matrix or it can be estimated from the degraded X-ray image using its Fourier spectrum ([24]). The vectorxout, is of rentries, while the vector xin is of m(=r+n-1)entries, where m>rand nis the length of the blurring process in pixels. The problem consists of solving the underdetermined system of equations (Eq. 13).

However, since there is an infinite number of exact solutions for xin that satisfy the equationHxin=xout, an additional criterion that finds a sharp restored vector is required. Our work provides a new criterion for restoration of a blurred image including a fast computational method in order to calculate the Moore-Penrose inverse of full rank r×mmatrices. The method retains a restored signal whose norm is smaller than any other solution. The computational load for the method is compared with the already known methods.

The criterion for restoration of a blurred image that we are using is the minimum distance of the measured data, i.e.,

min(xin*-xout),E29

where xin* are the first relements of the unknown image xin that has to be recovered subject to the constraintHxin-xout=0. In fact, zero is not always attained, but following Proposition 0.1(ii) the norm is minimized.

In general, the PSF varies independently with respect to both (horizontal and vertical) directions, because the degradation of a PSF may depend on its location in the image. An example of this kind of behavior is an optical system that suffers strong geometric aberrations. However, in most of the studies, the PSF is accurately written as a function of the horizontal and vertical displacements independently of the location within the field of view.

3.1. The generalized inverse approach

A blurred image that has been degraded by a uniform linear motion in the horizontal direction, usually results of camera panning or fast object motion can be expressed as follows, as desribed in Eq. (13):

k1kn00000k1kn00000k1kn00000k1knxin_1xin_2xin_3xin_m=xout_1xout_2xout_3xout_rE30

where the index nindicates the linear motion blur in pixels. The element k1,,kn of the matrix are defined as:kl=1/n    (1ln).

Equation (3) can also be written in the pointwise form fori=1,,r,

xout(i)=1nh=0n-1xin(i+h)E31

that describes an underdetermined system of rsimultaneous equations and m=r+n-1unknowns. The objective is to calculate the original column per column data of the image.

For this reason, given each column [xout_1,xout_2,xout_3,xout_r]T of a degraded blurred imagexout, Eq. (3) results the corresponding column

[xin_1,xin_2,xin_3,,xin_m]Tof the original image.

As we have seen, the matrix His a r×mmatrix, and the rank of His less or equal tom. Therefore, the linear system of equations is underdetermined. The proper generalized inverse for this case is a left inverse, which is also called a {1,2,4} inverse, in the sense that it needs to satisfy only the three of the four Penrose equations. A left inverse gives the minimum norm solution of this underdetermined linear system, for everyxoutR(H). The Moore-Penrose Inverse is clearly suitable for our case, since we can have a minimum norm solution for everyxoutR(H), and a minimal norm least squares solution for everyxoutR(H).

The proposed algorithm has been tested on a simulated blurred image produced by applying the matrix Hon the original image. This can be represented as

xout(i,j)=1nh=0n-1xin(i,j+h)E32

where i=1,,r    j=1,,mform=r+n-1, and nis the linear motion blur in pixels.

Following the above, and the analysis given in Section 3, there is an infinite number of exact solutions for xin that satisfy the equationHxin=xout, but from proposition 2.2, only one of them minimizes the normHxin-xout.

We shall denote this unique vector byx^in. So, x^incan be easily found from the equation :

x^in=HxoutE33

The following section presents results that highlight the performance of the generalized inverse.

Advertisement

4. Experimental results

In this section we apply the proposed method on an boat picture and present the numerical results.

The numerical tasks have been performed using Matlab programming language. Specifically, the Matlab 7.4 (R2007b) environment was used on an Intel(R) Pentium(R) Dual CPU T2310 @ 1.46 GHz 1.47 GHz 32-bit system with 2 GB of RAM memory running on the Windows Vista Home Premium Operating System.

4.1. Recovery from a degraded image

Figure 1(a) provides the original boat picture. In Figure 1(b), we present the degraded boat picture where the length of the blurring process is equal ton=60. Finally, in Figure 1(c) we present the reconstructed image using the Moore- Penrose inverse approach. As we can see, it is clearly seen that the details of the original image have been recovered.

Figure 1.

a) Original Image (b) Blurred image for a length of the blurring process n = 60 (c) Restoration of a simulated degraded image with a length of the blurring process n = 60.

The Improvement in Signal to Noise Ratio (ISNR) has been chosen in order to present the reconstructed images obtained by the proposed algorithm. It provides a criterion that has been used extensively for the purpose of objectively testing the performance of image processing algorithms expressed as:

ISNR=10log10i,jxin(i,j)-xout(i,j)2i,jxin(i,j)-x~in(i,j)2,E34

where xin and xout represent the original deterministic image and degraded image respectively, and x^in is the corresponding restored image. Figure 2(a) shows the corresponding ISNR values. for increasing the number of pixels in the blurring processn=1,,60.

The second set of tests aimed at accenting the reconstruction error between the original image xin and the reconstructed image x^in for various values of linear motion blur,n. The calculated quantity is the normalized reconstruction error given by

E=1i=1rj=1m[xin(i,j)]2i=1rj=1m[xin(i,j)-x^in(i,j)]2E35

using the generalized inverse reconstructed method.

Figure 2(b) shows the reconstruction error by increasing the number of pixels in the blurring process n=1,,60.

Figure 2.

a) ISNR and (b) Reconstruction Error calculations vs number of pixels in the blurring process(n=1,,60).

4.2. Recovery from a degraded and noisy image

Noise may be introduced into an image in a number of different ways. In Equation (10) the noise has been introduced in an additive way. Here, we simulate a noise model where a number of pixels are corrupted and randomly take on a value of white and black (salt and pepper noise) with noise density equal to0.02. The image that we receive from a faulty transmission line can contain this form of corruption. In Figure 3(b), we present the original boat image while a motion blurred and a salt and pepper noise has been added to it.

Figure 3.

a) Noisy Image (b) Blurred and noisy (salt and pepper) image for length of the blurring process n = 60 (c) Restoration of a simulated degraded (n = 60) and noisy (salt and pepper) image.

Image processing and analysis are based on filtering the content of the images in a certain way. The filtering process is basically an algorithm that modifies a pixel value, given the original value of the pixel and the values that surrounding it. Accordingly, Figure 4(a) provides a graphical representation for the ISNR of the reconstructed and filtered image for different values ofn. Moreover, Figure 4(b) shows the reconstruction error by increasing the number of pixels in the blurring processn=1,,60.

Figure 4.

a) ISNR and (b) Reconstruction Error calculations for a noisy and blurred image vs number of pixels in the blurring process(n=1,,60).

Advertisement

5. Deblurring in the spatial and spectral domain: Application of the Haar and Fourier moments on image reconstruction.

As mentioned before, images can be viewed as non-stationary two-dimensional signals with edges, textures, and deterministic objects at different locations. Although non-stationary signals are, in general, characterized by their local features rather than their global ones, it is possible to recover images by introducing global constrains on either its spatial or spectral resolution. The objective is to calculate the inverse matrix of the blurring kernel H and then applied back (simple multiplication in the spectral domain) to the degraded blurred image xout. Figure 5 shows the spectral representation of the degraded image obtained using Equation (11).

In order to obtain back the original image, Equation (13) is solved in the Fourier space

x~in=x~outH~E36

The reconstructed image is the inverse Fourier transform ofx~in. By using our method not only we have the advantage of fast recovery but also provide us with an operator H~ that exists even for not full rank non square matrices. In this section the whole process of deblurring and restoring the original image is done in the spatial domain by using the Haar basis moments and in the spectral domain by applied the Fourier basis moments on the image. It provides us the ability of fast recovering and algorithmic simplicity. The former, obtained by using directly the original image and analysed that on its moments. The method is robust in the presence of noise, as can be seen on the results. In the latter, From the reconstruction point of view the basis matrix is applied to both original image and blurring kernel transforming these into spectral domain. After the inversion of the blurring kernel, its product with the degraded image is applied to inverted basis functions for the reconstruction of the original image. The method provides almost the same robustness for the case of degradation and noise presence as for the spatial moment analysis case.

Figure 5.

Spectral representations of the degraded image for n=30.

Figures 6(a),6(b) and 6(c) present the reconstructed image using the Fourier basis,for the cases of k=l=30,k=l=100andk=l=450, respectively.

Figure 6.

Fourier based moment reconstructed images for (a) k = l = 30 (b) k = l = 100 and (c) k = l = 450.

From the reconstruction point of view the basis matrix is applied to both original image and blurring kernel transforming these into spectral domain. After the inversion of the blurring kernel, its product with the degraded image is applied to inverted basis functions for the reconstruction of the original image.

Figures 7(a),7(b) and 7(c) present the reconstructed image using the Haar basis,for the cases of k=l=30,k=l=100andk=l=450, respectively.

Figure 7.

Haar based moment reconstructed images for (a) k = l = 30 (b) k = l = 100 and (c) k = l = 450.

Figure 8.

a) ISNR and (b) Reconstruction Error calculations for a noisy and blurred image vs number of pixels in the blurring process(n=1,,60). The blue and red lines indicate the usage of Fourier and Haar based moment analysis of the image, respectively.

Figure 9.

a) ISNR and (b) Reconstruction Error calculations for a noisy and blurred image vs number of moments(k=l=1,,200). The blue and red lines indicate the usage of Fourier and Haar based moment analysis of the image, respectively.

Figures 8(a) and 8(b) show the ISNR and the Reconstruction Error accordingly, for various lengths of the blurring processes. Graphical representations on these Figures correspond to moment values k=l=450(blue line for the Fourier moment and red line for the Haar moment case). The image is corrupted with white and black (salt and pepper) noise with noise density equal to 0.02. After the moment analysis took place a low pass rotationally symmetric Gaussian filter of standard deviation equal to 45 were applied. Finally, on Figures 9(a) and 9(b) we present the ISNR and the Reconstruction Error respectively, for a number of moments, k=l=1,,200and keeping the number of blurring process at a high level equal ton=60. Similarly, to the previous cases the value of the black and white noise density is equal to the 0.02 and a low-pass Gaussian filter was used for the filtering process.

Advertisement

6. Conclusions

In this study, we introduced a novel computational method based on the calculation of the Moore-Penrose inverse of full rank r×mmatrix, with particular focus on problems arising in image processing. We are motivated by the problem of restoring blurry and noisy images via well developed mathematical methods and techniques based on the inverse procedures in order to obtain an approximation of the original image. By using the proposed algorithm, the resolution of the reconstructed image remains at a very high level, although the main advantage of the method was found on the computational load that has been decreased considerably compared to the other methods and techniques. The efficiency of the generalized inverse is evidenced by the presented simulation results. In this chapter the results presented were demonstrated in the spatial and spectral domain of the image. Orthogonal moments have demonstrated significant energy compaction properties that are desirable in the field of image processing, especially in feature and object recognition. The advantage of representing and recovered any image by choosing a few Haar coefficients (spatial domain) or Fourier coefficients (spectral domain), is the faster transmission of the image as well as the increased robustness when the image is subject to various attacks that can be introduced during the transmission of the data, including additive noise. The results of this work are well established by simulating data. Besides digital image restoration, our work on generalized inverse matrices may also find applications in other scientific fields where a fast computation of the inverse data is needed.

The proposed method can be used in any kind of matrix so the dimensions and the nature of the image do not play any role in this application

Appendix

In this section we provide the interested readers with the Matlab codes used in this article.

The following Matlab functions where used to calculate the Fourier and the Haar basis coefficients, and the blurring matrix of the images used.

Function that calculates the Fourier Basis Coefficients (FBC) of an image.

Function that calculates the Haar Basis Coefficients (HBC) of an image.

Function that calculates the blurring matrix of an image.

References

  1. 1. BanhamM. R.KatsaggelosA. K.1997Digital Image RestorationIEEE Signal Processing Magazine142441
  2. 2. Ben-IsraelA.GrenvilleT. N. E.2002Generalized Inverses: Theory and ApplicationsSpringer-Verlag, Berlin.
  3. 3. BovikA.2009The essential guide to the image processing, Academic Press.
  4. 4. CampbellS. L.MeyerC. D.1977Generalized inverses of Linear TransformationsDover Publ. New York.
  5. 5. CastlemanK. R.1996Digital Processing, Eglewood Cliffs, NJ: Prentice- Hall.
  6. 6. ChantasJ.GalatsanosN. P. .WoodsN.2007Super Resolution Based on Fast Registration and Maximum A Posteriori Reconstruction, IEEE Trans. on Image Processing, 1618211830
  7. 7. ChountasisS.KatsikisV. N.PappasD.D.2009Applications of the Moore-Penrose inverse in digital image restorationMathematical Problems in Engineering2009Article ID 170724, 12 pages doi:10.1155/2009/170724.
  8. 8. ChountasisS.KatsikisV. N.PappasD.D.2010Digital Image Reconstruction in the Spectral Domain Utilizing the Moore-Penrose InverseMath. Probl. Eng., 2010Article ID 750352, 14 pages doi:10.1155/2010/750352.
  9. 9. DudaniS. A.BreedingK. J.Mc GheeR. B.1977Aircraft identification by moment invariantsIEEE Trans. on Computers C-26 (1), 39 EOF46 EOF
  10. 10. El -SayedWahed. M.2007Image Enhancement Using Second GenerationWavelet Super Resolution, International Journal of Physical Sciences, 2 (6), 149-158.
  11. 11. GonzalezR.WintzP.1987Digital Processing, U.S.A., 2nd Ed. Addison- Wesley Publishing Co.
  12. 12. GroetschC.1977Generalized inverses of linear operators, Marcel Dekker.
  13. 13. HansenP. C.NagyJ. G.O’LearyD. P.2006Deblurring images: matrices, spectra, and filtering, SIAM, Philadelphia.
  14. 14. HillebrandM.MullerC. H.2007Outlier robust corner-preserving methods for reconstructing noisy imagesThe Annals of Statistics35132165
  15. 15. KatsaggelosA. K.BiemondJ.MersereauR. M.SchaferR. W.1985A General Formulation of Constrained Iterative Restoration Algorithms, IEEE Proc. ICASSP, Tampa, FL, 700703
  16. 16. KatsikisV. N.PappasD.PetraliasA.2011An improved method for the computation of the Moore-Penrose inverse matrixAppl. Math. Comput. 21798289834
  17. 17. MartinezJ.PortaJ. M.ThomasF.2006A Matrix-Based Approach to the Image Moment ProblemJournal of Mathematical Imaging and Vision105 EOF113 EOF
  18. 18. MilanfarP.KarlW. C.WillskyA. S.1996A moment-based variational approach to tomographic reconstruction IEEE Trans. on Image Processing 5 (3), 459-470.
  19. 19. MukundanR.OngS. H.LeeP. A.2001Image analysis by Tchebychef moments. IEEE Trans. on Image Processing, 10913571364
  20. 20. Nguyen T.B. and Oommen B.J.1997Moment-Preserving piecewise linear approximations of signals and imagesIEEE Trans. on Pattern Analysis and Machine Intelligence, 1918491
  21. 21. PawlakM.1992On the reconstruction aspects of moment descriptorsIEEE Trans. On Information Theory, 38, 1698U 1708.
  22. 22. SchaferR. W.MersereauR. M.RichardsM. A.1981Constrained Iterative Restoration Algorithms,Proc. IEEE, 69432450
  23. 23. SchuurmanD. C.CapsonD. W.2002Video-rate eigenspace methods for position tracking and remote monitoring. Fifth IEEE Southwest Symposium on Image Analysis and Interpretation, 4549
  24. 24. SondhiM.1972Restoration: The Removal of Spatially Invariant Degradations, Proc. IEEE, 60, 77842853
  25. 25. StanimirovićI. P.TasićM. B.2011Computation of generalized inverses by using the LDL decomposition, Appl. Math. Lett., doi:10.1016/j.aml.2011.09.051.
  26. 26. TeagueM. R.(1981980Image analysis via the general theory of moments.Journal of the Optical Society of America70920 EOF
  27. 27. TehC. H.ChinR. T.1988On image analysis by the methods of momentsIEEE Trans. Pattern Anal. Machine Intell, 10496513
  28. 28. TrussellH. J.FogelS.1992Identification and Restoration of Spatially Variant Motion Blurs in Sequential ImagesIEEE Trans. Image Proc., 1123126
  29. 29. TullD. L.KatsaggelosA. K.1996Iterative Restoration of Fast Moving Objects in Dynamic Images Sequences, Optical Engineering3460 EOF
  30. 30. WangG.WeiY.QiaoS.2004Generalized Inverses: Theory and Computations,Science Press, Beijing/New York.

Written By

S. Chountasis, V.N. Katsikis and D. Pappas

Submitted: 10 January 2012 Published: 26 September 2012