11-30-2006 09:16 AM
I’m trying to write an application in
12-01-2006 04:07 AM
12-01-2006 09:46 AM - edited 12-01-2006 09:46 AM
Message Edited by marcbrookes on 12-01-2006 09:50 AM
12-01-2006 09:49 AM
12-04-2006 11:41 AM
Hi Marc,
Well it took me a while (sorry for that) but I have the program uyou are looking for.
The best way to deal with this is to create the image from the image array (I've had to split it out so that you have a grey image data). Then threshold and then mask.
This works fine for my pictures. It might be worth you having a look at my (very messy because it's the end of the day (half 5) ) code and seeing if you understand it.
Post back if you don't and I'll explain in more detail for you
Thanx
AdamB
12-04-2006 01:53 PM
12-05-2006 11:02 AM
12-06-2006 04:13 AM
12-06-2006 04:36 AM
The main problem with the above code though is that you are again forced down to a lower frame rate.
I get about 7 or 8 frames a second. (I am running a dual core 2.13GHz processor with 2Gb or DDR RAM)
What do you get? Is this quick enough.. I'm afraid there isn't any other way of doing this.
AdamB
12-06-2006 10:51 AM