04-08-2010 12:08 PM
I have an image that i split in 2; left and right, and they both go through the same process of plotting a line. In order to see the process for both images, I have to do parallel processing to see the lines for both left and right graphs.
I put a while loop on both left an right image processes, but i still have the same output. Can someone help me?
04-08-2010 12:58 PM
04-08-2010 01:34 PM
04-08-2010 03:02 PM
It doesn't look like a lot of processing, so like suggested above, just put both graphs / all code in one loop. See what happens.
04-08-2010 03:16 PM
04-08-2010 04:36 PM