This functionality is mostly available in `skimage.morphology`. Matlab's 
strel is instead some utility functions, most notably `disk`. Morphological 
operations of dilation and erosion, as well as closing/opening, are 
available there as well. The names are slightly different but their use is 
straightforward. Use binary_* prefix for binary and no prefix for 
grayscale, e.g. binary_dilation vs dilation.


On Wednesday, August 17, 2016 at 5:16:07 AM UTC-5, KRISHNAMOOORTHY P wrote:
>
> Is there a Python Equivalent  Functions for following matlab functions
>
>
>    - strel
>    - imdilate
>    - imclose
>    - bwmorph
>    - bwareaopen
>    
>

-- 
You received this message because you are subscribed to the Google Groups 
"scikit-image" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to scikit-image+unsubscr...@googlegroups.com.
To post to this group, send an email to scikit-image@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/scikit-image/442a6617-f537-479c-9074-2b04b23d9c52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to