필터 지우기
필터 지우기

create feature vector for some features

조회 수: 1 (최근 30일)
fereshte
fereshte 2014년 5월 26일
댓글: fereshte 2014년 5월 28일
hello i have some features such mean,area and etc of image for each person.how create a feature vector for each one( inclouding name of person and his features)?
thank you

답변 (1개)

Image Analyst
Image Analyst 2014년 5월 27일
What have you done so far? Do you have the measurements yet? If so, just string them together
featureVector = [theMean, area, perimeter, stdDev];
or something like that.

카테고리

Help CenterFile Exchange에서 Feature Detection and Extraction에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by