Effacer les filtres
Effacer les filtres

how to get two-dimensional matrix from an generated image using frame2im

1 vue (au cours des 30 derniers jours)
Peter
Peter le 1 Déc 2016
[image, Map] = frame2im(m(1));
points = detectSURFFeatures(image);
There is an error about the incorrect input for the detectSURFFeatures function. image contains 367x575x3 uint8 but the function only accept m by n matrix as input, how can I only get 367x575 from image?
Thanks

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by