Closed GoogleCodeExporter closed 8 years ago
Images returned by normal functions like cvCreateImage() and cvCloneImage() do
not get garbage collected. Either use cvReleaseImage() on them, or in the case
of cloning and created, images created with IplImage.clone() and
IplImage.create() will get garbage collected. After adjusting this, can you
confirm that memory leaks get plugged? thank you
As for PI, just use Math.PI instead.. Or you can declare a CV_PI constant
somewhere if you would like to avoid refactoring.
Original comment by samuel.a...@gmail.com
on 19 Sep 2011 at 8:40
Cool. I also found the same things from the example programs. THank you.
Original comment by lumin.zh...@gmail.com
on 21 Sep 2011 at 9:15
Great to hear it's working!
Original comment by samuel.a...@gmail.com
on 30 Sep 2011 at 1:25
Original issue reported on code.google.com by
lumin.zh...@gmail.com
on 16 Sep 2011 at 6:45Attachments: