]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/include/opencv/cxcore.h
removed unused CV_CPU_SSE_ANY (ticket #255)
[opencv.git] / opencv / include / opencv / cxcore.h
2010-04-02 vp153removed unused CV_CPU_SSE_ANY (ticket #255)
2010-03-24 vp153renamed guard macros; moved some common inter-module...
2010-03-13 vp153fixed various compile problems on Windows
2010-03-12 vp153switch between SSE and non-SSE code dynamically =>...
2010-02-07 vp153uncommented rectangle and cvRectangleR drawing functions
2010-01-12 vp153moved some old and rarely used stuff from cxcore and...
2009-12-18 mdimfixed cvEllipseBox
2009-09-03 vp153fixed cvEigenVV declaration, lowIndex and highIndex...
2009-09-03 iskaral_pustAdded option to specify eigenvalues/-vectors to EigenVV...
2009-08-18 vp153added some more Seq<_Tp> methods - wrappers for the...
2009-08-17 vp153Vector -> std::vector; added FAST by Edward Rosted...
2009-07-18 vp153void* -> const void* in cvSeqPush and related functions...
2009-06-12 vp153fixed many compiler warnings and errors in x64 build...
2009-04-14 vp153modified the internal image I/O and added some new...
2009-03-27 xavier98Fix python bindings broken due to {cv,cxcore}.hpp
2009-03-07 vp153removed cxcompat.h and the old API moved back to cxcore...
2009-03-03 vp153brand-new cxcore interface & implementation
2009-01-22 vp153added support for Lapack; cvSolve, cvInvert and cvSVD...
2009-01-17 xavier98Fix regression in cvSolvePoly;
2008-11-26 vp153Extended cvKMeans2 functionality
2008-10-07 vp153added matlab-like cvSort() (originally contributed...
2008-10-03 vp153moved some stuff from cv to cxcore: cvCompleteSymm...
2008-07-16 vp153Changed some <param = default_value> to <param CV_DEFAU...
2008-06-07 xavier98Implement cvSolvePoly, that finds roots of polynomials...
2008-04-12 haslermake cvSqeq work on schar instead of char to improve...
2006-09-26 vp153changed "int* idx" to "const int* idx" in multi-dim...
2006-07-20 vp153cvver.h.* moved here
2006-07-12 vp153a few fixes in the recently added functions
2006-07-12 vp153added cvRandShuffle, cvNormalize, cv*PCA, cvFont, cvReduce;
2006-06-27 vp153CvBox2D::angle is now in degrees (SF #1295583)
2006-05-04 vp153VS2005 related fixes
2005-12-29 vp153added OpenMP support functions
2005-12-05 vp153cvFree() function is turned to macro. more fixes for...
2005-09-23 vp153added initial support for multi(>4)-channel arrays
2005-07-05 vp153changed according to OpenCV_changes.txt in the new...
2005-06-28 vp153clipline & initlineiterator exposed
2005-05-19 pgruebeleexported cvEllipse2Poly because it is a useful function
2005-05-19 pgruebeleexported cvEllipse2Poly because it is a useful function
2005-04-25 vp153no message
2005-03-17 vp153no message
2005-02-22 markasbachThis is a not so small update, introducing Python/SWIG...
2004-10-12 vp153Several optimizations, support for more IPP functions...
2004-08-18 vp153no message