- Use an imageDatastore object for your image collection and the ReadFcn for preprocessing (might be slow)
- Use the preprocessing capabilities of the Deep Learning Toolbox
- Write a function that preprocesses a single image given the images file name as function input. Call the function with arrayfun / cellfun and an array / cell array of filenames
Batch input for image preprocessing and KNN classification
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Ou Jin Sheng
le 27 Mai 2021
Commenté : Ou Jin Sheng
le 28 Mai 2021
Hi everyone, how can I batch input the jpg file for image preprocessing? For my data 029 actually is an image which split into small image and some of the image like 029-119, 029-120 have no crack on it.
Q1: How can i batch input it?
Q2 How can I define it as crack if either one part of the 029 image is crack? Much appreciate.

0 commentaires
Réponse acceptée
Benjamin Großmann
le 27 Mai 2021
You could do one of these three things (incomplete list):
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Read, Write, and Modify Image dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!