Open gselzer opened 1 year ago
I tried with code in install.md
and replicated the same error. I then tried with my customized plugin and it worked fine (You can try my notebook).
With my local Fiji installation, I could not find a plugin called Filter Rank (Contrast Enhancer neither). Adding on top of this, I found a contrast enhancer
using Fiji "find command" utility.
I download it from this site and gave a test. I suspect it is not the standard way to call this plugin (although the calling convention I got using recorder is the same):
ij.py.run_plugin("Filter Rank", {"window": 3, "randomise": True}, imp=imp)
Running the Google Colab, example, I get the following exception running this line:
Can anyone else replicate this?