Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How can i load a images from my computer as training data for Object detection

2 visualizaciones (últimos 30 días)
I used the object detection using deep learning sample code and I want to change the code of instead getting data from cifar-10 I would like to get images from my local drive. how can I do that?

Respuestas (1)

Image Analyst
Image Analyst el 2 de Dic. de 2018
Use imread() or dicomread().
  2 comentarios
Janrex Pensader
Janrex Pensader el 2 de Dic. de 2018
so i can use imread() like, imagearray = imread(image location)?
Image Analyst
Image Analyst el 2 de Dic. de 2018
Yes.
grayScaleImage = imread('Cameraman.tif');
fileName = 'peppers.png';
rgbImage = imread(fileName);
Make sure you go through the Image Segmentation Tutorial in my File Exchange

La pregunta está cerrada.

Etiquetas

Productos


Versión

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by