Matlab Equlilavent Functions

71 views
Skip to first unread message

KRISHNAMOOORTHY P

unread,
Aug 17, 2016, 6:16:07 AM8/17/16
to scikit-image
Is there a Python Equivalent  Functions for following matlab functions

  • strel
  • imdilate
  • imclose
  • bwmorph
  • bwareaopen

Josh Warner

unread,
Aug 17, 2016, 10:11:59 PM8/17/16
to scikit-image
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.

KRISHNAMOOORTHY P

unread,
Aug 18, 2016, 5:09:48 AM8/18/16
to scikit-image
Thank you very much for your help
Reply all
Reply to author
Forward
0 new messages