hi
I am using the FillHoles filter from the Imaging library. My application is applying many filters on the frames received from a Network camera. After letting it run for some time, Application crashes with AccessViolationException from the BlobCounterBase::CollectObjectsInfo function at the following line
g = *src;
The image dimensions are perfectly fine, i even checked the image that went into the filter, it is also good.
There is no such case of multi-threading. The frame that is being processed by the filter is not getting accessed anywhere else.
I have tried both Apply and ApplyInPlace function. But the crash is still there.
Any Help?