Deconvolution of 3D Fluorescence Microscopy Images by Combining the Filtered Gerchberg-Papoulis and Richardson-Lucy Algorithms

Size: px
Start display at page:

Download "Deconvolution of 3D Fluorescence Microscopy Images by Combining the Filtered Gerchberg-Papoulis and Richardson-Lucy Algorithms"

Transcription

1 Deconvolution of 3D Fluorescence Microscopy Images by Combining the Filtered Gerchberg-Papoulis and Richardson-Lucy Algorithms Moacir P. Ponti-Junior Nelson D.A. Mascarenhas Marcelo R. Zorzan Claudio A.T. Suazo Murillo R.P. Homem Universidade Federal de São Carlos Rod. SP-310, São Carlos-SP - Brazil moacir@dc.ufscar.br Abstract The problem of deconvolution in fluorescence microscopy deals at the same time with the diffraction limit that cuts off some of the frequencies, blurring the image, and photon noise, that corrupts the image by inserting elements that are not present in the real object and also distorting the contrast. This distortions hampers the possibility of using the 3D images for recognition and analysis applications. In addition, the algorithms developed, in general, assume absence of noise or a white additive noise. This work presents an approach to deconvolve the images and deal with the noise present in real images. The Gerchberg-Papoulis algorithm and a smoothing operator were combined with the Richardson-Lucy iterative algorithm. The results of the method for simulated data are compared with the ones obtained by the original algorithm. The method improved the results by obtaining higher signal-to-noise ratio and quality index values, performing a better band extrapolation. 1. Introduction Fluorescence microscopy is a powerful tool for medical and biological applications and research. The images obtained with these instruments, however, are distorted by the acquisition system. The wide-field microscope, the most used fluorescence microscope, is subject to the diffraction limit as any optical system due to the finite aperture of the lens. As a result, the light originated from a point in the focal plane is not exactly imaged as point. The widefield microscope uses an excitation light that illuminates the whole specimen, so that the camera captures light provenient from the focal plane and also from the planes above and below, yieding an out-of-focus, blurred image. The microscopy images are also often degraded by noise, as a result of the photonic statistical nature of the process. These characteristics make it difficult to use the images to obtain three-dimensional (3D) images by computational optical sectioning (COSM), a technique used in microscopy to obtain a 3D image from a series of 2D images of different focal planes [1]. Since the formation of an image changes the recorded information content with respect to that of the original object, there is interest directed to processing images so that the results closely match the original object. The algorithms that allow a reconstruction of the distorted images and the recovery of frequencies lost in the acquisition process are called restoration or super-resolution restoration algorithms. Fourier optics demonstrates that there exists a cut-off spatial frequency which is directly determined by the shape and size of the limiting pupil in the optical system. This distortion of the spatial frequency components is governed by the OTF (Optical Transfer Function), the normalized Fourier transform of the PSF (Point Spread Function) of an imaging system (see Figure 1). The PSF describes the spatial spread for a single point input. The presence of noise is another distortion caused by the low exposure acquisition time. This noise is well modeled by a Poisson distribution, details of which will be discussed later. A probabilistic algorithm was developed by Richardson and Lucy [2, 3] to restore images using a Poisson process to model the image formation system such as in telescopic, the focus of their work, and also microscopic systems. At the time those works were written, the ability to restore frequencies beyond the image or signal passband was controversial. However, Gerchberg and Papoulis [4, 5] showed that the imposition of known constraints on frequency and time domains could extrapolate a signal. This algorithm, however, was not suitable to images with a more complex formation model, since that algorithm was not concerned with blur and noise, but it led to the use of constraints in image restoration problems, that was also the focus of the POCS (Projection Onto Convex Sets) methods, an approach to the image restoration problem that was introduced by Youla and Webb [6]. The band extrapolation possibility was

2 analysed, and a Maximum a Posteriori algorithm was developed to performed superresolution, stating the real possibility of band extrapolation [7, 8, 9]. A POCS-Taylor expansion extrapolation algorithm was developed in 2003, still assuming absence of noise [10]. The pre-filtering of 3D microscopy images has been explored recently as a means of dealing with noise [11]. Previous work also applied a combination of Richardson-Lucy and the Gerchberg-Papoulis for 2D images [12] The method proposed in this work combines the Gerchberg-Papoulis (GP) with the Richardson-Lucy (RL) algorithm. The iterative procedure also includes a filtering step between the iterations. The filtering is carried out just in the extrapolated frequencies of the spectrum, the known portion being re-inserted after the filtering. This procedure makes use of the prior information imposed by the GP algorithm to reduce the variation of the noise, stopping the noise amplification without smoothing the signal. An averaging filter was used in this context. The rationale behind the use of these filters is further explained and basically one takes advantage of the smoothing properties of the operators to prevent undesirable artifacts [13, 11]. Our goal is simultaneous restoration and extrapolation improvement. The main contribution of this work is to show that better superresolution results can be achieved with the combination of the previous methods and also improving the contrast of the 3D images in a faster iterative procedure. Figure 1. Contour line of the frequency domain support of a OTF of the non-confocal microscope. 2. Microscopy Images The general imaging system for an optic wide-field microscope can be modeled as: g(x, y, z) = f(x, y, z) h(x, y, z) + n(x, y, z), (1) where g is the observed image, h the point spread function (PSF) that models the blurring due to the optical system, f is the original image, is a three-dimensional convolution operator and n is the additive Gaussian noise. The model can be also efficiently expressed in terms of the Fourier transform: G(u, v, w) = F (u, v, w) H(u, v, w) + N(u, v, w), (2) where the capital letters indicate the Fourier transform of each object described on equation 1. The model described is suitable for an incoherent imaging system [14]. Under this approach, the natural solution would be the inverse filter: G(u, v, w) N(u, v, w) F (u, v, w) = H(u, v, w) H(u, v, w). (3) Unfortunately, practical OTF have zero valued regions (beyond the diffraction limit) often called missing cone regions, resulting in no information on these areas. Figure 1 shows a frequency domain support for a wide-field microscope OTF showing the ρ = (u, v) 1/2 against w to illustrates how the z axis is affected and defines the band limit Ω [15]. For instance, microspheres images appear diamond shaped when viewed in an (x, z) or (y, z) planar view. Besides, there are low valued regions that amplify the noise. So, under these conditions the inverse filter does not exist. Due to the photon counting nature of light based sensors, a Poisson distribution can model the noise [16]. Considering each value of the function g(x, y, z) to be a realization of a random variable described by a Poisson process, the model can be written as: g(x, y, z) = N {f(x, y, z) h(x, y, z)}, (4) where N {} represents a random process, more specifically a Poisson process. This kind of process produces a noise that is correlated with the image spanned by f(x, y, z) h(x, y, z). The images are obtained under a low exposure to avoid photobleaching, a process that causes loss of fluorescence; therefore it causes the Poisson noise to be higher. This model does not consider the additive Gaussian noise as in the Equation 1. Indeed, the electronic CCD adds Gaussian noise but it is not significant compared to the Poisson photon counting noise [17]. 3. Richardson-Lucy Algorithm The Richardson-Lucy (RL) algorithm [2, 3] uses a probabilistic approach: given a degraded image g, what is the im-

