views:

147

answers:

0

I am using EmguCV, the OpenCV wrapper for .NET. I am disposing all created objects but my app is still using more and more memory (in release configuration too). I have debugged my app using .NET Memory profiler and get this result:

http://img532.imageshack.us/img532/2503/screenqv.png

all objects instance count is oscilating but GChandle instance counr is increasing until my machine is unusable. Garbage collector does not release memory (i think).

I am using VS 2008 professional, Win7 prof 32-bit, both up to date, and last stable version of emguCV.

I can post some app code, if it will help.

Thanks and sorry for my English. Martin