Ask Your Question

Benlag06's profile - activity

2018-06-27 09:09:52 -0600 asked a question Communication between c++ and python

Communication between c++ and python Hi, I have a code in c++ which call a python script. For simple object to drive py

2015-09-21 23:35:58 -0600 commented question How to use Mat as a C++ member correctly?

Hello I have a similar problem with opencv. I try to keep in Memory some pointer to Mat object in a buffer. For freed my Mat object, i use mat->release then à delete on this ptr. When I let the delete the program crash. When I suppress the delete it creates a Memory leak. Could you please propose a solution?