Ask Your Question

Adam C's profile - activity

2020-07-06 06:43:01 -0600 received badge  Popular Question (source)
2018-01-29 08:10:31 -0600 commented question cv::Mat assignment or copy with guarantee that there is no reallocation

From what i see in the source code, (copy.cpp function Mat::copyTo and mat.inl.hpp function _OutputArray::_OutputArray),

2018-01-29 08:09:54 -0600 commented question cv::Mat assignment or copy with guarantee that there is no reallocation

From what i see in the source code, (copy.cpp function Mat::copyTo and mat.inl.hpp function _OutputArray::_OutputArray),

2018-01-29 08:09:37 -0600 commented question cv::Mat assignment or copy with guarantee that there is no reallocation

From what i see in the source code, (copy.cpp function Mat::copyTo and mat.inl.hpp function _OutputArray::_OutputArray),

2018-01-29 08:08:09 -0600 commented question cv::Mat assignment or copy with guarantee that there is no reallocation

From what i see in the source code, (copy.cpp function Mat::copyTo and mat.inl.hpp function _OutputArray::_OutputArray),

2018-01-29 07:20:21 -0600 commented question cv::Mat assignment or copy with guarantee that there is no reallocation

Indeed. Is the documentation wrong? It says (cv::Mat::copyTo): Before copying the data, the method invokes : m.create(

2018-01-29 06:26:42 -0600 commented question cv::Mat assignment or copy with guarantee that there is no reallocation

clone is reallocation and not copy, so it doesn't apply. I actually had a bug in the example code. I fixed and edited t

2018-01-29 06:25:51 -0600 edited question cv::Mat assignment or copy with guarantee that there is no reallocation

cv::Mat assignment or copy with guarantee that there is no reallocation I have code in the form of cv::Mat function(con

2018-01-29 06:23:22 -0600 edited question cv::Mat assignment or copy with guarantee that there is no reallocation

cv::Mat assignment or copy with guarantee that there is no reallocation I have code in the form of cv::Mat function(con

2018-01-29 06:20:06 -0600 commented question cv::Mat assignment or copy with guarantee that there is no reallocation

clone is reallocation and not copy, so it doesn't apply. I actually had a bug in the example code, and edited it to mak

2018-01-29 06:17:08 -0600 received badge  Editor (source)
2018-01-29 06:17:08 -0600 edited question cv::Mat assignment or copy with guarantee that there is no reallocation

cv::Mat assignment or copy with guarantee that there is no reallocation I have code in the form of cv::Mat function(con

2018-01-29 04:49:23 -0600 asked a question cv::Mat assignment or copy with guarantee that there is no reallocation

cv::Mat assignment or copy with guarantee that there is no reallocation I have code in the form of cv::Mat function(con