]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/include/opencv/cxoperations.hpp
update include/lib files of ffmpeg to 0.5.1 version. Add support Windows64 under...
[opencv.git] / opencv / include / opencv / cxoperations.hpp
2010-03-12 alekcacupdate include/lib files of ffmpeg to 0.5.1 version...
2010-02-22 vp153updated memory allocation in Vector implementation
2010-02-19 baeuml- fix Vec constructor so that it behaves as documented...
2009-12-25 anatolypoint operation bug fixed
2009-12-02 vp153improve Point_ and Point3_ overloaded operators (use...
2009-11-16 vp153removed CV_FORCE_INLINE. __BEGIN__, __END__ & EXIT...
2009-11-02 vp153made some critical functions "force inline"; decreased...
2009-10-19 vp153another attempt to define CV_XADD more accurately ...
2009-09-29 markasbach- autotools version numbers updated for OpenCV Release 2.0
2009-09-27 vp153make the code build with GCC 3.3
2009-09-23 vp153added matrix read/write operations
2009-09-21 vp153fixed MinGW link errors
2009-09-08 vp153added the documentation for C++ API in cv and highgui...
2009-09-05 vp153Some more fixes in filters with constant borders (thank...
2009-09-03 vp153another fix for the correct definition of the new CV_XA...
2009-09-01 vp153added sparse lev-marq (aka bundle adjustment engine...
2009-08-31 vp153fixed build with GCC >= 4.2
2009-08-31 vp153fixed some MSVC compile errors and warnings
2009-08-31 vp153operations on the reference counters made atomic. some...
2009-08-24 vp153String -> string, missing "Vec<>& operator -=(Vec<...
2009-08-18 vp153added some more Seq<_Tp> methods - wrappers for the...
2009-08-17 vp153Vector -> std::vector; added FAST by Edward Rosted...
2009-08-04 vp153added C++ video capturing API to highgui; modified...
2009-07-31 vp153added the new more general cascade object classifier.
2009-07-28 stoneybAdded operator == (const Complex<_Tp>& a, const Complex...
2009-07-18 vp153void* -> const void* in cvSeqPush and related functions...
2009-07-17 vp153a few little fixes and additions (norm(Vec), Mat::empty...
2009-07-17 baeumluse std::min and std::max
2009-07-14 vp153removed duplicated Vector::operator []
2009-07-14 vp153added planar object detector (based on cvlab papers)
2009-07-05 vp153struct -> class in cxcore.hpp and cv.hpp; some fields...
2009-07-03 stoneybAdded a constructor to Point3_ that takes a Point_...
2009-06-29 vp153removed irrelevant RNG::RNG(unsigned) constructor
2009-06-25 baeumlfix Point3_ += and -= operators
2009-06-24 vp153fixed Seq<T> -> Vector conversion, data-dependent asser...
2009-06-22 vp153new version of KDTree added, KMeans initialization...
2009-06-12 vp153vector->Mat conversion now produce single-column matrix...
2009-06-12 vp153fixed many compiler warnings and errors in x64 build...
2009-06-11 vp153moved matrix-related operations from cxoperations.hpp...
2009-05-28 vp153sqrt -> std::sqrt
2009-05-20 vp153fixed cv::partition and Vector<T> dot product; added...
2009-05-13 vp153use _wfopen instead of fopen on Windows + some basic...
2009-05-11 vp153improved Vector::reserve and got rid of some warnings...
2009-05-11 jlblanco* fixed wrong GCC flags issue for CMAKE_BUILD_TYPE...
2009-05-08 stoneybFixed typo in abs(Complex<T>)
2009-05-01 vp153added new-style histogram functions
2009-04-27 vp153added some more operations on cv::SparseMat (normalize...
2009-04-25 vp153added cv::MatND & cv::SparseMat, cv::Mat step type...
2009-04-15 vp153fixed Mat::colRange & improved Vector::resize behavior
2009-04-07 vp153removed dangerous "Vector::operator [const] T*()"....
2009-04-01 vp153fixed some compile errors & warnings
2009-03-29 vp153some cleanups + added cv::{integral, threshold, adaptiv...
2009-03-27 jlblancofixed an error with GCC with -pedantic
2009-03-27 xavier98Fix python bindings broken due to {cv,cxcore}.hpp
2009-03-24 vp153implemented new-style image warping operations. some...
2009-03-13 vp153removed unnecessary template<> clause to avoid errmsg...
2009-03-13 vp153ObjPtr<T> renamed to Ptr<T> + some bug fixes
2009-03-07 vp153removed cxcompat.h and the old API moved back to cxcore...
2009-03-04 jlblanco- Added missing link library for Linux: rt
2009-03-03 vp153quick fixes to build the latest version with MSVC
2009-03-03 vp153brand-new cxcore interface & implementation