How to use image input with Neural Network?
5 次查看(过去 30 天)
显示 更早的评论
I'm new for neural network. I don't know how to train and test neural network with image processing. when I read image into matlab it will be matrix and I covert to gray and 2*2double matrix. If I have many image matrix to train. Should I have to concatenate every image matrix to one image matrix that will be same row but many column or Should I have to covert image matrix to one column per one image first and concatenate every column to one image matrix ?. How I have to do and what function to do that?
0 个评论
采纳的回答
Greg Heath
2012-3-24
If you have N images of size I =row*column, each image is columnized to form a column in the input matrix with size
[I N ] =size(iput)
Hope this helps.
Greg
2 个评论
Greg Heath
2015-4-15
col = image(:);
Although, using extracted features instead of the whole image is recommended.
更多回答(6 个)
Noureldin Mohammed Zakaria
2017-10-20
How to input an image and let matlab to detecet it using neural network ?
0 个评论
Greg Heath
2013-4-1
input = [ D1(:) D2(:) D3(:) ]
Thank you for formally accepting my answer
Greg
0 个评论
Swati memane
2014-2-21
I am new to matlab..I want to know how to train the set of images using HMM.
0 个评论
subhra pattnaik
2015-4-15
Sir, actually I am working on blood vessel detection of reinal image given below using the paper attached with it.But I am using neural network toolbox and I don't know what input and target values should be taken so that segmentation of the image can be done.
0 个评论
Ankur Dutt
2015-5-9
Greg sir, I extracted features from 90X60 binary image. it is actually a column matrix of 54 elements. but i does not have neural network code for recognition of these segmented 90X60 images. so sir please can you provide me a neural network code that can recognize only 16 characters. sir i also attach a m-file of feature extraction. Thank You.
0 个评论
padmavathi vattikonda
2017-1-27
good morning sir, Present I am working on the neural networks, I want to know how image will give as input to neural networks and how can I process it. Thank you sir
2 个评论
kevin harianto
2022-3-28
编辑:kevin harianto
2022-3-28
I cant seem to get my layered graph to compile into a DAG network. How did you do it? Assembly wont work as well as replacing a layer.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!