]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/include/opencv/cxoperations.hpp
use std::min and std::max
[opencv.git] / opencv / include / opencv / cxoperations.hpp
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