how to merge neighbourhood of a pixel
이전 댓글 표시
My previous question was how to find neighbourhood? my next question is how to merge those neighbourhood?
답변 (1개)
Andrei Bobrov
2012년 9월 4일
try this way (need have Image Processing Toolbox)
I = rand(10) > .9; % initial array
out = imdilate(I,ones(3));
카테고리
도움말 센터 및 File Exchange에서 Color Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!