HOW TO COUNT THE NUMBER OF GRIDS WHOSE HAVING THE OUTLINE CURVE OF THE IMAGE (TEMPLE) ?
조회 수: 3 (최근 30일)
이전 댓글 표시
HOW TO COUNT THE NUMBER OF GRIDS WHOSE HAVING THE OUTLINE CURVE OF THE IMAGE (TEMPLE) ?
댓글 수: 5
Walter Roberson
2015년 8월 28일
You tag with meaningful content, such as "image analysis" and "perimeter".
채택된 답변
Walter Roberson
2015년 8월 28일
댓글 수: 1
SWAMI NATHAN
2015년 8월 28일
편집: Walter Roberson
2015년 8월 28일
This is my input image

and my code is this
img = imread('tanjore3.png');
img(10:10:end,:,:) = 0;
img(:,10:10:end,:) = 0;
imshow(img);
i just place a grid on the image
now the partial output of this is shown below. My question is how to calculate the number of grid whose having the outline of the image ?

추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!