Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
HOW TO COUNT THE NUMBER OF GRIDS WHOSE HAVING THE OUTLINE CURVE OF THE IMAGE (TEMPLE) ?
  5 Commenti

Accedi per commentare.

Risposta accettata

Walter Roberson
Walter Roberson il 28 Ago 2015
  1 Commento
SWAMI NATHAN
SWAMI NATHAN il 28 Ago 2015
Modificato: Walter Roberson il 28 Ago 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 ?

Accedi per commentare.

Più risposte (0)

Tag

Non è stata ancora inserito alcun tag.

Community Treasure Hunt

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

Start Hunting!

Translated by