|
Re: ImaqThreshold error
I can't say for sure without seeing your code, but my guess is that you aren't deleting your binary image (and color image if your calling new for it), and so you end up running out of memory pretty quickly and the threshold function cannot allocate memory for new binary images.
|