opencv/modules/core
Roman Donchenko 8200a95ced Boring changes - core.
This and several following commits contain the "boring" changes required
to support the new Ptr. These are changes like:

* new T -> makePtr<T> or .reset(new T) or Ptr<T>(new T)
  (depending on the situation)
* p.empty() -> !p
* delete_obj -> DefaultDeleter::operator()

and similar changes that are numerous, but primitive.
2013-09-05 18:26:43 +04:00
..
doc warning corrections 2013-08-30 15:58:10 +05:30
include/opencv2 Boring changes - core. 2013-09-05 18:26:43 +04:00
perf Merge remote-tracking branch 'origin/2.4' into merge-2.4 2013-09-02 19:44:51 +04:00
src Boring changes - core. 2013-09-05 18:26:43 +04:00
test Boring changes - core. 2013-09-05 18:26:43 +04:00
CMakeLists.txt Cut down on the use of ZLIB_LIBRARY/ZLIB_INCLUDE_DIR. 2013-08-22 18:17:19 +04:00