フィルターのクリア

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 日
You tag with meaningful content, such as "image analysis" and "perimeter".
SWAMINATHAN
SWAMINATHAN 2015 年 8 月 28 日
okay thank you sir here after i will follow as per your suggestion.

サインインしてコメントする。

採用された回答

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