필터 지우기
필터 지우기

HOW TO COUNT THE NUMBER OF GRIDS WHOSE HAVING THE OUTLINE CURVE OF THE IMAGE (TEMPLE) ?

조회 수: 1 (최근 30일)
HOW TO COUNT THE NUMBER OF GRIDS WHOSE HAVING THE OUTLINE CURVE OF THE IMAGE (TEMPLE) ?
  댓글 수: 5
Walter Roberson
Walter Roberson 2015년 8월 28일
You tag with meaningful content, such as "image analysis" and "perimeter".
SWAMINATHAN
SWAMINATHAN 2015년 8월 28일
okay thank you sir here after i will follow as per your suggestion.

댓글을 달려면 로그인하십시오.

채택된 답변

Walter Roberson
Walter Roberson 2015년 8월 28일
  댓글 수: 1
SWAMI NATHAN
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개)

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by