hi i hav set of 100 images and i want to store its feture vector in 100 rows each image is having 9 features.so pls tell me some easy method...thanks

조회 수: 1 (최근 30일)

채택된 답변

Thorsten
Thorsten 2014년 11월 24일
This pseudo-code should give you a hint how to start:
for i = 1:100
imagename = ... % depending on how the images are named
F(i, :) = extract9features(imread(imagename));
end

추가 답변 (1개)

Image Analyst
Image Analyst 2014년 11월 24일

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by