How do I give Images to neural network toolbox?

1 次查看(过去 30 天)
I am working with character recognition and would like to kow how to give images to neural network toolbox.

采纳的回答

Greg Heath
Greg Heath 2013-1-16
input = [image1(:),image2(:), ... image(N)];
class = [ 6, 8, ... 4 ];
target = ind2vec(class);
Hope this helps.
Thank you for formally accepting my answer.
Greg

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by