フィルターのクリア

How can I extract one-dimentional color histograms features?

4 ビュー (過去 30 日間)
hamed abdulaziz
hamed abdulaziz 2014 年 3 月 11 日
編集済み: hamed abdulaziz 2014 年 3 月 11 日
Hi All,
I have an image and I need to extract local features,so I divided it to 32 * 32 patches and size of each patch =16 *16 pixels and extract that three color histograms features locally from each patch,I read a paper that used one-dimentional color histograms as features but I am confused what it means by one-dimentional color histograms?and which matlab function calculate it
by using
[counts, x] = imhist (patch)
, I think that the counts are local features(is it correct)?
or by using
hist(patch) ?

回答 (0 件)

カテゴリ

Help Center および File ExchangeHistograms についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by