Hello, I am currently writing an imaging program which will be used to count the number of objects (and their component pixels) within an image. My method of doing this is to have a variant array which stores the objects, I then have a second variant array within this first one relating to the...