Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
HOW TO COUNT THE NUMBER OF GRIDS WHOSE HAVING THE OUTLINE CURVE OF THE IMAGE (TEMPLE) ?
  5 Kommentare
Walter Roberson
Walter Roberson am 28 Aug. 2015
You tag with meaningful content, such as "image analysis" and "perimeter".
SWAMINATHAN
SWAMINATHAN am 28 Aug. 2015
okay thank you sir here after i will follow as per your suggestion.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 28 Aug. 2015
  1 Kommentar
SWAMI NATHAN
SWAMI NATHAN am 28 Aug. 2015
Bearbeitet: Walter Roberson am 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 ?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Noch keine Tags eingegeben.

Community Treasure Hunt

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

Start Hunting!

Translated by