Skip to content

added the "-markers" command line argument to "filter_mrc"

Pre-release
Pre-release
Compare
Choose a tag to compare
@jewettaij jewettaij released this 07 Aug 21:21
· 119 commits to master since this release

This allows "filter_mrc" users to specify their own custom markers for use with watershed segmentation. This was an attempt to replicate the "markers" argument of the skimage.morphology.watershed() function. (Although I have not actually verified that the two codes behave the same way.) I also fixed a bug in the "-find-minima" and "-find-maxima" arguments. I also continued cleaning up the messy VISFD API.