]> rtime.felk.cvut.cz Git - opencv.git/shortlog
opencv.git
2009-08-13 mdimupdated traincascade
2009-08-07 vp153added optional ffmpeg header path deduction.
2009-08-07 liuliu87fix a memory leak in icvDFSReleaseSpillTreeNode
2009-08-06 mdimfixed MinGW build error
2009-08-06 alphax_rfixed crash. SSE loop loads 4 objects but some times...
2009-08-06 mdimfixed ffopencv compile errors
2009-08-06 baeumlfix doc2 latex build (thanks to asmwarrior)
2009-08-06 vp153fixed compile error in matrix iterator
2009-08-06 vp153fixed mem leak in fastMalloc (thanks to Victor Eruhimov...
2009-08-05 vp153added traincascade application that is a new version...
2009-08-05 vp153CascadeClassifier::setImage() gets back.
2009-08-05 jlblancosmall GCC pedantic fixes
2009-08-05 baeumlfix build errors
2009-08-04 vp153updated
2009-08-04 vp153added C++ video capturing API to highgui; modified...
2009-08-04 mdimfixed bug
2009-08-04 jamesbowmanadded sphinx
2009-08-04 mdimFixed cascade detection. Added trained cascade with...
2009-08-04 baeumlfix build errors
2009-08-04 jamesbowmanMixChannels
2009-08-03 jamesbowmanRandArr NORM with 8S
2009-08-03 jamesbowmanRandArr now works with CV_8SC1
2009-07-31 vp153fixed some more GCC & MSVC warnings. Now samples on...
2009-07-31 alphax_rfixed compile errors for vs2005
2009-07-31 vp153fixed many MSVC warnings
2009-07-31 vp153added the new more general cascade object classifier.
2009-07-30 jamesbowmanAvoid char 127 in text
2009-07-30 jamesbowmanChange order to allocate histo after error checks have...
2009-07-30 vp153fixed GCC warnings, added CV_EXPORTS
2009-07-30 vp153updated CMakeLists.txt to include header files into...
2009-07-30 jamesbowmanClarify CreateSubdivDelaunay2D for ticket 2794504
2009-07-30 jamesbowmanFreeBSD build fix
2009-07-30 jamesbowmanMany minor edits
2009-07-30 alphax_rupdated SpinImage support and mesh matching based on...
2009-07-30 mariusmujaAdded FLANN library
2009-07-29 vp153CMake scripts can now build the new OpenCV LaTeX docs
2009-07-28 jamesbowmanScrubbed Python docs
2009-07-28 jlblanco- CPack-generated NSIS installer for Win32 is now more...
2009-07-28 jamesbowmanClean up
2009-07-28 jamesbowmanFix underscores in clipline
2009-07-28 stoneybAdded operator == (const Complex<_Tp>& a, const Complex...
2009-07-28 jamesbowmanMissing Makefile
2009-07-28 vp153Added a typeName and a moduleName to all the derivate...
2009-07-28 jamesbowmanCheck for legal flags in cvInpaint
2009-07-27 jlblancoReplaced "#define" by "typedef" not to break any third...
2009-07-27 markasbachAgain an update of autotools related files.
2009-07-24 vp153now XML or YAML I/O functions can read and write gzip...
2009-07-24 vp153added missing cv::equalizeHist
2009-07-24 vp153renamed Keypoint to KeyPoint
2009-07-23 vp153improved mouse handling on Mac (make watershed & inpain...
2009-07-23 vp153on Mac make use of libjpeg, libpng etc. by default...
2009-07-23 vp153ipp is supposed to be linked with opencv, not loaded...
2009-07-23 vp153removed ippopencv from dist_data
2009-07-23 vp153improved accuracy of cvLog (64f), corrected generation...
2009-07-23 vp153OpenCV ver promoted to 1.1.1, added faster eigen()...
2009-07-22 jamesbowmanPython and C versions
2009-07-21 vp153added optional command-line parameter (config filename)
2009-07-21 vp153avoid crash in cxcoretest due to gcc bug (replaced...
2009-07-21 vp153allow user to set custom compiler flags (removed "FORCE...
2009-07-21 vp153all the test data has moved to http://opencvlibrary...
2009-07-21 vp153test data moved from opencv to opencv_extra to reduce...
2009-07-21 baeumlfix gcc warnings
2009-07-21 vp153reencoded UTF16->UTF8
2009-07-21 jlblancochanged UTF-16 encoding to UTF-8 (SVN detected it as...
2009-07-21 vp153added Self-Similarity descriptor (thanks to Rainer...
2009-07-20 vp153added optional border value to cv::copyMakeBorder ...
2009-07-20 vp153give better instructions on what to do on Linux to...
2009-07-20 vp153updated videoInput to 0.1995 & ffmpeg to 0.5.0, removed...
2009-07-20 vp153removed duplicated #include "windows.h"
2009-07-20 vp153added support for NULL distortion coefficients in cvUnd...
2009-07-19 vp153export AdaptiveSkinDetector and related classes; make...
2009-07-19 vp153avoid crash in trackbar callback
2009-07-18 vp153added #include <ctime> (thanks to Jorge Scandaliaris)
2009-07-18 vp153some further little performance improvement of cvFloor...
2009-07-18 vp153improved cvRound, cvFloor & cvCeil. Now if GCC is used...
2009-07-18 jlblancochange in cvver.h so CV_VERSION is created automaticall...
2009-07-18 vp153fixed MSVC compile errors and warnings
2009-07-18 vp153add check for _WIN32 in addition to WIN32 for more...
2009-07-18 vp153void* -> const void* in cvSeqPush and related functions...
2009-07-18 vp153Unified data structures for keypoints: SURFPoint -...
2009-07-17 vp153applied patch by John Ackley (SF bug #2748611)
2009-07-17 vp153fixed cvSetImageROI: signal an error when ROI does...
2009-07-17 vp153complex matrix support is back in cvGEMM
2009-07-17 vp153added 64f support to cvAcc, cvSquareAcc, cvMultiplyAcc...
2009-07-17 vp153fixed sudden compile bug
2009-07-17 vp153removed duplicated files from dist_csamples_DATA (thank...
2009-07-17 jlblancoRemoved extra ',' at the end of enumerator. This is...
2009-07-17 vp153added missing variant of ellipse, fixed SF bug #2818013...
2009-07-17 vp153reverted to double-precision calculations in cvRunHaarC...
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 vp153added default constructor to HOGCache::BlockData to...
2009-07-14 vp153moved batch image reader after regular video codecs...
2009-07-14 vp153removed duplicated Vector::operator []
2009-07-14 vp153added references
2009-07-14 vp153added planar object detector (based on cvlab papers)
2009-07-13 jamesbowmanFixes for Machine Learning in HTML doc
2009-07-13 jamesbowmanRemoved tags
2009-07-11 vp153renamed adaptive skin detector demo and added to the...
2009-07-11 vp153make all the contour processing functions accept arbitr...
next