Saving the HOG feature as an image variable in matlab

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개)

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

태그

질문:

2016년 1월 20일

편집:

2016년 1월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by