Is there any way of reading in a set of images from file that all have varying names to each other, i.e. no continuity at all?
So if you had 4 images in the same folder with the file names of:
- head.jpg
- shoulders.png
- knees.tiff
- toes.bmp
Without hard coding the file names directly, so you could change shoulders.png to say arms.gif, is there a way of loading them in?
I currently have OpenCV and Boost available
For anyone else wondering: