opencv/modules/core/include/opencv2
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
..
core Boring changes - core. 2013-09-05 18:26:43 +04:00
core.hpp Adding read/write functions to PCA class. Update PCA test. 2013-08-05 12:06:55 +12:00