removed refcount field from Mat; that helped to find and eliminate some memory leaks...
authorVadim Pisarevsky <vadim.pisarevsky@gmail.com>
Thu, 24 Oct 2013 12:08:15 +0000 (16:08 +0400)
committerVadim Pisarevsky <vadim.pisarevsky@gmail.com>
Thu, 24 Oct 2013 12:08:15 +0000 (16:08 +0400)
commit303df78cca38df9af2ec18884b738f06424f90b4
tree2a25c00be03ee735b222990e0e428b5448ecd036
parent5a34272150c413ee36bb61629e73242b3e286ad2
removed refcount field from Mat; that helped to find and eliminate some memory leaks. perf tests should probably pass now
modules/core/include/opencv2/core/cuda.inl.hpp
modules/core/include/opencv2/core/mat.hpp
modules/core/include/opencv2/core/mat.inl.hpp
modules/core/src/matrix.cpp
modules/core/src/umatrix.cpp
modules/python/src2/cv2.cpp