]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/include/opencv/cxmat.hpp
fixed MatConstIterator::pos() (ticket #162; thanks to scharr)
[opencv.git] / opencv / include / opencv / cxmat.hpp
2010-03-19 vp153fixed MatConstIterator::pos() (ticket #162; thanks...
2010-02-18 vp153asserts in Mat::at<...> made less strict (can now use...
2010-02-08 anatolyfixed compiler error under vs2003
2010-02-06 vp153proper fix for iteration over matrix.
2010-01-22 vp153fixed end-of-matrix case in MatIterator::operator ...
2009-12-25 vp153fixed ticket #43, improved operations test
2009-12-10 vp153fixed Mat::operator vector<> (SF bug #2906973), thanks...
2009-12-01 vp153fixed crashes in sparse histogram tests; added c++...
2009-12-01 vp153extended histogram tests; added CvSeq* support in cvarr...
2009-11-17 vp153added arithmetical tests for n-dimensional matrices...
2009-11-04 baeumlfix Mat_::operator()(Rect)
2009-11-02 vp153several performance improvements (some SSE3 optimizatio...
2009-09-30 vp153fixed build with VS2003.NET (no videoInput support...
2009-09-28 vp153applied multiple patches; fixed the crash in the C...
2009-09-25 vp153restored the old, more convenient mixChannels API ...
2009-08-31 vp153operations on the reference counters made atomic. some...
2009-08-24 vp153String -> string, missing "Vec<>& operator -=(Vec<...
2009-08-17 vp153Vector -> std::vector; added FAST by Edward Rosted...
2009-08-06 vp153fixed compile error in matrix iterator
2009-08-04 vp153added C++ video capturing API to highgui; modified...
2009-07-21 vp153added Self-Similarity descriptor (thanks to Rainer...
2009-07-17 vp153a few little fixes and additions (norm(Vec), Mat::empty...
2009-07-05 vp153struct -> class in cxcore.hpp and cv.hpp; some fields...
2009-06-30 vp153fixed crash in calcHist when it is built with GCC 4.2
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...