<div dir="ltr"><div>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.</div><div><br></div><br>On Wednesday, August 17, 2016 at 5:16:07 AM UTC-5, KRISHNAMOOORTHY P wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Is there a Python Equivalent  Functions for following matlab functions<div><br></div><div><div><ul><li>strel<br></li><li>imdilate<br></li><li>imclose<br></li><li>bwmorph<br></li><li>bwareaopen<br></li></ul></div></div></div></blockquote></div>