Find Maxima (Python)

Type
Author
Waithe dominic orcid.org/0000-0003-2685-4226
Execution Platform
Implementation Type
Programming Language
Supported image dimension
Interaction Level
License/Openness
License
GNU General Public License v3.0
Description

 

Maxima finding algorithm recreated from implementation in Fiji(ImageJ)

This is a re-implementation of the java plugin written by Michael Schmid and Wayne Rasband for ImageJ. The original java code source can be found in: https://imagej.nih.gov/ij/developer/source/ij/plugin/filter/MaximumFinder.java.html 

This implementation remains faithful to the original implementation but is not 100% optimised. The java version is faster but this could be alleviated by compiling c code for parts of the code. This script is simply to provide the functionality of the ImageJ find maxima algorithm to individuals writing pure python script.

Additional keywords
Last modified
10/18/2018 - 17:31