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
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
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
2013년 3월 5일
Have you ever even programmed before?
Image Analyst
2013년 3월 11일
Despite your edit today, my answer below, from before, is still what I would say.
답변 (1개)
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!