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 :/
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 :/