Is there some full code for the problem about pixel density for feature extraction?

1 回表示 (過去 30 日間)
Hay all, i have some 64x64 pixels image(bitscale) in different folder, try there some folder A,B,...until E. I want to extraction that image to get their feature and loop that extraction in every folder. Let's say 1 for black and 0 for white.
Here example of that image:
Deeply in my heart, i appreciate every help that you gave. Thank you very much.

採用された回答

Image Analyst
Image Analyst 2018 年 1 月 15 日
You can get a binary image like
binaryImage = grayImage < 128; % or whatever value works.
beyond that you can use regionprops() or somehow otherwise obtain the features you want, like morphology or whatever.
  10 件のコメント
Elder Winter
Elder Winter 2018 年 2 月 6 日
How about this code
counterFirst = sum(blockSize(:)==1);
blockImage = blockproc(setInteger,blockSize,counterFirst);
I don't know what kind of function is needed
Elder Winter
Elder Winter 2018 年 4 月 10 日
Ok, thank you so much.

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by