Clear Filters
Clear Filters

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

1 view (last 30 days)
HOW TO COUNT THE NUMBER OF GRIDS WHOSE HAVING THE OUTLINE CURVE OF THE IMAGE (TEMPLE) ?
  5 Comments

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 28 Aug 2015
  1 Comment
SWAMI NATHAN
SWAMI NATHAN on 28 Aug 2015
Edited: Walter Roberson on 28 Aug 2015
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 ?

Sign in to comment.

More Answers (0)

Tags

No tags entered yet.

Community Treasure Hunt

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

Start Hunting!