erosion / dilation help for newbies

Hello,
Can you help me on erosion / dilation for image editing (witout using imerode, imclose, bwmorph etc functions )?

4 个评论

Saying "I try to solve that second homework but i couldn't make it" is not very informative. What happened when you tried?
You are not required to use existing MATLAB functions.
I am not sure: is it Part 1 point 2 that you are working on, or Part 2 ?
Have you ever even programmed before?
Despite your edit today, my answer below, from before, is still what I would say.

请先登录,再进行评论。

回答(1 个)

Image Analyst
Image Analyst 2013-3-5

0 个投票

Erosion is a local min. Dilation is a local max. You can use blockproc() or a set of 4 nested for loops to do the same thing. Why do you not want to use the built-in functions?

类别

帮助中心File Exchange 中查找有关 Image Processing Toolbox 的更多信息

提问:

2013-3-4

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by