extract feature
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hi,I have extracted pixels intesity for example 20x20 arrays pixels. how to use the extracted pixels so that it can be used as a input in neural network
0 commentaires
Réponse acceptée
Greg Heath
le 2 Juin 2012
Convert input images to column vectors by using the colon operator.
columnvector = image(:);
Hope this helps.
Greg
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Deep Learning Toolbox dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!