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...
I have developed a program in visual basic which draws a cross sectional area using values supplied by a user, a region is then created using this profile. The purpose of this is for autocad to automatically return the area of the region, and place it back into my program for it to be analysed...