フィルターのクリア

Saving the HOG feature as an image variable in matlab

2 ビュー (過去 30 日間)
ken ken
ken ken 2016 年 1 月 20 日
編集済み: ken ken 2016 年 1 月 20 日
May I know how can I save the "plot(hogVisualization); " as an image .jpg and put it into the variable. so that i can imread to retrieve it.
Res_upright_bodyfront = imresize(Res_upright_bodyfront, [64 128]); [featureVector,hogVisualization] = extractHOGFeatures(Res_upright_bodyfront);
plot(hogVisualization);

回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by