erosion / dilation help for newbies

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

댓글 수: 4

Walter Roberson
Walter Roberson 2013년 3월 5일
Saying "I try to solve that second homework but i couldn't make it" is not very informative. What happened when you tried?
Walter Roberson
Walter Roberson 2013년 3월 5일
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 ?
Image Analyst
Image Analyst 2013년 3월 5일
Have you ever even programmed before?
Image Analyst
Image Analyst 2013년 3월 11일
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에서 Startup and Shutdown에 대해 자세히 알아보기

질문:

2013년 3월 4일

Community Treasure Hunt

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

Start Hunting!

Translated by