image augmentation in Matlab2017

Hi,
I have a dataset of Xtrain=[50,96,96] , Ytrain=[50,96,96] images.
It is important to note that my labels are also images and i need the same transformation for both xtrain and ytrain.
I am trying to expand it to a bigger set with transofrmations using augmentation and save it as an array without training.
Can anybody help me with a simple code that i can further work with.
I found https://www.mathworks.com/help/deeplearning/ref/imagedataaugmenter.html
for testing image augmentation but i have ver. 2017 and augmentedDataStore does not work.
Thanks for the kick!

2 Comments

Wouldn't it be easier to upgrade rather than to reinvent the functionality?
fresta peng
fresta peng on 13 Feb 2020
Edited: fresta peng on 13 Feb 2020
Do you think 2019 can simultaneously transofrm xtrain and ytrain (not labels but images)?
Also there has to be some solution since 2017 had neural network tool box and supports many commands, what did people do at that time to augment?

Sign in to comment.

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Release

R2017b

Asked:

on 13 Feb 2020

Edited:

on 13 Feb 2020

Community Treasure Hunt

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

Start Hunting!