Image restoration by deconvolution

Size: px
Start display at page:

Download "Image restoration by deconvolution"

Transcription

1 Image restoration by deconvolution 17/12/2014 (part) Slides courtesy: Sébastien Tosi (IRB Barcelona)

2 A few concepts related to the topic Convolution Deconvolution Point Spread Function Noise Fourier Transform Spatial resolution Pixel size Rayleigh Criterion Airy disk Numerial Aperture Refractive Index Wavelength

3 Image formation (in Fluorescence microscopy) Image from [9] In fluorescence microscopy (in all its modes including widefield, confocal, and multi-photon): the imaging process can be mathematically described by a convolution

4 Imaging, Convonlution, Deconvolution Convolution consists of replacing each point in the original object with its blurred image in all dimensions and summing together overlapping contributions from adjacent points to generate the resulting threedimensional image All microscopy techniques that include directly or indirectly a convolution in their image formation processes can benefit from image deconvolution.

5 2D Convolution Original image Filtered image Original image Filtered image Filter kernel The convolution can also be computed by stamping the kernel on each pixel of the image: the kernel is scaled (multiplied) by the intensity of the central pixel and accumulated (summed) in the output image.

6 3D Convolution = = A 3D kernel is a stack holding the filter coefficients Convolution extends to more than two dimensions: in 3D the kernel is a small volume (stack) and the sum is triple (inside a volume around each voxel).

7 Fourier transform (FT) If we take the FT of the equation, the is replaced by multiplication, thus image restoration might be achievable by: dividing the FT of the image by the FT of the kernel and then taking the inverse Fourier transform. X = = Spatial Domain Fourier Domain Image from Sébastien Tosi (IRB Barcelona)

8 Point Spread Function (PSF) An image resulting from a single small spherical fluorescent bead (smaller than the optical resolution, thus forms effective a point source of light) A record of how much the microscope has spread or blurred a single point Simplified diagram to visualize how a light-emitting point would be imaged using a widefield microscope, Image from [9] Widefield PSF, Image from [3] More slides from Math-Clinic BioImage Analysis website:

9 PSF (in the focal plane) Spatial resolution: distance by which two objects must be separated to be distinguished, i.e. the radius of the smallest point source in the image (defined as the first minimum of the Airy disk) the Rayleigh criterion: r radial 0.61λ 2λn = raxial = λ : fluorophore emission wavelength 2 NA NA Notes: 1. Rayleigh criterion has not taken into account the effects of: brightness, pixel size, noise 2. High NAs are possible when the immersion refractive index is high Widefield PSFs obtained by imaging 100-nm fluorescent beads (excitation 520nm; emission 617nm), Image from [2] NA : objective numerical aperture n : refractive index of the objective lens immersion medium NA = n sinθ Image from [9] NA can never exceed n, which itself has fixed values (e.g. 1.0 for air, 1.33 for water, or 1.52 for oil)

10 Theoretical PSF Quotes from [3]: Most methods are based on the work of Born and Wolf (1980). A good description for a confocal PSF is given by van der Voortand Brakenhoff (1990), in which the PSF is calculated from: the NA of the objective, the illuminating and emitted wavelengths, and the refractive index of the immersion medium in either (simpler) paraxial forms or with WF integrals. Theoretical PSF gives an indication of the best possible resolution for a given objective but these limits are not achievable. In our experience, real PSFs are typically >20% bigger than calculated versions. Experimental PSF (measured PSF) Theoretical PSF image from [9]

11 What else does (measured) PSF tells us? Asymmetry: radial (x-y): commonly misalignment of optical components about the z-axis, either as tilt or decentration along the optical axis (z-axis): commonly due to spherical aberration, which may result from refractive index mismatches between the objective, immersion medium, and sample or tube length/coverslip thickness errors. Notes: 1. The immersion refractive index should match the refractive index of the medium surrounding the sample, to avoid spherical aberration 2. Item 1 is often strongly preferable to using the highest NA objective available, as it is usually better to have a larger PSF than a highly irregular one. Image from [3]

12 Deconvolution Principle AWGN source Object (sample) Microscope PSF Digital filter Deconvolved image The deconvolution filter F should undo the effect of the microscope PSF H by processing the sampled image R, ideally D = S. Assuming H known, F linear (convolution) and no noise (N = 0) leads to: or or D H = S H ( R F) H = R R ( F H ) = R F H = 1 In this context 1 is a black image holding a single point in its center In practice the noise N and the error on the estimation of H (measurement or model) are impeding a perfect deconvolution and we can at best hope for an approximate solution

13 Noise Sources in Digital Microscopy

