Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

developpement:productions:logiciels:anisotropicblur [2014/12/05 09:17]
cicaluga
developpement:productions:logiciels:anisotropicblur [2015/01/07 10:04]
Ligne 1: Ligne 1:
-====== Image processing : Anisotropic Blur ====== 
  
-  * Anisotropic Blur : PDE-based algorithm to reduce noise in grey-scale image (2D or 3D) from biology, using a diffusion process. 
- 
-  * Why ? 
-To study plant morphogenesis,​ we need to follow the evolution of a plant during time. We can use real-time imaging and image segmentation to reconstruct the plant development at a cell level. ​ 
-The real-time 3D images obtained by confocal microscopy are noisy. In order to segment them, we need to reduce this noise. ​ 
-The easiest way is to use a gaussian blur, which will smooth the image intensity. It will indeed remove the noise, but we might also lose some important informations,​ as the localization of the cell walls. That's why we implement an anisotropic blur, which reduce the noise without blurring the cell walls. 
- 
-  * References 
-The algorithm is based on a filter developed by Weickert, using a formula from Schmidt 
-  - J. Weickert. Anisotropic Diffusion In Image Processing. B.G. Teubner Stuttgart, 1998. 
-  - Schmidt, T., Pasternak, T., Liu, K., Blein, T., Aubry-Hivet,​ D., Dovzhenko, A., Duerr, J., Teale, W., Ditengou, F. A., Burkhardt, H., Ronneberger,​ O. and Palme, K. (2014), The iRoCS Toolbox – 3D analysis of the plant root apical meristem at cellular resolution. The Plant Journal, 77: 806–814. doi: 10.1111/​tpj.12429 
- 
- 
-  * Formula 
-The filter develop by Weickert is a diffusion process using a PDE (Partial Differential Equation) 
developpement/productions/logiciels/anisotropicblur.txt · Dernière modification: 2015/01/07 10:04 (modification externe)