How can I save augmented images to file or folder ?
Show older comments
I would like to see, how images would be after apply image augmentation.
7 Comments
jim peyton
on 27 Dec 2017
I have the same question. After careful review of the documentation on imageDataAugmenter, there is no clear way to access/view/save the perturbed images to visually confirm that transformations are being applied as intended.
And I agree that it would be useful to be able to save-out perturbed images.
WEI LI HU
on 9 Mar 2018
I have the same problem,too. Any one has idea??
Richa
on 12 Aug 2018
I too have the same problem.. If anyone could find an answer .. please reply
Image Analyst
on 12 Aug 2018
It doesn't seem to be an option in the Computer Vision System Toolbox for R2018.
Richa
on 13 Aug 2018
Ohk.. thanks
Richa Dhiman
on 10 Apr 2020
I have same issue.. have you found some solution? please reply..
Asha D L
on 16 Feb 2022
How can I save augmented images to file or folder ?
anyone please share your experience
Accepted Answer
More Answers (1)
Image Analyst
on 10 Apr 2020
Edited: Image Analyst
on 10 Apr 2020
1 vote
From the help for augmentedImageSource():
Tips
- You can visualize many transformed images in the same figure by using the imtile function. For example, this code displays one mini-batch of transformed images from an augmented image datastore called auimds.minibatch = read(auimds);
imshow(imtile(minibatch.input))
- By default, resizing is the only image preprocessing operation performed on images. Enable additional preprocessing operations by using the DataAugmentation name-value pair argument with an imageDataAugmenter object. Each time images are read from the augmented image datastore, a different random combination of preprocessing operations are applied to each image.
2 Comments
Asha D L
on 12 Oct 2022
imshow(imtile(minibatch.input))its working ...
what is the procdure for store the images? ...
Image Analyst
on 13 Oct 2022
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!