Coder Social home page Coder Social logo

microscpsf / microscpsf-matlab Goto Github PK

View Code? Open in Web Editor NEW
26.0 2.0 7.0 199.72 MB

Fast and Accurate 3D PSF Computation for Fluorescence Microscopy

Home Page: http://www.ee.cuhk.edu.hk/~jzli/MicroscPSF

License: MIT License

MATLAB 94.95% C++ 5.05%
microscopy psf approximation

microscpsf-matlab's Introduction

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

GUI

GUI of MicroscPSF

Even faster?

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

System Tested

Mac
MATLAB R2016a MATLAB R2015b

Update log

  • (04 May, 2017) Add mex implementation, the speed is further improved 2 times!
  • (28 Dec, 2016) Refined basis functions.
  • (09 Oct, 2016) Optimized code, the speed has been improved 10 times faster!

Related

Acknowledgement

PSFgenerator

License

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

The source code is released under the MIT license.

microscpsf-matlab's People

Contributors

hijizhou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.