Coding
Tracking unmanned memory ? And tips to avoid memory leak when working with unmanned memory
So my project use OpenCvSharp (wrapper for OpenCv). My project heavily focusing on image processing where all the images are query from a VideoCapture object. But i notice that my project has memory leak where Read more…