3 age ˆf that maximizes the probability of observing the image g? Considering the image as an observation of a Poisson process, the likelihood function would be: p(g ˆf) = x h(x) ˆf(x) g(x) h(x) ˆf(x) e, (5) g(x)! where x represents (x, y, z) for a 3D signal. The RL algorithm minimizes the functional L( ˆf) = log p(g ˆf), giving the maximum likelihood estimation: L( ˆf) = [ g(x) log (h ˆf)(x) ] + (h ˆf)(x). (6) x The RL iteration is given by: [( ) ] g(x) ˆf n+1 (x) = ˆf(x) h(x) h(x) ˆf n (x). (7) This algorithm is generally stopped after a finite number of iterations. When the deconvolution is ill-posed (a common situation in real applications), the signal-to-noise ratio becomes increasingly poorer as the number of iterations n. 4. Gerchberg-Papoulis algorithm The Gerchberg-Papoulis (GP) algorithm [4, 5] assumes that there is some knowledge about the bandwidth and iteratively imposes the requirements that the signal is bandlimited and matches the known portion of the signal. Let g(x) have a spectrum G(u) and Ω the region where G(u) is nonzero, u represents (u, v, w) for a 3D signal in the frequency domain. Since g(x) is known within a region T, since it is space limited, the spatial support can be defined as: { 1, (x) T B T (x) = (8) 0, (x) / T The spectral pupil can be defined in the same context: { 1, (u) Ω B Ω (u) = (9) 0, (u) / Ω The algorithm consists in imposes the constraints above, as follows; ê 0 (x) = B T g(x), ê n+1 (x) = ê 0 + (1 B T ) F 1 {B Ω E n (u)}, (10) where ê 0 (x) is the first estimation of the extrapolated image, ê n+1 (x) is the estimation at interation n+1, and Ên(u) is the current estimation in the frequency domain. The signal is clipped in the frequency domain by the spectral pupil and the known portion of the signal is imposed in the space domain. It constrains the frequencies to extend the spatial limit. The convergence of this method is established in the absence of noise [5]. 5. Method 5.1. Filtered Gerchberg-Papoulis The presence of noise, specially non-additive non- Gaussian noise, can easily led the reconstruction algorithm to diverge after a number of iterations. So, a filtering step can be introduced to reduce the variation in the image and make the restoration and spectrum extrapolation easier. The filtering of data before running a restoration method for a non-linear iterative method was explored by Van Kempen et al. [18] and for linear restoration by Colicchio et al. [11], showing good results. To prevent over-smoothing, and to preserve the frequencies already present in the observed image, the filtering step is restricted to the extrapolated frequencies beyond the limit Ω. This represents an attempt to preserve the signal while smoothing the high-frequencies, since the signal information in extrapolated frequencies are often corrupted by noise as pointed by Hunt, Nadar and Sementilli [7]. The algorithm that includes the filtering of the extrapolated frequencies can be written as follows: Ĉn+1(u) F = Filter [ (1 B Ω ) F { B T ê f n(x) }] }, ê F n+1(x) = F {B 1 Ω Ên F (u) + Ĉf n+1, (11) where ê F n (x) and ÊF n (x) are the previous estimates of the filtered-extrapolated image and its Fourier transform, respectively; and Ĉf n+1 (x) is the filtered extrapolated frequencies. So, the extrapolated portion of the spectrum is filtered and the frequencies within the band-limit are reinserted. The spectral pupil can be defined as a circular area defined by the frequency boundaries where the spectrum goes approximately to zero, or the practical bandwidth. The space support must be wide enough so that the object lies completely on it. The modified algorithm constrains the spatial limit in order to extrapolate the frequency limit Algorithm The proposed method simultaneously applies the RL regularized algorithm and the GP algorithm as follows: ˆf n+1 = RL [e n ] ê n+1 = FGP [f n+1 ], (12) where RL is the Richardson-Lucy algorithm and FGP stands for Filtered Gerchberg-Papoulis, referring to the al-

4 gorithm defined. Since the GP constraints are applied, the band extrapolation is expected to be improved. levels. This image was convolved with a theoretic microscope PSF of size 128x128x128. The PSF was constructed following the theoretical model proposed by Gibson and Lanni [19]. A montage of sections of the original phantom is shown in Figure 2 and the correspondent sections of the image blurred by the PSF and also degraded by Poisson noise are presented in Figure 3. A 3D real image obtained with a wide-field fluorescence microscope was also used in the experiment, this image has the same resolution and gray levels as the phantoms. Both phantom and real images were restored using the RL algorithm; the RL algorithm combined with the classical GP, to which we refer as RL-GP; and the RL algorithm combined with the filtered GP, or RL-FGP. The filter used for the RL-FGP algorithm was a [3x3] moving average filter Evaluation Figure 2. Axial sections (x,z) number 32, 42, 54 and 64 of the original bead image The restored images were evaluated by observing ISNR (Improvement on Signal-to-Noise Ratio) and the UIQI (Universal Image Quality Index) [20]. The ISNR is given by: g f ISNR = 20 log 10 ˆf f, (13) where g is the degraded image, f the original image and ˆf the restored image. The ISNR compares the restored images with the original, and yields a number that measures the relative improvement. The UIQI is given by: UIQI = 4σ f ˆf f ˆf ( ) σf 2 + σ2ˆf (f 2 + ˆf ), (14) 2 Figure 3. Axial sections (x,z) number 32, 42, 54 and 64 of the degraded bead image 6. Experiments A series of experiments were carried out using the methods described in the previous sections. A bead phantom image was built, with 128x128x128 voxels and 256 gray where letters with bars are averages; σ 2ˆf and σf 2 are the variance of the original and restored images, respectively, and σ f ˆf is the correlation coefficient between f and ˆf. The dynamic range of UIQI is [ 1, 1]. The best value, 1, is achieved if and only if f = ˆf. Also, to assess the spectral extrapolation, we use a method described by Conchello [15], estimating the practical bandpass of the image by as the region of the frequency domain where the modulus of the Fourier transform is larger than 1% of its peak value. That is, the bandpass is the region where: ˆF (u)/ ˆF (0) > 0.01, (15) This measure can give a numerical information on how much the algoritms extrapolated the frequencies, and can be used to compare different methods.

5 7. Results The degraded phantom image was restored using the three algorithms as described in section 6. The section number 54 of the bead phantom image as restored with each algorithm is shown in Figure 4 the colormap was adjusted in all images for better visualization of the solutions. The section number 54 of a real image restored with the methods is also shown in Figure 5. With the proposed method, the images were better restored, confirmed by an improvement in both the ISNR and UIQI; the practical bandwidth of the images also increased with use of the GP constraints as shown in Table 1, showing the best results obtained by each method, stopped when the ISNR decreased (RL with 380 iterations, RL-GP with 320 iterations and RL-FGP with 360 iterations) An undesirable effect of this method is ringing artifacts when the spectral support is taken too small or the filter oversmooths the frequencies. One example is shown in Figure 6, with the colormap adjusted to enhance the visualization of the artifacts. Images ISNR UIQI Bandpass Degraded Image RL RL-GP RL-FGP Table 1. Bead image restoration evaluation Images Bandpass Degraded Image 731 RL 1983 RL-GP 2485 RL-FGP 2831 Table 2. Real image band extrapolation 8. Conclusion Noise is always a difficult obstacle to overcome. Many well-known restoration algorithms yield good results in the absence of noise, but show poor performance when dealing with real or noisy data. The proposed algorithm performs a good restoration and spectrum enhancement using the known constraints and filtering. The spatial support constraint allows a better spectral match to the original object and the filtering prevents noise amplification. Because of Figure 4. Axial sections n.54 (x,z) of the best restoration results for the bead image: (a) degraded; (b) RL with 380 iterations; (c) RL-GP with 320 iterations; (d) RL-FGP with 360 iterations the superior regularization, a larger number of iterations can be used before a high level of noise amplification occurs. In some cases, the proposed method achieves a better signalto-noise ratio sooner than the competing methods. The proposed algorithm leads to better ISNR and UIQI than the other methods. The results can be explained by the fact that the FGP method includes an extra regularization in the frequency domain due to the filtering step. The results with the real image do not show differences as marked, possibly because the image is relatively noise-free. However, the contrast was improved. Further tests with images acquired with lower exposure times and, consequently more noise can show how the algorithm behaves under high level noise conditions. The band extrapolation is still an open problem, specially in the presence of noise. The increasing of the practical bandwidth of the images indicates that the RL-FGP algorithm is expected to perform a better spectrum extrapolation when compared to the classical RL algorithm, since it enforces both frequency and spatial support constraints. The improvement in the band extrapolation do not assure the correct estimation of the spectrum beyond the diffraction limit. However, the restored images are visually better, and are appropriate to be used in recognition and analysis applications. Future work could analyse this feature by observing how the spectrum spreads, and how reliable the extrapolation is. The design of more accurate filters to deal with the noise without loss of detail is a point left for future work.

6 Figure 5. Axial sections n.54 (x,z) of the best restoration results for the real image: (a) degraded; (b) RL with 290 iterations; (c) RL-GP with 240 iterations; (d) RL-FGP with 260 iterations Figure 6. Ringing artifacts in case of oversmoothing References [1] P. Sarder and A. Nehorai. Deconvolution methods for 3-D fluorescence microscopy images. Signal Processing Magazine, 23(3):32 45, [2] W.H. Richardson. Bayesian-based iterative method of image restoration. J. Opt. Soc. Am., 62(1):55 59, [3] L.B. Lucy. An iterative technique for the rectification of observed distributions. The Astronomical Journal, 79(6): , [4] R.W. Gerchberg. Super-resolution through error energy reduction. Opt. Acta, 21: , [5] A. Papoulis. A new algorithm in spectral analysis and bandlimited extrapolation. IEEE Trans. Circuits and Systems, 22(9): , [6] D.C. Youla and H. Webb. Image restoration by the method of convex projections: part 1-theory. IEEE Trans., MI-1(2):81 94, [7] P. Sementilli, B. Hunt, and M. Nadar. Analysis of the limit to super-resolution in incoherent imaging. J. Opt. Soc. Am. A, 10: , [8] B.R. Hunt. Super-resolution of images: algorithms, principles, performance. International Journal of Imaging Systems and Technology, 6: , [9] B.R. Hunt. Super-resolution of imagery: understanding the basis for recovery of spatial frequencies beyond the diffraction limit. In Information, Decision and Control, IDC 99. Proceedings., pages IEEE, [10] S. Bhattarcharjee and M.K. Sundareshan. Mathematical extrapolation of image spectrum for constraint-set design and set-theoretic superresolution. J. Opt. Soc. Am. A, 20(8): , [11] B. Colicchio, O. Haeberle, C. Xu, A. Dieterlen, and G. Jung. Improvement of the LLS and MAP deconvolution algorithms by automatic determination of optimal regularization parameters and pre-filtering of original data. Optics Communications, 224:37 49, [12] M. P. Ponti-Junior, N.D.A. Mascarenhas, and C.A.T. Suazo. A restoration and extrapolation iterative method for bandlimited fluorescence microscopy images. In IEEE Proceedings of 20th Brazilian Symposium on Computer Graphics and Image Processing, pages IEEE, Oct [13] C. Preza, M.I. Miller, and J.-A. Conchello. Image reconstruction for 3-D light microscopy with a regularized linear method incorporating a smoothness prior. In R.S. Acharya and D.B. Goldgof, editors, Proceedings of the IS&T/SPIE symposium on Electronic Imaging, Science and Technology, Biomedical Image Processing and Biomedical Visualization, volume 1905, pages SPIE, Feb [14] J.W. Goodman. Introduction to Fourier Optics. McGraw Hill, 2 edition, [15] J.-A. Conchello. Superresolution and convergence properties of the expectation-maximization algorithm for maximumlikelihood deconvolution of incoherent images. J. Opt. Soc. Am. A, 15(10): , [16] D.L. Snyder and M.I. Miller. Random Point Processes in Time and Space. Springer Verlag, [17] L.J. van Vliet, F.R. Boddeke, D. Sudar, and I.T. Young. Image detectors for digital image microscopy. In M.H.F. Wilkinson and F. Schut, editors, Digital Image Analysis of Microbes: imaging, morphometry, fluorometry and motility techniques and applications. Modern Microbiological Methods, pages John Wiley & Sons, [18] G.M.P. van Kempen, L.J. van Vliet, and P.J. Verveer. Application of image restoration methods for confocal fluorescence microscopy. In C.J. Cogswell, J.-A. Conchello, and T. Wilson, editors, 3-D Microscopy: Image Acquisition and Processing IV, volume 2984, pages SPIE, [19] F.S. Gibson and F. Lanni. Experimental test of an analytical model of aberration in an oil-immersion objective lens used in three-dimensional light microscopy. J. Opt. Soc. Am. A, 8(11): , [20] Z. Wang and A.C. Bovik. A universal image quality index. IEEE Signal Processing Letters, 9(3):81 84, 2002.

Thomas Abraham, PhD

Thomas Abraham, PhD Thomas Abraham, PhD (tabraham1@hmc.psu.edu) What is Deconvolution? Deconvolution, also termed as Restoration or Deblurring is an image processing technique used in a wide variety of fields from 1D spectroscopy

More information

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N.

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. Dartmouth, MA USA Abstract: The significant progress in ultrasonic NDE systems has now

More information

Multi-frame blind deconvolution: Compact and multi-channel versions. Douglas A. Hope and Stuart M. Jefferies

Multi-frame blind deconvolution: Compact and multi-channel versions. Douglas A. Hope and Stuart M. Jefferies Multi-frame blind deconvolution: Compact and multi-channel versions Douglas A. Hope and Stuart M. Jefferies Institute for Astronomy, University of Hawaii, 34 Ohia Ku Street, Pualani, HI 96768, USA ABSTRACT

More information

Image Restoration and Reconstruction

Image Restoration and Reconstruction Image Restoration and Reconstruction Image restoration Objective process to improve an image Recover an image by using a priori knowledge of degradation phenomenon Exemplified by removal of blur by deblurring

More information

The influence of the background estimation on the superresolution properties of non-linear image restoration algorithms

The influence of the background estimation on the superresolution properties of non-linear image restoration algorithms The influence of the background estimation on the superresolution properties of non-linear image restoration algorithms G.M.P. van Kempen a,2, L.J. van Vliet b a Spectroscopy & Microscopy Unit, Unilever

More information

California at San Francisco, San Francisco, CA Howard Hughes Medical Institute. University, Princeton, NJ

California at San Francisco, San Francisco, CA Howard Hughes Medical Institute. University, Princeton, NJ A Parallel Product-Convolution approach for representing the depth Point Spread Function in 3D widefield microscopy based on principal component analysis Muthuvel Arigovindan 1, Joshua Shaevitz 2, John

More information

Application of Proximal Algorithms to Three Dimensional Deconvolution Microscopy

Application of Proximal Algorithms to Three Dimensional Deconvolution Microscopy Application of Proximal Algorithms to Three Dimensional Deconvolution Microscopy Paroma Varma Stanford University paroma@stanford.edu Abstract In microscopy, shot noise dominates image formation, which

More information

Image Restoration and Reconstruction

Image Restoration and Reconstruction Image Restoration and Reconstruction Image restoration Objective process to improve an image, as opposed to the subjective process of image enhancement Enhancement uses heuristics to improve the image

More information

Depth-variant blind restoration with pupil-phase constraints for 3D confocal microscopy

Depth-variant blind restoration with pupil-phase constraints for 3D confocal microscopy Journal of Physics: Conference Series OPEN ACCESS Depth-variant blind restoration with pupil-phase constraints for 3D confocal microscopy To cite this article: Saima Ben Hadj et al 2013 J. Phys.: Conf.

More information

CoE4TN4 Image Processing. Chapter 5 Image Restoration and Reconstruction

CoE4TN4 Image Processing. Chapter 5 Image Restoration and Reconstruction CoE4TN4 Image Processing Chapter 5 Image Restoration and Reconstruction Image Restoration Similar to image enhancement, the ultimate goal of restoration techniques is to improve an image Restoration: a

More information

University, Princeton, NJ-08544, USA.

University, Princeton, NJ-08544, USA. A Parallel Product-Convolution approach for representing depth varying Point Spread Functions in 3D widefield microscopy based on principal component analysis Muthuvel Arigovindan 1 *, Joshua Shaevitz

More information

ALBERT-LUDWIG UNIVERSITY FREIBURG Institute of Computer Science Chair for Pattern Recognition and Image Processing

ALBERT-LUDWIG UNIVERSITY FREIBURG Institute of Computer Science Chair for Pattern Recognition and Image Processing ALBERT-LUDWIG UNIVERSITY FREIBURG Institute of Computer Science Chair for Pattern Recognition and Image Processing Multiview Deblurring for 3-D Images from Light Sheet based Fluorescence Microscopy - Supporting

More information

STUDY ON THE METHODS OF SUPER-RESOLUTION IMAGE RECONSTRUCTION

STUDY ON THE METHODS OF SUPER-RESOLUTION IMAGE RECONSTRUCTION STUDY ON THE METHODS OF SUPER-RESOLUTION IMAGE RECONSTRUCTION H.Y.LIU, Y.S.ZHANG, Song JI Zhengzhou Institute of Surveying and Mapping, 66 Longhai Road, Zhengzhou 450052, China - lhy2007lx@yahoo.com.cn

More information

OPTI-521 Graduate Report 2 Matthew Risi Tutorial: Introduction to imaging, and estimate of image quality degradation from optical surfaces

OPTI-521 Graduate Report 2 Matthew Risi Tutorial: Introduction to imaging, and estimate of image quality degradation from optical surfaces OPTI-521 Graduate Report 2 Matthew Risi Tutorial: Introduction to imaging, and estimate of image quality degradation from optical surfaces Abstract The purpose of this tutorial is to introduce the concept

More information

x' = c 1 x + c 2 y + c 3 xy + c 4 y' = c 5 x + c 6 y + c 7 xy + c 8

x' = c 1 x + c 2 y + c 3 xy + c 4 y' = c 5 x + c 6 y + c 7 xy + c 8 1. Explain about gray level interpolation. The distortion correction equations yield non integer values for x' and y'. Because the distorted image g is digital, its pixel values are defined only at integer

More information

Central Slice Theorem

Central Slice Theorem Central Slice Theorem Incident X-rays y f(x,y) R x r x Detected p(, x ) The thick line is described by xcos +ysin =R Properties of Fourier Transform F [ f ( x a)] F [ f ( x)] e j 2 a Spatial Domain Spatial

More information

Blur Space Iterative De-blurring

Blur Space Iterative De-blurring Blur Space Iterative De-blurring RADU CIPRIAN BILCU 1, MEJDI TRIMECHE 2, SAKARI ALENIUS 3, MARKKU VEHVILAINEN 4 1,2,3,4 Multimedia Technologies Laboratory, Nokia Research Center Visiokatu 1, FIN-33720,

More information

TN425: A study of fluorescence standards confirms that OptiGrid confocal images are suitable for quantitative microscopy

TN425: A study of fluorescence standards confirms that OptiGrid confocal images are suitable for quantitative microscopy TN425: A study of fluorescence standards confirms that OptiGrid confocal images are suitable for quantitative microscopy Introduction The OptiGrid converts the illumination system of a conventional wide

More information

Image restoration. Lecture 14. Milan Gavrilovic Centre for Image Analysis Uppsala University

Image restoration. Lecture 14. Milan Gavrilovic Centre for Image Analysis Uppsala University Image restoration Lecture 14 Milan Gavrilovic milan@cb.uu.se Centre for Image Analysis Uppsala University Computer Assisted Image Analysis 2009-05-08 M. Gavrilovic (Uppsala University) L14 Image restoration

More information

Independent Resolution Test of

Independent Resolution Test of Independent Resolution Test of as conducted and published by Dr. Adam Puche, PhD University of Maryland June 2005 as presented by (formerly Thales Optem Inc.) www.qioptiqimaging.com Independent Resolution

More information

Super-Resolution from Image Sequences A Review

Super-Resolution from Image Sequences A Review Super-Resolution from Image Sequences A Review Sean Borman, Robert L. Stevenson Department of Electrical Engineering University of Notre Dame 1 Introduction Seminal work by Tsai and Huang 1984 More information

More information

Image restoration by deconvolution

Image restoration by deconvolution Image restoration by deconvolution chong.zhang@bioquant.uni-heidelberg.de 17/12/2014 (part) Slides courtesy: Sébastien Tosi (IRB Barcelona) A few concepts related to the topic Convolution Deconvolution

More information

WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS

WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS WEINER FILTER AND SUB-BLOCK DECOMPOSITION BASED IMAGE RESTORATION FOR MEDICAL APPLICATIONS ARIFA SULTANA 1 & KANDARPA KUMAR SARMA 2 1,2 Department of Electronics and Communication Engineering, Gauhati

More information

SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH

SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH SEMI-BLIND IMAGE RESTORATION USING A LOCAL NEURAL APPROACH Ignazio Gallo, Elisabetta Binaghi and Mario Raspanti Universitá degli Studi dell Insubria Varese, Italy email: ignazio.gallo@uninsubria.it ABSTRACT

More information

An Intuitive Explanation of Fourier Theory

An Intuitive Explanation of Fourier Theory An Intuitive Explanation of Fourier Theory Steven Lehar slehar@cns.bu.edu Fourier theory is pretty complicated mathematically. But there are some beautifully simple holistic concepts behind Fourier theory

More information

Fluorescent image formation in the fibre-optical confocal scanning microscope

Fluorescent image formation in the fibre-optical confocal scanning microscope JOURNAL OF MODERN OPTICS, 1992, VOL. 39, NO. 4, 825-834 Fluorescent image formation in the fibre-optical confocal scanning microscope X. GAN, MIN GU and C. J. R. SHEPPARD Department of Physical Optics,

More information

Biomedical Image Analysis. Homomorphic Filtering and applications to PET

Biomedical Image Analysis. Homomorphic Filtering and applications to PET Biomedical Image Analysis Homomorphic Filtering and applications to PET Contents: Image enhancement and correction Brightness normalization and contrast enhancement Applications to SPECT BMIA 15 V. Roth

More information

Evaluation of Deconvolution Methods for PRISM images

Evaluation of Deconvolution Methods for PRISM images Evaluation of Deconvolution Methods for PRISM images Peter Schwind, Gintautas Palubinskas, Tobias Storch, Rupert Müller Remote Sensing Technology Inst. (IMF) German Aerospace Center (DLR) November 2008,

More information

High-resolution imaging by multiple-image deconvolution

High-resolution imaging by multiple-image deconvolution High-resolution imaging by multiple-image deconvolution M. Bertero, P.Boccacci, G. Desiderà, and G. Vicidomini DISI, Università di Genova, Via Dodecaneso 35, I-16146, Genova, Italy Abstract. Image deconvolution

More information

BME I5000: Biomedical Imaging

BME I5000: Biomedical Imaging 1 Lucas Parra, CCNY BME I5000: Biomedical Imaging Lecture 11 Point Spread Function, Inverse Filtering, Wiener Filtering, Sharpening,... Lucas C. Parra, parra@ccny.cuny.edu Blackboard: http://cityonline.ccny.cuny.edu/

More information

284 IEEE TRANSACTIONS ON NANOBIOSCIENCE, VOL. 7, NO. 4, DECEMBER An antigen is a substance that stimulates an immune response, especially the

284 IEEE TRANSACTIONS ON NANOBIOSCIENCE, VOL. 7, NO. 4, DECEMBER An antigen is a substance that stimulates an immune response, especially the 284 IEEE TRANSACTIONS ON NANOBIOSCIENCE, VOL. 7, NO. 4, DECEMBER 2008 Estimating Locations of Quantum-Dot-Encoded Microparticles From Ultra-High Density 3-D Microarrays Pinaki Sarder*, Student Member,

More information

Iterative Blind Image Deconvolution in Space and Frequency

Iterative Blind Image Deconvolution in Space and Frequency Iterative Blind Image Deconvolution in Space and Frequency Domains Edmund Y. Lam and Joseph W. Goodman Information Systems Laboratory, Stanford University, Stanford, CA 94305 ABSTRACT In image acquisition,

More information

Look Ahead to Get Ahead

Look Ahead to Get Ahead Microscopy from Carl Zeiss Archive 3D Deconvolution Z-stack 3D Deconvolution Look Ahead to Get Ahead Mark & Find Multichannel Timelapse Greater brilliance and resolution More convenient and precise than

More information

Contrast Optimization: A faster and better technique for optimizing on MTF ABSTRACT Keywords: INTRODUCTION THEORY

Contrast Optimization: A faster and better technique for optimizing on MTF ABSTRACT Keywords: INTRODUCTION THEORY Contrast Optimization: A faster and better technique for optimizing on MTF Ken Moore, Erin Elliott, Mark Nicholson, Chris Normanshire, Shawn Gay, Jade Aiona Zemax, LLC ABSTRACT Our new Contrast Optimization

More information

Confocal vs. Deconvolution

Confocal vs. Deconvolution Confocal vs. Deconvolution Cesare Covino ALEMBIC Advanced Light and Electron Bio-Imaging Center Istituto Scientifico San Raffaele (Milano) www.hsr.it/research/alembic Fluorescence high contrast high sensibility

More information

Richardson-Lucy Algorithm with Total Variation Regularization for 3D Confocal Microscope Deconvolution

Richardson-Lucy Algorithm with Total Variation Regularization for 3D Confocal Microscope Deconvolution Richardson-Lucy Algorithm with Total Variation Regularization for 3D Confocal Microscope Deconvolution NICOLAS DEY 1, LAURE BLANC-FERAUD 1, CHRISTOPHE ZIMMER 2, PASCAL ROUX 3, ZVI KAM 4, JEAN-CHRISTOPHE

More information

CFIM MICROSCOPY COURSE TIMETABLE PRINCIPLES OF MICROSCOPY MONDAY 6 TH OF JANUARY 2014 FRIDAY 10 TH OF JANUARY 2014

CFIM MICROSCOPY COURSE TIMETABLE PRINCIPLES OF MICROSCOPY MONDAY 6 TH OF JANUARY 2014 FRIDAY 10 TH OF JANUARY 2014 MICROSCOPY COURSE TIMETABLE PRINCIPLES OF MICROSCOPY MONDAY 6 TH OF JANUARY 2014 FRIDAY 10 TH OF JANUARY 2014 CONFOCAL AND FLUORESCENCE MICROSCOPY MONDAY 20 TH OF JANUARY 2014 FRIDAY 24 TH OF JANUARY 2014

More information

Supporting Information for Azimuthal Polarization Filtering for Accurate, Precise, and Robust Single-Molecule Localization Microscopy

Supporting Information for Azimuthal Polarization Filtering for Accurate, Precise, and Robust Single-Molecule Localization Microscopy Nano Letters Supporting Information for Azimuthal Polarization Filtering for Accurate, Precise, and Robust Single-Molecule Localization Microscopy Matthew D. Lew, and W. E. Moerner *, Departments of Chemistry

More information

CoE4TN3 Medical Image Processing

CoE4TN3 Medical Image Processing CoE4TN3 Medical Image Processing Image Restoration Noise Image sensor might produce noise because of environmental conditions or quality of sensing elements. Interference in the image transmission channel.

More information

Image Processing Lecture 10

Image Processing Lecture 10 Image Restoration Image restoration attempts to reconstruct or recover an image that has been degraded by a degradation phenomenon. Thus, restoration techniques are oriented toward modeling the degradation

More information

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation

A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation , pp.162-167 http://dx.doi.org/10.14257/astl.2016.138.33 A Novel Image Super-resolution Reconstruction Algorithm based on Modified Sparse Representation Liqiang Hu, Chaofeng He Shijiazhuang Tiedao University,

More information

deconvolution of three-dimensional fluorescence microscopy image sets

deconvolution of three-dimensional fluorescence microscopy image sets Journal of Microscopy, Vol. 7, Pt January 005, pp. 93 08 Received 5 September 003; accepted 8 October 004 Noise suppression of point spread functions and its influence on Blackwell Publishing, Ltd. deconvolution

More information

A Wiener Filter Version of Blind Iterative Deconvolution

A Wiener Filter Version of Blind Iterative Deconvolution A Wiener Filter Version of Blind Iterative Deconvolution P. Nisenson, C.Standley, and D. Gay Harvard-Smithsonian Center for Astrophysics I. Introduction Over the last decade, great progress has been made

More information

Edge Detection Techniques in Digital and Optical Image Processing

Edge Detection Techniques in Digital and Optical Image Processing RESEARCH ARTICLE OPEN ACCESS Edge Detection Techniques in Digital and Optical Image Processing P. Bhuvaneswari 1, Dr. A. Brintha Therese 2 1 (Asso. Professor, Department of Electronics & Communication

More information

NIH Public Access Author Manuscript J Microsc. Author manuscript; available in PMC 2010 June 14.

NIH Public Access Author Manuscript J Microsc. Author manuscript; available in PMC 2010 June 14. NIH Public Access Author Manuscript Published in final edited form as: J Microsc. 2009 December ; 236(3): 180 193. doi:10.1111/j.1365-2818.2009.03205.x. An open-source deconvolution software package for

More information

PROJECTED BARZILAI-BORWEIN METHOD WITH INFEASIBLE ITERATES FOR NONNEGATIVE IMAGE DECONVOLUTION

PROJECTED BARZILAI-BORWEIN METHOD WITH INFEASIBLE ITERATES FOR NONNEGATIVE IMAGE DECONVOLUTION PROJECTED BARZILAI-BORWEIN METHOD WITH INFEASIBLE ITERATES FOR NONNEGATIVE IMAGE DECONVOLUTION by Kathleen Fraser Submitted in partial fulfillment of the requirements for the degree of Master of Computer

More information

GRID WARPING IN TOTAL VARIATION IMAGE ENHANCEMENT METHODS. Andrey Nasonov, and Andrey Krylov

GRID WARPING IN TOTAL VARIATION IMAGE ENHANCEMENT METHODS. Andrey Nasonov, and Andrey Krylov GRID WARPING IN TOTAL VARIATION IMAGE ENHANCEMENT METHODS Andrey Nasonov, and Andrey Krylov Lomonosov Moscow State University, Moscow, Department of Computational Mathematics and Cybernetics, e-mail: nasonov@cs.msu.ru,

More information

Advanced Image Reconstruction Methods for Photoacoustic Tomography

Advanced Image Reconstruction Methods for Photoacoustic Tomography Advanced Image Reconstruction Methods for Photoacoustic Tomography Mark A. Anastasio, Kun Wang, and Robert Schoonover Department of Biomedical Engineering Washington University in St. Louis 1 Outline Photoacoustic/thermoacoustic

More information

Blind Deconvolution of Widefield Fluorescence Microscopic Data by Regularization of the Optical Transfer Function (OTF)

Blind Deconvolution of Widefield Fluorescence Microscopic Data by Regularization of the Optical Transfer Function (OTF) Blind Deconvolution of Widefield Fluorescence Microscopic Data by Regularization of the Optical Transfer Function OTF Margret Keuper 1, Thorsten Schmidt 1, Maja Temerinac-Ott 1, Jan Padeken 2, Patrick

More information

Coherent Gradient Sensing Microscopy: Microinterferometric Technique. for Quantitative Cell Detection

Coherent Gradient Sensing Microscopy: Microinterferometric Technique. for Quantitative Cell Detection Coherent Gradient Sensing Microscopy: Microinterferometric Technique for Quantitative Cell Detection Proceedings of the SEM Annual Conference June 7-10, 010 Indianapolis, Indiana USA 010 Society for Experimental

More information

Image Restoration. Yao Wang Polytechnic Institute of NYU, Brooklyn, NY 11201

Image Restoration. Yao Wang Polytechnic Institute of NYU, Brooklyn, NY 11201 Image Restoration Yao Wang Polytechnic Institute of NYU, Brooklyn, NY 11201 Partly based on A. K. Jain, Fundamentals of Digital Image Processing, and Gonzalez/Woods, Digital Image Processing Figures from

More information

AN ALGORITHM FOR BLIND RESTORATION OF BLURRED AND NOISY IMAGES

AN ALGORITHM FOR BLIND RESTORATION OF BLURRED AND NOISY IMAGES AN ALGORITHM FOR BLIND RESTORATION OF BLURRED AND NOISY IMAGES Nader Moayeri and Konstantinos Konstantinides Hewlett-Packard Laboratories 1501 Page Mill Road Palo Alto, CA 94304-1120 moayeri,konstant@hpl.hp.com

More information

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation

Optimizing the Deblocking Algorithm for. H.264 Decoder Implementation Optimizing the Deblocking Algorithm for H.264 Decoder Implementation Ken Kin-Hung Lam Abstract In the emerging H.264 video coding standard, a deblocking/loop filter is required for improving the visual

More information

Projection and Reconstruction-Based Noise Filtering Methods in Cone Beam CT

Projection and Reconstruction-Based Noise Filtering Methods in Cone Beam CT Projection and Reconstruction-Based Noise Filtering Methods in Cone Beam CT Benedikt Lorch 1, Martin Berger 1,2, Joachim Hornegger 1,2, Andreas Maier 1,2 1 Pattern Recognition Lab, FAU Erlangen-Nürnberg

More information

Super Resolution Using Graph-cut

Super Resolution Using Graph-cut Super Resolution Using Graph-cut Uma Mudenagudi, Ram Singla, Prem Kalra, and Subhashis Banerjee Department of Computer Science and Engineering Indian Institute of Technology Delhi Hauz Khas, New Delhi,

More information

Structural Similarity Optimized Wiener Filter: A Way to Fight Image Noise

Structural Similarity Optimized Wiener Filter: A Way to Fight Image Noise Structural Similarity Optimized Wiener Filter: A Way to Fight Image Noise Mahmud Hasan and Mahmoud R. El-Sakka (B) Department of Computer Science, University of Western Ontario, London, ON, Canada {mhasan62,melsakka}@uwo.ca

More information

Development and validation of a short-lag spatial coherence theory for photoacoustic imaging

Development and validation of a short-lag spatial coherence theory for photoacoustic imaging Development and validation of a short-lag spatial coherence theory for photoacoustic imaging Michelle T. Graham 1 and Muyinatu A. Lediju Bell 1,2 1 Department of Electrical and Computer Engineering, Johns

More information

Advanced phase retrieval: maximum likelihood technique with sparse regularization of phase and amplitude

Advanced phase retrieval: maximum likelihood technique with sparse regularization of phase and amplitude Advanced phase retrieval: maximum likelihood technique with sparse regularization of phase and amplitude A. Migukin *, V. atkovnik and J. Astola Department of Signal Processing, Tampere University of Technology,

More information

PRINCIPAL COMPONENT ANALYSIS IMAGE DENOISING USING LOCAL PIXEL GROUPING

PRINCIPAL COMPONENT ANALYSIS IMAGE DENOISING USING LOCAL PIXEL GROUPING PRINCIPAL COMPONENT ANALYSIS IMAGE DENOISING USING LOCAL PIXEL GROUPING Divesh Kumar 1 and Dheeraj Kalra 2 1 Department of Electronics & Communication Engineering, IET, GLA University, Mathura 2 Department

More information

Image Inpainting Using Sparsity of the Transform Domain

Image Inpainting Using Sparsity of the Transform Domain Image Inpainting Using Sparsity of the Transform Domain H. Hosseini*, N.B. Marvasti, Student Member, IEEE, F. Marvasti, Senior Member, IEEE Advanced Communication Research Institute (ACRI) Department of

More information

Image Resampling and Constraint Formulation for Multi-Frame Super-Resolution Restoration

Image Resampling and Constraint Formulation for Multi-Frame Super-Resolution Restoration Image Resampling and Constraint Formulation for Multi-Frame Super-Resolution Restoration Sean Borman and Robert L. Stevenson a Laboratory for Image and Signal Analysis Department of Electrical Engineering

More information

Aberrations in Holography

Aberrations in Holography Aberrations in Holography D Padiyar, J Padiyar 1070 Commerce St suite A, San Marcos, CA 92078 dinesh@triple-take.com joy@triple-take.com Abstract. The Seidel aberrations are described as they apply to

More information

2.161 Signal Processing: Continuous and Discrete Fall 2008

2.161 Signal Processing: Continuous and Discrete Fall 2008 MIT OpenCourseWare http://ocw.mit.edu 2.161 Signal Processing: Continuous and Discrete Fall 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms. MASSACHUSETTS

More information

L. David Sabbagh, Harold A. Sabbagh and James S. Klopfenstein Sabbagh Associates, Inc Round Hill Lane Bloomington, IN 47401

L. David Sabbagh, Harold A. Sabbagh and James S. Klopfenstein Sabbagh Associates, Inc Round Hill Lane Bloomington, IN 47401 IMAGE ENHANCEMENT VIA EXTRAPOLATION TECHNIQUES: A TWO DIMENSIONAL ITERATIVE SCHEME A DIRECT MATRIX INVERSION SCHEME L. David Sabbagh, Harold A. Sabbagh and James S. Klopfenstein Sabbagh Associates, Inc.

More information

Blind deconvolution in optical diffusion tomography

Blind deconvolution in optical diffusion tomography Blind deconvolution in optical diffusion tomography Stuart M. Jefferies Maui Scientific Research Center, University of New Mexico, 590 Lipoa Parkway, Kihei, HI 96753 stuartj@ahpcc.unm.edu Kathy J. Schulze

More information

VU Signal and Image Processing. Image Restoration. Torsten Möller + Hrvoje Bogunović + Raphael Sahann

VU Signal and Image Processing. Image Restoration. Torsten Möller + Hrvoje Bogunović + Raphael Sahann 052600 VU Signal and Image Processing Image Restoration Torsten Möller + Hrvoje Bogunović + Raphael Sahann torsten.moeller@univie.ac.at hrvoje.bogunovic@meduniwien.ac.at raphael.sahann@univie.ac.at vda.cs.univie.ac.at/teaching/sip/17s/

More information

A New Approach For Regularized Image Interpolation

A New Approach For Regularized Image Interpolation S. E. El-Khamy 1, M. M. Hadhoud 2, M. I. Dessouky 3, B. M. Salam 3, F. E. Abd El-Samie 4 1 Dept. of Electrical Eng., Faculty of Engineering, Alexandria Univ., Alexandria, Egypt. elkhamy@ieee.org 2 Dept.

More information

Determining Wave-Optics Mesh Parameters for Complex Optical Systems

Determining Wave-Optics Mesh Parameters for Complex Optical Systems Copyright 007 Society of Photo-Optical Instrumentation Engineers. This paper was published in SPIE Proc. Vol. 6675-7 and is made available as an electronic reprint with permission of SPIE. One print or

More information

WHITE PAPER LIGHTNING IMAGE INFORMATION EXTRACTION BY ADAPTIVE DECONVOLUTION. LIGHTNING White Paper, September

WHITE PAPER LIGHTNING IMAGE INFORMATION EXTRACTION BY ADAPTIVE DECONVOLUTION. LIGHTNING White Paper, September WHITE PAPER LIGHTNING IMAGE INFORMATION EXTRACTION BY ADAPTIVE DECONVOLUTION LIGHTNING White Paper, September 2018 1 LIGHTNING Image Information Extraction Seeing more than just the Image Author: Jürgen

More information

Simple Spatial Domain Filtering

Simple Spatial Domain Filtering Simple Spatial Domain Filtering Binary Filters Non-phase-preserving Fourier transform planes Simple phase-step filters (for phase-contrast imaging) Amplitude inverse filters, related to apodization Contrast

More information

Lecture Notes on Wave Optics (04/23/14) 2.71/2.710 Introduction to Optics Nick Fang

Lecture Notes on Wave Optics (04/23/14) 2.71/2.710 Introduction to Optics Nick Fang .7/.70 Introduction to Optics Nic Fang Outline: Fresnel Diffraction The Depth of Focus and Depth of Field(DOF) Fresnel Zones and Zone Plates Holography A. Fresnel Diffraction For the general diffraction

More information

Principles of Light Microscopy

Principles of Light Microscopy Monday 8 August 2011 Principles of Light Microscopy 09:00 09:30 Introduction 09:30 10:15 The story of the microscope / 10:15 Coffee 10:30 12:45 Limitations of the eye. Resolution, contrast, magnification.

More information

EPFL SV PTBIOP BIOP COURSE 2015 OPTICAL SLICING METHODS

EPFL SV PTBIOP BIOP COURSE 2015 OPTICAL SLICING METHODS BIOP COURSE 2015 OPTICAL SLICING METHODS OPTICAL SLICING METHODS Scanning Methods Wide field Methods Point Scanning Deconvolution Line Scanning Multiple Beam Scanning Single Photon Multiple Photon Total

More information

PH880 Topics in Physics

PH880 Topics in Physics PH880 Topics in Physics Modern Optical Imaging (Fall 2010) Overview of week 4 Monday PSF, OTF Bright field microscopy Resolution/NA Deconvolution Wednesday : holiday Impulse response (PSF) in imaging system

More information

f(x,y) is the original image H is the degradation process (or function) n(x,y) represents noise g(x,y) is the obtained degraded image p q

f(x,y) is the original image H is the degradation process (or function) n(x,y) represents noise g(x,y) is the obtained degraded image p q Image Restoration Image Restoration G&W Chapter 5 5.1 The Degradation Model 5.2 5.105.10 browse through the contents 5.11 Geometric Transformations Goal: Reconstruct an image that has been degraded in

More information

Fractional Discrimination for Texture Image Segmentation

Fractional Discrimination for Texture Image Segmentation Fractional Discrimination for Texture Image Segmentation Author You, Jia, Sattar, Abdul Published 1997 Conference Title IEEE 1997 International Conference on Image Processing, Proceedings of the DOI https://doi.org/10.1109/icip.1997.647743

More information

Fundamentals of Digital Image Processing

Fundamentals of Digital Image Processing \L\.6 Gw.i Fundamentals of Digital Image Processing A Practical Approach with Examples in Matlab Chris Solomon School of Physical Sciences, University of Kent, Canterbury, UK Toby Breckon School of Engineering,

More information

Extracting Wavefront Error From Shack-Hartmann Images Using Spatial Demodulation

Extracting Wavefront Error From Shack-Hartmann Images Using Spatial Demodulation Etracting Wavefront Error From Shack-Hartmann Images Using Spatial Demodulation Edwin J. Sarver, PhD; Jim Schwiegerling, PhD; Raymond A. Applegate, OD, PhD ABSTRACT PURPOSE: To determine whether the spatial

More information

Tensor Factorization and Continous Wavelet Transform for Model-free Single-Frame Blind Image Deconvolution

Tensor Factorization and Continous Wavelet Transform for Model-free Single-Frame Blind Image Deconvolution Tensor actorization and Continous Wavelet Transform for Model-free Single-rame Blind Image Deconvolution Ivica Kopriva Ruđer Bošković Institute Bijenička cesta 54 10000 Zagreb, Croatia ikopriva@irb.hr

More information

Optical Sectioning. Bo Huang. Pharmaceutical Chemistry

Optical Sectioning. Bo Huang. Pharmaceutical Chemistry Optical Sectioning Bo Huang Pharmaceutical Chemistry Approaches to 3D imaging Physical cutting Technical difficulty Highest resolution Highest sensitivity Optical sectioning Simple sample prep. No physical

More information

Computer Graphics. Sampling Theory & Anti-Aliasing. Philipp Slusallek

Computer Graphics. Sampling Theory & Anti-Aliasing. Philipp Slusallek Computer Graphics Sampling Theory & Anti-Aliasing Philipp Slusallek Dirac Comb (1) Constant & δ-function flash Comb/Shah function 2 Dirac Comb (2) Constant & δ-function Duality f(x) = K F(ω) = K (ω) And

More information

Image Deconvolution.

Image Deconvolution. Image Deconvolution. Mathematics of Imaging. HW3 Jihwan Kim Abstract This homework is to implement image deconvolution methods, especially focused on a ExpectationMaximization(EM) algorithm. Most of this

More information

COLOCALISATION. Alexia Ferrand. Imaging Core Facility Biozentrum Basel

COLOCALISATION. Alexia Ferrand. Imaging Core Facility Biozentrum Basel COLOCALISATION Alexia Ferrand Imaging Core Facility Biozentrum Basel OUTLINE Introduction How to best prepare your samples for colocalisation How to acquire the images for colocalisation How to analyse

More information

Wavelet-Based Superresolution in Astronomy

Wavelet-Based Superresolution in Astronomy Wavelet-Based Superresolution in Astronomy Rebecca Willet, Ian Jermyn, Robert Nowak, and Josiana Zerubia March 18, 2004 Abstract High-resolution astronomical images can be reconstructed from several blurred

More information

Iterative procedure for in-situ EUV optical testing with an incoherent source

Iterative procedure for in-situ EUV optical testing with an incoherent source APS/123-QED Iterative procedure for in-situ EUV optical testing with an incoherent source Ryan Miyakawa and Patrick Naulleau Lawrence Berkeley National Laboratory, Berkeley, CA 94720 Avideh Zakhor Dept.

More information

STREAMING ALGORITHMS. Tamás Budavári / Johns Hopkins University ANALYSIS OF ASTRONOMY IMAGES & CATALOGS 10/26/2015

STREAMING ALGORITHMS. Tamás Budavári / Johns Hopkins University ANALYSIS OF ASTRONOMY IMAGES & CATALOGS 10/26/2015 STREAMING ALGORITHMS ANALYSIS OF ASTRONOMY IMAGES & CATALOGS 10/26/2015 / Johns Hopkins University Astronomy Changed! Always been data-driven But we used to know the sources by heart! Today large collections

More information

Mode-Field Diameter and Spot Size Measurements of Lensed and Tapered Specialty Fibers

Mode-Field Diameter and Spot Size Measurements of Lensed and Tapered Specialty Fibers Mode-Field Diameter and Spot Size Measurements of Lensed and Tapered Specialty Fibers By Jeffrey L. Guttman, Ph.D., Director of Engineering, Ophir-Spiricon Abstract: The Mode-Field Diameter (MFD) and spot

More information

Super-Resolved Spatial Light Interference Microscopy

Super-Resolved Spatial Light Interference Microscopy BOSTON UNIVERSITY Department of Electrical and Computer Engineering RPC Report Super-Resolved Spatial Light Interference Microscopy by OGUZHAN AVCI B.S., Bilkent University, 2012 Submitted in partial fulfillment

More information

3-D. Here red spheres show the location of gold nanoparticles inside/around a cell nucleus.

3-D. Here red spheres show the location of gold nanoparticles inside/around a cell nucleus. 3-D The CytoViva 3-D System allows the user can locate objects of interest in a 3-D space. It does this by acquiring multiple Z planes and performing our custom software routines to locate and observe

More information

Exploiting scattering media for exploring 3D objects

Exploiting scattering media for exploring 3D objects Exploiting scattering media for exploring 3D objects Alok Kumar Singh 1, Dinesh N Naik 1,, Giancarlo Pedrini 1, Mitsuo Takeda 1, 3 and Wolfgang Osten 1 1 Institut für Technische Optik and Stuttgart Research

More information

AVC89: A Method for Retrieving Images from Noisy Incomplete Data

AVC89: A Method for Retrieving Images from Noisy Incomplete Data AVC89: A Method for Retrieving Images from Noisy Incomplete Data D. Ustundag, N. M. Queen and J. E. Bowcock School of Mathematics and Statistics, The University of Birmingham, P. O. Box 363, Birmingham,

More information

Super-resolution on Text Image Sequences

Super-resolution on Text Image Sequences November 4, 2004 Outline Outline Geometric Distortion Optical/Motion Blurring Down-Sampling Total Variation Basic Idea Outline Geometric Distortion Optical/Motion Blurring Down-Sampling No optical/image

More information

Consistency in Tomographic Reconstruction by Iterative Methods

Consistency in Tomographic Reconstruction by Iterative Methods Consistency in Tomographic Reconstruction by Iterative Methods by M. Reha Civanlar and H.J. Trussell Center for Communications and Signal Processing Department of Electrical and Computer Engineering North

More information

WAVELET USE FOR IMAGE RESTORATION

WAVELET USE FOR IMAGE RESTORATION WAVELET USE FOR IMAGE RESTORATION Jiří PTÁČEK and Aleš PROCHÁZKA 1 Institute of Chemical Technology, Prague Department of Computing and Control Engineering Technicka 5, 166 28 Prague 6, Czech Republic

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION DOI: 10.1038/NPHOTON.2012.83 Structured Illumination microscopy using unknown speckle patterns. Supplementary Text and Figures E. Mudry, K. Belkebir, J. Girard, J. Savatier, E. Le Moal, C. Nicoletti*,

More information

A Method for Edge Detection in Hyperspectral Images Based on Gradient Clustering

A Method for Edge Detection in Hyperspectral Images Based on Gradient Clustering A Method for Edge Detection in Hyperspectral Images Based on Gradient Clustering V.C. Dinh, R. P. W. Duin Raimund Leitner Pavel Paclik Delft University of Technology CTR AG PR Sys Design The Netherlands

More information

Coherent digital demodulation of single-camera N-projections for 3D-object shape measurement: Co-phased profilometry

Coherent digital demodulation of single-camera N-projections for 3D-object shape measurement: Co-phased profilometry Coherent digital demodulation of single-camera N-projections for 3D-object shape measurement: Co-phased profilometry M. Servin, 1,* G. Garnica, 1 J. C. Estrada, 1 and A. Quiroga 2 1 Centro de Investigaciones

More information

Super-resolution Algorithm for Passive Millimeter Wave Imaging Based on Maximum Likelihood and Neighbor Wavelet Transform

Super-resolution Algorithm for Passive Millimeter Wave Imaging Based on Maximum Likelihood and Neighbor Wavelet Transform Sensors & Transducers 013 by IFSA http://www.sensorsportal.com Super-resolution Algorithm for Passive Millimeter Wave Imaging Based on Maximum Lielihood and Neighbor Wavelet Transform Yiming Niu, Can Cui,

More information

A Comparative Study & Analysis of Image Restoration by Non Blind Technique

A Comparative Study & Analysis of Image Restoration by Non Blind Technique A Comparative Study & Analysis of Image Restoration by Non Blind Technique Saurav Rawat 1, S.N.Tazi 2 M.Tech Student, Assistant Professor, CSE Department, Government Engineering College, Ajmer Abstract:

More information

Image Restoration. Diffusion Denoising Deconvolution Super-resolution Tomographic Reconstruction

Image Restoration. Diffusion Denoising Deconvolution Super-resolution Tomographic Reconstruction Image Restoration Image Restoration Diffusion Denoising Deconvolution Super-resolution Tomographic Reconstruction Diffusion Term Consider only the regularization term E-L equation: (Laplace equation) Steepest

More information