opencv/modules/core
PhilLab efc1c39315 Fixed self-assignment in cv::Ptr::operator =
A self-assignment leads to a call of release() with refcount being 2. In the release() method, refcount is decremented and then successfully checked for being 1. As a consequence, the underlying data is released. To prevent this, we test for a self-assignment
2014-08-08 17:39:12 +02:00
..
doc Merge pull request #2836 from s98felix:2.4 2014-07-25 12:59:41 +00:00
include/opencv2/core Fixed self-assignment in cv::Ptr::operator = 2014-08-08 17:39:12 +02:00
perf Add IPP support in meanStdDev, minMaxIdx, norm functions 2013-08-29 21:09:19 +04:00
src Merge pull request #2836 from s98felix:2.4 2014-07-25 12:59:41 +00:00
test added missing impl for multi-dim Mat::ones, Mat::zeros (issue #3756) 2014-07-08 18:04:56 +02:00
CMakeLists.txt fixed two warnings in gpu sources (-Wshadow, -Wno-sign-promo) 2014-02-14 17:56:03 +04:00