|
Re: Sample Vision Code, ComputeThreshold() exception
Those errors are far less mysterious. It looks like one of the images used in threshold and convex hull and the other calls hasn't been allocated or has been closed or released before being used.
Inspect the code that creates the images that go into those calls.
Greg McKaskle
|