You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CIDRE is a retrospective illumination correction method for optical microscopy. It is designed to correct collections of images by building a model of the illumination distortion directly from the image data. Larger image collections provide more robust corrections. Details of the method are described in
matlab a standalone Matlab implementation of CIDRE with a GUI interface.
compiled a compiled executable of the Matlab standalone that runs without a Matlab installation.
imagej an ImageJ plugin implementation of CIDRE.
Installation
To install the ImageJ plugin, simply copy Cidre_Plugin.jar to the plugins folder of your ImageJ or Fiji installation. For instructions on how to use the Matlab implementation, add the CIDRE/matlab folder to your path and type help cidre.
CIDRE is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 (or higher)
as published by the Free Software Foundation. See LICENSE.md. This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.