A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/MicroscPSF/MicroscPSF-Matlab below:

MicroscPSF/MicroscPSF-Matlab: Fast and Accurate 3D PSF Computation for Fluorescence Microscopy

Fast and Accurate Three-Dimensional Point Spread Function Computation for Fluorescence Microscopy

J. Li, F. Xue and T. Blu, J. Opt. Soc. Am. A, 34(6), pp. 1029-1034, 2017.

This set of codes is a fast approximation of 3D PSF model in fluorescernce microscopy, based on Gibson-Lanni model. See the page for details.

Fast approximation Current approximation can be 498 times faster than the state-of-the-art tool PSF Generator for size 511x511x255. Note the PSF Generator uses Java language with mult-threading, while the proposed uses pure Matlab without any compiled routine.

Usage of the Proposed Method

If the parameters of the microscope are not assigned, default setting will be loaded, see MicroscPSF for details.

params.size = [256 256 128];
tic;
PSF = MicroPSF(params);
toc

The last interpolation step is implementated using mex files, which reduce the time cost 50%.

cd Utilities
mex transformation.cpp
params.size = [256 256 128];
params.fastcom = 1;
tic;
PSF = MicroPSF(params);
toc
Mac MATLAB R2016a MATLAB R2015b

PSFgenerator

Copyright (c) 2017, Jizhou Li, Feng Xue and Thierry Blu

The source code is released under the MIT license.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4