<div dir="ltr">Warning to all developers<div><br></div><div>cv::Mat must never ever be used with &quot;new&quot;</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">cv::Mat is already a smart pointer. So you may never do a new operation.<br>
(This is way cv::Mat has clone() operation, because copy is almost reference copy).</blockquote><div><br></div><div>Related to #104 (<a href="https://github.com/RoboticsURJC/JdeRobot/issues/104">https://github.com/RoboticsURJC/JdeRobot/issues/104</a>)</div></div>