error in combine features code

1 次查看(过去 30 天)
hajer jon
hajer jon 2019-8-7
评论: hajer jon 2019-8-12
Hi
i wrote i code to extract SURF and MSER featuers then compine featuers
i got error"Dimensions of arrays being concatenated are not consistent"
HOW CAN I FIXED THIS PROBLEM??AND WHATE THE NEXT CODE TO DETECT PEOPLE IN IMAGE??
[regon,d] = detectMSERFeatures(I1,'ThresholdDelta',2,'MaxAreaVariation',1);%
[features, valid_point3] = extractFeatures(I1,regon);
points=detectSURFFeatures(I1,'NumOctaves',1,'NumScaleLevels',3,'MetricThreshold',5000);
[features1, valid_point] = extractFeatures(I1,points);
comfeat=[features(:),features1(:)];

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Computer Vision Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by