seung-lab / fastmorph

Multilabel and Grey 3D morphological image processing functions. Dilate, Erode, Opening, Closing.
GNU General Public License v3.0
13 stars 3 forks source link

Configurable Stencil #4

Open william-silversmith opened 10 months ago

william-silversmith commented 10 months ago

It would be easy to add a toggle for the 26 elements of the stencil at the slight expense of performance.

It would be interesting to consider some other common operations like large stencils (4x4x4? 5x5x5?). It would be helpful to know what people generally do with it.