Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
HOW TO COUNT THE NUMBER OF GRIDS WHOSE HAVING THE OUTLINE CURVE OF THE IMAGE (TEMPLE) ?
  5 commentaires
Walter Roberson
Walter Roberson le 28 Août 2015
You tag with meaningful content, such as "image analysis" and "perimeter".
SWAMINATHAN
SWAMINATHAN le 28 Août 2015
okay thank you sir here after i will follow as per your suggestion.

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 28 Août 2015
  1 commentaire
SWAMI NATHAN
SWAMI NATHAN le 28 Août 2015
Modifié(e) : Walter Roberson le 28 Août 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 ?

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Aucun tag saisi pour le moment.

Community Treasure Hunt

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

Start Hunting!

Translated by