Ask Your Question

JillWang's profile - activity

2018-12-06 02:29:01 -0600 commented question cv::resize will change the dst Mat::data buf address unexpectedly.

Mat newImg = cv::Mat(100, 100, CV_8UC3); this will allocate mem for one single img, it will malloc/free 10 times for 10

2018-12-06 01:58:51 -0600 commented question cv::resize will change the dst Mat::data buf address unexpectedly.

Thanks a lot. opencv: 3.1.0 os: Debian GNU/Linux 9 compiler: g++ (Debin 6.3.0) Consider the performance, I just want t

2018-12-06 01:06:52 -0600 edited question cv::resize will change the dst Mat::data buf address unexpectedly.

vc::resize will change the dst Mat::data buf address unexpectedly. include <stdio.h> #include <string> #inc

2018-12-06 01:05:44 -0600 edited question cv::resize will change the dst Mat::data buf address unexpectedly.

vc::resize will change the dst Mat::data buf address unexpectedly. include <stdio.h> #include <string> #inc

2018-12-06 01:04:51 -0600 edited question cv::resize will change the dst Mat::data buf address unexpectedly.

vc::resize will change the dst Mat::data buf address include <stdio.h> #include <string> #include <iostr

2018-12-06 01:02:37 -0600 edited question cv::resize will change the dst Mat::data buf address unexpectedly.

vc::resize will change the dst Mat::data buf address include <stdio.h> #include <string> #include <iostr

2018-12-06 00:35:04 -0600 asked a question cv::resize will change the dst Mat::data buf address unexpectedly.

vc::resize will change the dst Mat::data buf address #include <stdio.h> #include <string> #include <iostr

2018-12-05 22:53:36 -0600 received badge  Editor (source)
2018-12-05 22:53:36 -0600 edited question How to release the memory in cv::Mat

How to release the memory in cv::Mat There are some memory leak in my project, after several round of analysis, it seems

2018-12-05 22:49:33 -0600 asked a question How to release the memory in cv::Mat

How to release the memory in cv::Mat There are some memory leak in my project, after several round of analysis, it seems