How to use image input with Neural Network?

1 visualización (últimos 30 días)
SUHAS SATONKAR
SUHAS SATONKAR el 8 de Jun. de 2015
Comentada: Walter Roberson el 8 de Jun. de 2015
Create a neural network with images as inputs

Respuestas (1)

Walter Roberson
Walter Roberson el 8 de Jun. de 2015
image_as_vector = YourImage(:);
  2 comentarios
SUHAS SATONKAR
SUHAS SATONKAR el 8 de Jun. de 2015
Editada: SUHAS SATONKAR el 8 de Jun. de 2015
YourImage(:) is user defined function ?
Walter Roberson
Walter Roberson el 8 de Jun. de 2015
YourImage is the name of the variable that contains your image. For example,
Finzoop = imread('Yizap.tif');
image_as_vector = Finzoop(:);

Iniciar sesión para comentar.

Categorías

Más información sobre Image Data Workflows en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by