How to do color processing data augmentation to some images dataset on folder ?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I found the function to do color processing data augmentation of an image as follows:
imJittered = jitterColorHSV(imOriginal,'Brightness',[-0.3 -0.1]);
How to apply this function in to some images datasets on folder?
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Import, Export, and Conversion 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!