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
  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