jgostick
jgostick
Here is list of functions which currently use `strel` as a way to basically say whether you want to include diagonal connections: - `region_size` - `trim_disconnected_blobs` - `trim_nonpercolating_paths`
And here is a list of functions that use `conn=` to say the same thing: - `trim_floating_solid` - `find_disconnected_voxels` - `fill_blind_pores`
FYI: I am currently using this 'bug' as a feature. If I want to stop certain parameters from being inherited by subclasses I but them *after* a line break. This...
Firstly, I **really** like the idea of not having to declare a docstring to be used in a downstream class. This massively simplifies things for developers. If we could just...
I just changed my mind about point 2 above. I think I would prefer to have the power to insert the specific segments of a docstring in the locations I...
I would actually not mind if the parameters were in the wrong order, if it meant having the ability to override parent class docs. It's a trade-off I'd be willing...