I have 250 images stored in in_dir = 'C:\Users\DJDJ\Desktop\pic';
These pictures are arranged as following and named : image1 , image2, image3, ..., image250.
I want to read all these images and process them starting by image1, after processing go to process image2, and after image3 to image250
then saved the resultant images after pre-processing in a specific file, for example at out_dir = 'C:\Users\DJDJ\Desktop\pic output';
.
How can I do this in matlab?