14 More/Details RECOMMEND! It is a pleasant reading! e-image-analysis-intro (Part III) Ref [2] More on reference slide

15 When to do deconvolution? Wide field microscopy (WFM) Less affected by out-of-focus light: Confocal laser scanning microscopy (CLSM) Two-photon excitation microscopy (TPEM) Selective plane illumination microscopy (SPIM) Super-resolution fluorescence microscopy Stimulated emission depletion microscopy (STED) All microscopy techniques that include directly or indirectly a convolution in their image formation processes can benefit from image deconvolution. Any 2D or 3D image obtained from almost any fluorescence microscope is expected to be deconvolved before being analysed.

16 Why to do deconvolution? Attenuation of the out of focus light - increase contrast Reduce noise Increase of the spatial resolution

17 Deconvolution Algorithms Used in Biological Fluorescence Image Processing

18 Deblurring - subtractive Nearest neighbour No neighbours Linear inverse filter Not for quantitative intensity measurements Do not count for noise Regularized Inverse filter Object smoothness e.g. Wiener filter Constrained Iterative Nonnegative Quantitative Blind deconvolution No PSF as input May not be absolutely quantitative Ref [2]

19 Linear Deconvolution: Inverse Filter Deconvolution As convolution in the spatial domain can be performed as a multiplication in the frequency domain, inverse filtering can be performed as a division in the frequency domain! But in practice Noise enhancement ruins our efforts! F u v H u v 1 (, ) = (, ) 4, , A very simple model for the PSF H (Gaussian std = 1 pixel) H power spectrum (log display) overlaid with raw values 1 H -1 power spectrum (log display) overlaid with raw values 1

20 Inverse Filter Deconvolution H is a Gaussian with std = 2 pixels H +N H -1 Original image S Original image S after convolution by H Blurred image Noise std = 10-4 Noise std = No noise

21 Second try: Regularized Inverse F( u, v) = 1 1 H ( u, v), H ( u, v) t 1 t, H ( u, v) > t 4, , A very simple model for the PSF H (Gaussian std = 1 pixel) H power spectrum (log display) overlaid with raw values (H -1 ) reg (1% clipping) power spectrum (log display) overlaid with raw values

22 Regularized Inverse Filter Deconvolution H +N Original image S Original image S after convolution by H Blurred image (H -1 ) trunc Restoration Noise of Blurred, std Noisy = Image 10-4 Using regularized inverse

23 Third Try: Wiener Filter The Golden Linear Deconvolution Trade-off Coming back to: ( ) Sest = F S H + N E = S S. est Minimizing the expectation of E over all possible noise realizations assuming a white Gaussian noise: F( u, v) = H * ( u, v) S( u, v) H ( u, v) S( u, v) + N( u, v) Wiener filter 2 Bands free of noise: N(u,v) = 0 F(u,v) = H(u,v) -1 Strong noise bands: N(u,v) F(u,v) 0 Intermediate bands: (inverse filter) (cut-off) best trade-off Wiener filter attenuates frequencies dependent on their signal-to-noise ratio.

24 Wiener Deconvolution Restoration Regularized of Blurred, Noisy inverse Image Using filter regularized result inverse Noise std = 10-4 Wiener filter result Noise std = 10-4 Restoration of Blurred, Noisy Image Using Wiener filter for known noise variance

25 Non-Linear Deconvolution The best deconvolution algorithms for 3D microscopy are typically non-linear. Principle of Maximum A Priori algorithms (MAP): ( MAP) Pr( R S) Pr( S) S = arg max Pr( S R) = arg max. S S Pr( R) The second equality comes from Bayes theorem. In the optimization S is usually constrained to be positive and somehow spatially smooth (TV regularization term) Pr(S). The statistical distribution of the noise has to be known to derive the maximum likelihood term Pr(R S) the algorithm is tuned to a particular noise (e.g. Poisson or Gaussian noise). There is usually no known analytical solution to the problem, the algorithms proceeds by iterations (candidate S i at iteration i) to refine the estimate of the data at each iteration. The Richardson-Lucy algorithm is among the most well known MAP deconvolution algorithm. Some algorithms also simultaneously estimate the PSF from the sampled image (blind deconvolution).

26 Quantification with deconvolution Ideally: relocate signal to the point of origin in 3D, thus conserve the sum of fluorescence signal. It improves quantification! In practice: different algorithms have more or less compromises Quantitative intensity measurements, e.g. intensity ratio: controls, also report on un-deconvolved data for comparison Quantitative positional or structural analysis, e.g. centroid, tracking, volume analysis, (object based) colocalisation, etc: relatively less critical the choice For all analysis: Deconvolution process comparable between datasets Compare with control/un-deconvolved data Understand algorithm used and choose most suitable Report possible artifacts and confirm it, if possible

