Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

2 vues (au cours des 30 derniers jours)
Janrex Pensader
Janrex Pensader le 2 Déc 2018
Clôturé : MATLAB Answer Bot le 20 Août 2021
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?

Réponses (1)

Image Analyst
Image Analyst le 2 Déc 2018
Use imread() or dicomread().
  2 commentaires
Janrex Pensader
Janrex Pensader le 2 Déc 2018
so i can use imread() like, imagearray = imread(image location)?
Image Analyst
Image Analyst le 2 Déc 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

Cette question est clôturée.

Produits


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by