필터 지우기
필터 지우기

Matlab extract a specified number of features?

조회 수: 3 (최근 30일)
Animesh Shankar
Animesh Shankar 2020년 11월 22일
댓글: Vigneshwaran B 2022년 2월 25일
Hello,
Using the extractFeatures function:
[features1, valid_points1] = extractFeatures(I1, points1);
How can we change it so that the length of features 1 is the same as the length of points1?
E.g. if points1 are 27 coordinates how do we ensure features1 is 27 features?
Thanks in advance : )
  댓글 수: 1
Vigneshwaran B
Vigneshwaran B 2022년 2월 25일
How can extract two distinct features like food features and ingredients from the given input image?

댓글을 달려면 로그인하십시오.

채택된 답변

Shubham Rawat
Shubham Rawat 2020년 11월 27일
Hi Animesh,
You do not have to change the function, extractFeatures function is taking points as input which is M-by-2 matrix of [x,y] coordinates and output features is an M-by-N matrix of M feature vectors.
For further information you may refer to the documentation page of extract features:
Hope this Helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by