alathon / EmguCVWallViz

1 stars 0 forks source link

Memory leaking #13

Closed alathon closed 8 years ago

alathon commented 8 years ago

Memory usage using created Image's is huge.

I've tried moving to Image.CopyTo(), but that seems to not work. Maybe I need to go back to Image.Clone(), but thats bad :/ Hmmm.. Need to find a solution!

The 'right' solution is to use Mat instead of Image<,>, but I honestly can't figure out how to do that correctly :/

alathon commented 8 years ago

Somewhat alleviated, although the garbage collection is quite active as a consequence.

alathon commented 8 years ago

Closing for now.