how to concatenate vectors of different dimensions?
2 ビュー (過去 30 日間)
古いコメントを表示
From a set of 3000 images, I have extracted HOG (dimension: 3000*6084 single) and LBP (dimension: 3000*10) features. How can I concatenate these features of different lengths?
0 件のコメント
採用された回答
Matt J
2018 年 4 月 3 日
編集済み: Matt J
2018 年 4 月 3 日
They have the same number of rows, so you can concatenate horizontally
[HOG,LBP]
2 件のコメント
jenifer Ask
2020 年 1 月 2 日
How to index the features with their names in the table.
(Due to their long dimensions how to automatically distinguish the feature index)
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!