how to concatenate vectors of different dimensions?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Sivaramakrishnan Rajaraman
il 3 Apr 2018
Commentato: jenifer Ask
il 2 Gen 2020
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 Commenti
Risposta accettata
Matt J
il 3 Apr 2018
Modificato: Matt J
il 3 Apr 2018
They have the same number of rows, so you can concatenate horizontally
[HOG,LBP]
2 Commenti
jenifer Ask
il 2 Gen 2020
How to index the features with their names in the table.
(Due to their long dimensions how to automatically distinguish the feature index)
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!