27 Software tools PSF generators Deconvolution

28 Deconvolution tools (not exhaustive!) Fiji plugins Parallel iterative deconvolution (fiji.sc/parallel_iterative_deconvolution): 4 deconvolution algorithms Parallel spectral deconvolution (fiji.sc/parallel_spectral_deconvolution) Not iterative, no constraint e.g. nonnegativity Iterative Deconvolve 3D (fiji.sc/iterative_deconvolve_3d) : non-negative, iterative, similar to WPL algorithm. The execution is way slower on modern (multicore) computers but the memory requirement is less stringent DeconvolutionLab( different algorithms including a custom version of the thresholded Landweber algorithm Commercial software - SVI Huygens - MC AutoquantX - I could not comment on commercial software, due to access issue.

29 Examples Original PID (WPL, Wiener Gamma 0.1, 50IT, bead PSF) AutoquantX (30IT, bead PSF) Huygens (50IT, bead distilled PSF) Original PID (WPL, 50IT, bead PSF) AutoquantX (30IT, bead PSF) Huygens (50IT, bead distilled PSF) Original PID (WPL, 50IT, true PSF) AutoquantX (30IT, true PSF) Huygens (50IT, distilled true PSF) Courtesy of Sébastien Tosi (IRB Barcelona) + Free & Open source & full control + Reasonably fast + Support for spatially-variant PSF (un-tested) - High memory usage - Visually less crispy + Fast convergence + Robust algorithms + Very simple to use + Visually appealing results + 2D mode for thin samples - Expensive & Closed source + Microscope specific PSF + depth-varying PSF + supports spinning disk M. + Visually appealing results - Expensive & Closed source

30 Theoretical PSF generator Diffraction PSF 3D: using Fraunhofer diffraction PSF generator: >15 models

31 Parallel Iterative Deconvolution The plugin provides 4 deconvolution algorithms: - Wiener Filter Preconditioned Landweber (WPL) - Modified Residual Norm Steepest Descent (MRNSD) nonnegative - Conjugate Gradient for Least Squares (CGLS) - Hybrid Bidiagonalization Regularization (HyBR) regularized

32 Parallel Iterative Deconvolution affects the scaling of the result attempts to reduce artifacts from features near the boundary of the imaging volume. stops the iteration if the changes appear to be increasing. Increase the low pass filter size if this problem occurs. fraction of the largest Fourier coefficent of the PSF higher value increases convergence

33 Example Image courtesy: K Peng

34 PSF (Fiji -> Plugins -> Diffraction PSF 3D) Image 1 Image 2

35 Deconvolution(Fiji -> Plugins -> Parallel Iterative Deconvolution->3D Iterative Deconvolution)

36 Original Image 1 Image 3

37 Deconvolved Image 1 Image 3 Objects look brighter -> higher contrast Better separation between close objects

38 Deconvolved+ background subtracted Image 1 Image 3

39 Other resources/tools: A Matlab software Zanella et al., Towards real-time image deconvolution: application to confocal and STED microscopy, Scientific Reports 2013.

40 Other resources/tools: Fiji Squassh segmentation / colocalization deconvolved (subpixel) segmentations in 2D&3D through prior knowledge of PSF Intensity within each object is homogeneous Bright foreground & dark background Noise model: Gaussian (wide field) or Poisson (confocal) (more robust) Joint deconvolution-segmentation procedure Rizk et al., Segmentation and quantification of subcellular structures in fluorescence microscopy images using Squassh, Nature Protocol, 2014.

41 Summary Deconvolution is a computational technique allowing to (partly) compensate for the image distortion created by an optical system Correct deconvolution should improve: attenuation of the out of focus light quantitative measurements the spatial resolution Incorrect deconvolution could: Introduce (more) artifacts -> reduce image quality It works best for thin (<50 um), optically transparent, fixed, bright samples. Challenging for live microscopy: short exposure (limit motion blur), objective adapted to medium (limit spherical aberrations).

42 References (to name a few ) Good reviews (overviews): 1. Waters, Accuracy and precision in quantitative fluorescence microscopy, JCB Parton et al., Lifting the fog: Image restoration by deconvolution, Cell biology Pawley, Chapter 25: Image enhancement by deconvolution, Handbook of biological confocal microscopy, McNally et al., Three-Dimensional Imaging by Deconvolution Microscopy, Methods 1999 Technical articles: 5. Zanella et al., Towards real-time image deconvolution: application to confocal and STED microscopy, Scientific Reports Bertero et al., Image deconvolution, Proc. NATO A.S.I Thiébaut, Introduction to image reconstruction and inverse problems, Proc. NATO A.S.I On the web: 8. Olympus microscopy center (overview): 9. Textbook:

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

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

COLOCALISATION. Alexia Loynton-Ferrand. Imaging Core Facility Biozentrum Basel

COLOCALISATION. Alexia Loynton-Ferrand. Imaging Core Facility Biozentrum Basel COLOCALISATION Alexia Loynton-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

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

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 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

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

Introductory Guide to Light Microscopy - Biomedical Confocal Microscopy

Introductory Guide to Light Microscopy - Biomedical Confocal Microscopy Introductory Guide to Light Microscopy - Biomedical Confocal Microscopy 7 May 2007 Michael Hooker Microscopy Facility Michael Chua microscopy@unc.edu 843-3268 6007 Thurston Bowles Wendy Salmon wendy_salmon@med.unc.edu

More information

What should I know about the 3D Restoration module? Improvision Technical Note No. 142 Last updated: 28 June, 2000

What should I know about the 3D Restoration module? Improvision Technical Note No. 142 Last updated: 28 June, 2000 What should I know about the 3D Restoration module? Improvision Technical Note No. 142 Last updated: 28 June, 2000 Topic This technical note discusses some aspects of iterative deconvolution and how to

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

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

Last class. This class. Single molecule imaging Deconvolution. FLIM Confocal

Last class. This class. Single molecule imaging Deconvolution. FLIM Confocal FLIM, Confocal Last class Single molecule imaging Deconvolution This class FLIM Confocal FLIM Fluorescence Lifetime IMaging FLIM Fluorescence lifetime imaging Easier and more accurate quantitation Much

More information

3. Image formation, Fourier analysis and CTF theory. Paula da Fonseca

3. Image formation, Fourier analysis and CTF theory. Paula da Fonseca 3. Image formation, Fourier analysis and CTF theory Paula da Fonseca EM course 2017 - Agenda - Overview of: Introduction to Fourier analysis o o o o Sine waves Fourier transform (simple examples of 1D

More information

Samples Carolina sample slides (pollen, algae, ). Clean off oil with lens paper then OpticPad around lens (metal not glass) when done.

Samples Carolina sample slides (pollen, algae, ). Clean off oil with lens paper then OpticPad around lens (metal not glass) when done. Bi/BE 227 Winter 2018 Assignment #1 Widefield and confocal laser scanning microscopy Schedule: Jan 3: Lecture Jan 3-12: Students get trained on how to use scopes, start on assignment Jan 3-17: Carrying

More information

Bioimage Informatics

Bioimage Informatics Bioimage Informatics Lecture 10, Spring 2012 Bioimage Data Analysis (II): Applications of Point Feature Detection Techniques: Super Resolution Fluorescence Microscopy Bioimage Data Analysis (III): Edge

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

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

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

Imaging and Deconvolution

Imaging and Deconvolution Imaging and Deconvolution Urvashi Rau National Radio Astronomy Observatory, Socorro, NM, USA The van-cittert Zernike theorem Ei E V ij u, v = I l, m e sky j 2 i ul vm dldm 2D Fourier transform : Image

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

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

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

Bioimage Informatics. Lecture 8, Spring Bioimage Data Analysis (II): Point Feature Detection

Bioimage Informatics. Lecture 8, Spring Bioimage Data Analysis (II): Point Feature Detection Bioimage Informatics Lecture 8, Spring 2012 Bioimage Data Analysis (II): Point Feature Detection Lecture 8 February 13, 2012 1 Outline Project assignment 02 Comments on reading assignment 01 Review: pixel

More information

2, the coefficient of variation R 2, and properties of the photon counts traces

2, the coefficient of variation R 2, and properties of the photon counts traces Supplementary Figure 1 Quality control of FCS traces. (a) Typical trace that passes the quality control (QC) according to the parameters shown in f. The QC is based on thresholds applied to fitting parameters

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

specular diffuse reflection.

specular diffuse reflection. Lesson 8 Light and Optics The Nature of Light Properties of Light: Reflection Refraction Interference Diffraction Polarization Dispersion and Prisms Total Internal Reflection Huygens s Principle The Nature

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

E x Direction of Propagation. y B y

E x Direction of Propagation. y B y x E x Direction of Propagation k z z y B y An electromagnetic wave is a travelling wave which has time varying electric and magnetic fields which are perpendicular to each other and the direction of propagation,

More information

COHERENCE AND INTERFERENCE

COHERENCE AND INTERFERENCE COHERENCE AND INTERFERENCE - An interference experiment makes use of coherent waves. The phase shift (Δφ tot ) between the two coherent waves that interfere at any point of screen (where one observes the

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

RESTORING ARTIFACT-FREE MICROSCOPY IMAGE SEQUENCES. Robotics Institute Carnegie Mellon University 5000 Forbes Ave, Pittsburgh, PA 15213, USA

RESTORING ARTIFACT-FREE MICROSCOPY IMAGE SEQUENCES. Robotics Institute Carnegie Mellon University 5000 Forbes Ave, Pittsburgh, PA 15213, USA RESTORING ARTIFACT-FREE MICROSCOPY IMAGE SEQUENCES Zhaozheng Yin Takeo Kanade Robotics Institute Carnegie Mellon University 5000 Forbes Ave, Pittsburgh, PA 15213, USA ABSTRACT Phase contrast and differential

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

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

Intermediate Physics PHYS102

Intermediate Physics PHYS102 Intermediate Physics PHYS102 Dr Richard H. Cyburt Assistant Professor of Physics My office: 402c in the Science Building My phone: (304) 384-6006 My email: rcyburt@concord.edu My webpage: www.concord.edu/rcyburt

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

Digital Image Processing. Prof. P. K. Biswas. Department of Electronic & Electrical Communication Engineering

Digital Image Processing. Prof. P. K. Biswas. Department of Electronic & Electrical Communication Engineering Digital Image Processing Prof. P. K. Biswas Department of Electronic & Electrical Communication Engineering Indian Institute of Technology, Kharagpur Lecture - 21 Image Enhancement Frequency Domain Processing

More information

Optical simulations within and beyond the paraxial limit

Optical simulations within and beyond the paraxial limit Optical simulations within and beyond the paraxial limit Daniel Brown, Charlotte Bond and Andreas Freise University of Birmingham 1 Simulating realistic optics We need to know how to accurately calculate

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

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

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

Live-cell 3D super-resolution imaging in thick biological samples

Live-cell 3D super-resolution imaging in thick biological samples Nature Methods Live-cell 3D super-resolution imaging in thick biological samples Francesca Cella Zanacchi, Zeno Lavagnino, Michela Perrone Donnorso, Alessio Del Bue, Lauria Furia, Mario Faretta & Alberto

More information

Detection of Sub-resolution Dots in Microscopy Images

Detection of Sub-resolution Dots in Microscopy Images Detection of Sub-resolution Dots in Microscopy Images Karel Štěpka, 2012 Centre for Biomedical Image Analysis, FI MU supervisor: prof. RNDr. Michal Kozubek, Ph.D. Outline Introduction Existing approaches

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

Advanced Lens Design

Advanced Lens Design Advanced Lens Design Lecture 3: Optimization II 2013-10-29 Herbert Gross Winter term 2013 www.iap.uni-jena.de 2 Preliminary Schedule 1 15.10. Introduction Paraxial optics, ideal lenses, optical systems,

More information

Essentials of Biological Image Analysis

Essentials of Biological Image Analysis Essentials of Biological Image Analysis Volker Baecker INSERM BioCampus Montpellier (UMS 3426) MRI TIGR 27/04/2012 Overview 1. Digital image 2. Basic Image Analysis 1. Point Operations 2. Local Filtering

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

Assignment 3: Edge Detection

Assignment 3: Edge Detection Assignment 3: Edge Detection - EE Affiliate I. INTRODUCTION This assignment looks at different techniques of detecting edges in an image. Edge detection is a fundamental tool in computer vision to analyse

More information

Supporting Information: Highly tunable elastic dielectric metasurface lenses

Supporting Information: Highly tunable elastic dielectric metasurface lenses Supporting Information: Highly tunable elastic dielectric metasurface lenses Seyedeh Mahsa Kamali, Ehsan Arbabi, Amir Arbabi, u Horie, and Andrei Faraon SUPPLEMENTAR NOTE : SAMPLING FREQUENC OF THE PHASE

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

Lecture 4 Recap of PHYS110-1 lecture Physical Optics - 4 lectures EM spectrum and colour Light sources Interference and diffraction Polarization

Lecture 4 Recap of PHYS110-1 lecture Physical Optics - 4 lectures EM spectrum and colour Light sources Interference and diffraction Polarization Lecture 4 Recap of PHYS110-1 lecture Physical Optics - 4 lectures EM spectrum and colour Light sources Interference and diffraction Polarization Lens Aberrations - 3 lectures Spherical aberrations Coma,

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

Development of a Quantitative Full-Field, Three-Dimensional Imaging Technique

Development of a Quantitative Full-Field, Three-Dimensional Imaging Technique 10 Chapter 2 Development of a Quantitative Full-Field, Three-Dimensional Imaging Technique This chapter describes the development of a quantitative, full-field three-dimensional imaging technique for measuring

More information

Technology and equipment at the Bioimaging Center

Technology and equipment at the Bioimaging Center Technology and equipment at the Bioimaging Center Light microscopy / Widefields Name Type Applications and equipment LEICA AF6000LX Nikon BioStation Timelaps imaging, CO2 and temperature controlled (14

More information

LAGRANGIAN PARTICLE TRACKING IN ISOTROPIC TURBULENT FLOW VIA HOLOGRAPHIC AND INTENSITY BASED STEREOSCOPY. By Kamran Arjomand

LAGRANGIAN PARTICLE TRACKING IN ISOTROPIC TURBULENT FLOW VIA HOLOGRAPHIC AND INTENSITY BASED STEREOSCOPY. By Kamran Arjomand LAGRANGIAN PARTICLE TRACKING IN ISOTROPIC TURBULENT FLOW VIA HOLOGRAPHIC AND INTENSITY BASED STEREOSCOPY By Kamran Arjomand I. Background A. Holographic Imaging 1. Acquire Hologram 3. Numerical Reconstruction

More information

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong)

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong) References: [1] http://homepages.inf.ed.ac.uk/rbf/hipr2/index.htm [2] http://www.cs.wisc.edu/~dyer/cs540/notes/vision.html

More information

Regularization parameter estimation for non-negative hyperspectral image deconvolution:supplementary material

Regularization parameter estimation for non-negative hyperspectral image deconvolution:supplementary material Regularization parameter estimation for non-negative hyperspectral image deconvolution:supplementary material Yingying Song, David Brie, El-Hadi Djermoune, Simon Henrot To cite this version: Yingying Song,

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

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

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 FDH 204 Lecture 14 130307 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Review Stereo Dense Motion Estimation Translational

More information

Non-Blind Deblurring Using Partial Differential Equation Method

Non-Blind Deblurring Using Partial Differential Equation Method Volume Issue 3, 3-36, 013, ISSN: 319 8656 Non-Blind Deblurring Using Partial Differential Equation Method Devender Sharma CSE Department HCE,Sonepat, Puneet Sharma CSE Department HCE,Sonepat, Ritu Sharma

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

Lab Report: Optical Image Processing

Lab Report: Optical Image Processing Lab Report: Optical Image Processing Kevin P. Chen * Advanced Labs for Special Topics in Photonics (ECE 1640H) University of Toronto March 5, 1999 Abstract This report describes the experimental principle,

More information

Sampling, Aliasing, & Mipmaps

Sampling, Aliasing, & Mipmaps Sampling, Aliasing, & Mipmaps Last Time? Monte-Carlo Integration Importance Sampling Ray Tracing vs. Path Tracing source hemisphere What is a Pixel? Sampling & Reconstruction Filters in Computer Graphics

More information

NDD FLIM Systems for Leica SP2 MP and SP5 MP Multiphoton Microscopes

NDD FLIM Systems for Leica SP2 MP and SP5 MP Multiphoton Microscopes NDD FLIM Systems for Leica SP2 MP and SP5 MP Multiphoton Microscopes bh FLIM systems for the confocal and the multiphoton versions of the Leica SP2 and SP5 microscopes are available since 2002 [4]. These

More information

A SUPER-RESOLUTION MICROSCOPY WITH STANDING EVANESCENT LIGHT AND IMAGE RECONSTRUCTION METHOD

A SUPER-RESOLUTION MICROSCOPY WITH STANDING EVANESCENT LIGHT AND IMAGE RECONSTRUCTION METHOD A SUPER-RESOLUTION MICROSCOPY WITH STANDING EVANESCENT LIGHT AND IMAGE RECONSTRUCTION METHOD Hiroaki Nishioka, Satoru Takahashi Kiyoshi Takamasu Department of Precision Engineering, The University of Tokyo,

More information

Super-Resolution. Many slides from Miki Elad Technion Yosi Rubner RTC and more

Super-Resolution. Many slides from Miki Elad Technion Yosi Rubner RTC and more Super-Resolution Many slides from Mii Elad Technion Yosi Rubner RTC and more 1 Example - Video 53 images, ratio 1:4 2 Example Surveillance 40 images ratio 1:4 3 Example Enhance Mosaics 4 5 Super-Resolution

More information

Computer Vision. Fourier Transform. 20 January Copyright by NHL Hogeschool and Van de Loosdrecht Machine Vision BV All rights reserved

Computer Vision. Fourier Transform. 20 January Copyright by NHL Hogeschool and Van de Loosdrecht Machine Vision BV All rights reserved Van de Loosdrecht Machine Vision Computer Vision Fourier Transform 20 January 2017 Copyright 2001 2017 by NHL Hogeschool and Van de Loosdrecht Machine Vision BV All rights reserved j.van.de.loosdrecht@nhl.nl,

More information

Chapter 3 Image Registration. Chapter 3 Image Registration

Chapter 3 Image Registration. Chapter 3 Image Registration Chapter 3 Image Registration Distributed Algorithms for Introduction (1) Definition: Image Registration Input: 2 images of the same scene but taken from different perspectives Goal: Identify transformation

More information

SuRVoS Workbench. Super-Region Volume Segmentation. Imanol Luengo

SuRVoS Workbench. Super-Region Volume Segmentation. Imanol Luengo SuRVoS Workbench Super-Region Volume Segmentation Imanol Luengo Index - The project - What is SuRVoS - SuRVoS Overview - What can it do - Overview of the internals - Current state & Limitations - Future

More information

Basic optics. Geometrical optics and images Interference Diffraction Diffraction integral. we use simple models that say a lot! more rigorous approach

Basic optics. Geometrical optics and images Interference Diffraction Diffraction integral. we use simple models that say a lot! more rigorous approach Basic optics Geometrical optics and images Interference Diffraction Diffraction integral we use simple models that say a lot! more rigorous approach Basic optics Geometrical optics and images Interference

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

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

TEAMS National Competition Middle School Version Photometry 25 Questions

TEAMS National Competition Middle School Version Photometry 25 Questions TEAMS National Competition Middle School Version Photometry 25 Questions Page 1 of 13 Telescopes and their Lenses Although telescopes provide us with the extraordinary power to see objects miles away,

More information

Ray Optics. Lecture 23. Chapter 23. Physics II. Course website:

Ray Optics. Lecture 23. Chapter 23. Physics II. Course website: Lecture 23 Chapter 23 Physics II Ray Optics Course website: http://faculty.uml.edu/andriy_danylov/teaching/physicsii Let s finish talking about a diffraction grating Diffraction Grating Let s improve (more

More information

Chapter 36. Image Formation

Chapter 36. Image Formation Chapter 36 Image Formation Apr 22, 2012 Light from distant things We learn about a distant thing from the light it generates or redirects. The lenses in our eyes create images of objects our brains can

More information

Effect of OTF attenuation on single-slice SR-SIM reconstruction

Effect of OTF attenuation on single-slice SR-SIM reconstruction Effect of OTF attenuation on single-slice SR-SIM reconstruction Supplementary Figure 1: Actin filaments in U2OS cells, labelled with Phalloidin-Atto488, measured on a DeltaVision OMX, excited at 488 nm

More information

2/26/2016. Chapter 23 Ray Optics. Chapter 23 Preview. Chapter 23 Preview

2/26/2016. Chapter 23 Ray Optics. Chapter 23 Preview. Chapter 23 Preview Chapter 23 Ray Optics Chapter Goal: To understand and apply the ray model of light. Slide 23-2 Chapter 23 Preview Slide 23-3 Chapter 23 Preview Slide 23-4 1 Chapter 23 Preview Slide 23-5 Chapter 23 Preview

More information

Supplementary Figure 1

Supplementary Figure 1 Supplementary Figure 1 Experimental unmodified 2D and astigmatic 3D PSFs. (a) The averaged experimental unmodified 2D PSF used in this study. PSFs at axial positions from -800 nm to 800 nm are shown. The

More information

Laser sensors. Transmitter. Receiver. Basilio Bona ROBOTICA 03CFIOR

Laser sensors. Transmitter. Receiver. Basilio Bona ROBOTICA 03CFIOR Mobile & Service Robotics Sensors for Robotics 3 Laser sensors Rays are transmitted and received coaxially The target is illuminated by collimated rays The receiver measures the time of flight (back and

More information

Digital Image Processing. Image Enhancement in the Frequency Domain

Digital Image Processing. Image Enhancement in the Frequency Domain Digital Image Processing Image Enhancement in the Frequency Domain Topics Frequency Domain Enhancements Fourier Transform Convolution High Pass Filtering in Frequency Domain Low Pass Filtering in Frequency

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

Diffraction Diffraction occurs when light waves is passed by an aperture/edge Huygen's Principal: each point on wavefront acts as source of another

Diffraction Diffraction occurs when light waves is passed by an aperture/edge Huygen's Principal: each point on wavefront acts as source of another Diffraction Diffraction occurs when light waves is passed by an aperture/edge Huygen's Principal: each point on wavefront acts as source of another circular wave Consider light from point source at infinity

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

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

Exercise 12 Geometrical and Technical Optics WS 2013/2014

Exercise 12 Geometrical and Technical Optics WS 2013/2014 Exercise 12 Geometrical and Technical Optics WS 213/214 Slide projector and Köhler illumination In this exercise a simplified slide projector (or LCD projector) will be designed and simulated with ray

More information

Chapter 25. Wave Optics

Chapter 25. Wave Optics Chapter 25 Wave Optics Interference Light waves interfere with each other much like mechanical waves do All interference associated with light waves arises when the electromagnetic fields that constitute

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

C E N T E R A T H O U S T O N S C H O O L of H E A L T H I N F O R M A T I O N S C I E N C E S. Image Operations II

C E N T E R A T H O U S T O N S C H O O L of H E A L T H I N F O R M A T I O N S C I E N C E S. Image Operations II T H E U N I V E R S I T Y of T E X A S H E A L T H S C I E N C E C E N T E R A T H O U S T O N S C H O O L of H E A L T H I N F O R M A T I O N S C I E N C E S Image Operations II For students of HI 5323

More information

PHYSICS. Chapter 34 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT

PHYSICS. Chapter 34 Lecture FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E RANDALL D. KNIGHT PHYSICS FOR SCIENTISTS AND ENGINEERS A STRATEGIC APPROACH 4/E Chapter 34 Lecture RANDALL D. KNIGHT Chapter 34 Ray Optics IN THIS CHAPTER, you will learn about and apply the ray model of light Slide 34-2

More information

TEAMS National Competition High School Version Photometry 25 Questions

TEAMS National Competition High School Version Photometry 25 Questions TEAMS National Competition High School Version Photometry 25 Questions Page 1 of 14 Telescopes and their Lenses Although telescopes provide us with the extraordinary power to see objects miles away, the

More information

Sampling, Aliasing, & Mipmaps

Sampling, Aliasing, & Mipmaps Sampling, Aliasing, & Mipmaps Last Time? Monte-Carlo Integration Importance Sampling Ray Tracing vs. Path Tracing source hemisphere Sampling sensitive to choice of samples less sensitive to choice of samples

More information

Presentation and analysis of multidimensional data sets

Presentation and analysis of multidimensional data sets Presentation and analysis of multidimensional data sets Overview 1. 3D data visualisation Multidimensional images Data pre-processing Visualisation methods Multidimensional images wavelength time 3D image

More information

College Physics 150. Chapter 25 Interference and Diffraction

College Physics 150. Chapter 25 Interference and Diffraction College Physics 50 Chapter 5 Interference and Diffraction Constructive and Destructive Interference The Michelson Interferometer Thin Films Young s Double Slit Experiment Gratings Diffraction Resolution

More information

A fast iterative thresholding algorithm for wavelet-regularized deconvolution

A fast iterative thresholding algorithm for wavelet-regularized deconvolution A fast iterative thresholding algorithm for wavelet-regularized deconvolution Cédric Vonesch and Michael Unser Biomedical Imaging Group, EPFL, Lausanne, Switzerland ABSTRACT We present an iterative deconvolution

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

Performing Iterative Non-blind Deconvolution with BiaQIm (Second Edition, )

Performing Iterative Non-blind Deconvolution with BiaQIm (Second Edition, ) How to Deconvolve with BiaQIm www.bialith.com Page 1 Performing Iterative Non-blind Deconvolution with BiaQIm (Second Edition, 02.05.2010) Introduction This is an extract from the BiaQIm user s manual.

More information

Edge and corner detection

Edge and corner detection Edge and corner detection Prof. Stricker Doz. G. Bleser Computer Vision: Object and People Tracking Goals Where is the information in an image? How is an object characterized? How can I find measurements

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

Lens Design I. Lecture 1: Basics Herbert Gross. Summer term

Lens Design I. Lecture 1: Basics Herbert Gross. Summer term Lens Design I Lecture 1: Basics 2015-04-04 Herbert Gross Summer term 2016 www.iap.uni-jena.de 2 Preliminary Schedule 1 04.04. Basics 2 11.04. Properties of optical systems I 3 18.04. 4 25.04. Properties

More information

Neurophysical Model by Barten and Its Development

Neurophysical Model by Barten and Its Development Chapter 14 Neurophysical Model by Barten and Its Development According to the Barten model, the perceived foveal image is corrupted by internal noise caused by statistical fluctuations, both in the number

More information