Biophysical-Fluorescence-Laboratory / Imaging_FCS

Imaging_FCS is a basic ImageJ plugin to calculate and view spatio-temporal correlation functions from 16 bit gray tiff stack files.
https://www.dbs.nus.edu.sg/lab/BFL/imfcs_image_j_plugin.html
0 stars 1 forks source link

Rewrite C++ / Cuda code #4

Closed Marc-Demoustier closed 7 months ago

Marc-Demoustier commented 7 months ago

The current state of the code is very hard to read, with a lot of repetition in the code, files too long (why the cuda code is all merged in one file??). We need to rewrite it in a way that the code is simpler and make it easy to add new features.