cookbook
cookbook copied to clipboard
Plugins collated for the Fiji Cookbook
Working with 8 bit grayscale images, I can't get several nucleus counter modes to work. k-means clustering gives an error of: Unrecognized command: "k-means Clustering" Mixture modeling gives the error:...
The goal of the [Fiji Cookbook](http://imagej.net/Cookbook) was to migrate the functionality of the [MBF ImageJ](http://imagej.net/MBF) distribution. However, some plugins are definitely missing: e.g., the `RGB_Montage` plugin. There are probably others—we...
The [Delta F Up](https://github.com/fiji/cookbook/blob/master/cookbook_/src/main/java/Delta_F_up.java) plugin loops over all image slices, and does not differentiate between Z, T and C positions. It should do so if it truly intends to provide...
The [Delta F Down](https://github.com/fiji/cookbook/blob/master/cookbook_/src/main/java/Delta_F_down.java) plugin does not actually do anything. It has an empty for loop. [Reported by Christine Labno](https://list.nih.gov/cgi-bin/wa.exe?A2=IMAGEJ;31d1e6c5.1405).
We need to double check the licensing and authorship of all these plugins. I'm not sure whether the provenance is actually known in every case. Ideally our README would list,...