I'm having some trouble loading up my files properly - so far all I get is a 0x1 struct - I'm sure there's an easy method for it, but it's eluding me.
I have a big folder with .bmp images; out of them, I only need to analyze certain particular ones.
My folder is divided up into 200 folders, named IMD002-IMD475, with some numbers missing. Each of them is divided up into three further folders, one of which is given the name of, i.e. IMD002_roi, depending on the main folder's name. That's the folder with the images I need. The images inside all have varying names, but the common point is they all contain the word 'label' in them.
How can I load up only the files I need? I tried dir(), but as it only accepts one wildcard space, that method is out of the question.