Emgu CV - memory-leaks (memory consumption)
Posted
by martin pilch
on Stack Overflow
See other posts from Stack Overflow
or by martin pilch
Published on 2010-05-16T09:12:51Z
Indexed on
2010/05/16
9:20 UTC
Read the original article
Hit count: 761
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
© Stack Overflow or respective owner