]> rtime.felk.cvut.cz Git - opencv.git/history - opencv
added kmeans test
[opencv.git] / opencv /
2009-11-30 mdimadded kmeans test
2009-11-27 vp153fixed both offline and online docs rendering
2009-11-27 vp153fixed bug in the watershed algorithm (incorrect south...
2009-11-26 mdimadded cpp_kdtree test
2009-11-26 anatolyadded simple gui testing
2009-11-25 jamesbGoodFeaturesToTrack test for ticket
2009-11-25 jamesbStart of camera calibration test case. Checpoint
2009-11-25 mdimadded tests for cascade classifier and hog detector
2009-11-25 anatolyadded video test functionality
2009-11-24 vp153removed duplicated source
2009-11-24 vp153modified the reference manual layout and sectioning
2009-11-24 vp153added partitioned docs
2009-11-24 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2320...
2009-11-24 anatolyupdated test for additional image formats
2009-11-24 anatolyhighgui test added (no image read/write test implemented)
2009-11-24 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2317...
2009-11-23 vp153fixed MatND::copyTo(MatND&) and SparseMat::copyTo(Spars...
2009-11-23 jamesbTicket #6 test case. Passes.
2009-11-23 mdimfixed sample
2009-11-21 vp153removed __BEGIN__, __END__ macros (thanks to JIA PEI)
2009-11-20 jamesbmat type now returns just the type
2009-11-20 anatolygrabcut test update
2009-11-20 anatolygrabcut regression test added
2009-11-19 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2309...
2009-11-18 vp153avoid false assert signal in theRNG(), fixed boundary...
2009-11-18 vp153fixed in-place cases in Mat::convertTo & cv::solve
2009-11-18 vp153fixed some MSVC warnings
2009-11-18 anatolyubuntu test fail corrected
2009-11-18 mdimadded grabcut demo; fixed grabCut()
2009-11-18 anatolyfixed test fail for ubuntu64
2009-11-18 jamesbFix for Python FindCornerSubPix
2009-11-17 vp153added some more tests for cv::MatND operations
2009-11-17 vp153added arithmetical tests for n-dimensional matrices...
2009-11-17 vp153some fixes in sparse matrix (incorrect element initiali...
2009-11-17 vp153extended I/O test
2009-11-17 vp153fixed false accuracy-related fails in I/O test
2009-11-17 jamesbCompareHist returns float.
2009-11-17 mdimadded grabCut
2009-11-17 vp153yet another fix in RNG
2009-11-17 vp153couple of fixes in tests
2009-11-17 vp153accuracy fix
2009-11-17 vp153added XML, YML I/O test
2009-11-17 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2290...
2009-11-17 vp153added norm for 8s, fixed 2 bugs in RNG + generation...
2009-11-17 anatolyadded watershed regression test
2009-11-16 anatolyadded inpaint regression test
2009-11-16 baeumlfix building of cpp-documentation
2009-11-16 vp153added check for single-channel images in norm-with...
2009-11-16 vp153removed CV_FORCE_INLINE. __BEGIN__, __END__ & EXIT...
2009-11-16 schouartsink backend status to the closing repository version
2009-11-13 vp153fixed memory corruption bug in the gaussian random...
2009-11-13 anatolyfback_c.c: compilation error fixed
2009-11-13 vp153fixed build on Ubuntu 8.04
2009-11-11 gerkeytest commit
2009-11-11 gerkeytest commit
2009-11-11 vp153added MORPH_ERODE & MORPH_DILATE to morphologyEx (by...
2009-11-10 vp153fixed SF bug #2894866
2009-11-07 vp153fixed cvPolarToCart in-place case (thanks to Marius...
2009-11-06 schouartAdd linking to gstreamer-video-0.10
2009-11-06 schouartSome fix to gstreamer backend
2009-11-06 vp153added people detection sample in Python
2009-11-05 vp153added C++ & Python demos for the Farneback's optical...
2009-11-05 vp153added missing include in image.cpp demo, extended peopl...
2009-11-05 vp153fixed couple of bugs in the optimized version of Mat...
2009-11-04 baeumlfix Mat_::operator()(Rect)
2009-11-03 vp153improved robustness of the performance tests; added...
2009-11-03 vp153with MSVC enable OpenMP only in Debug; disabled force...
2009-11-02 vp153made some critical functions "force inline"; decreased...
2009-11-02 vp153several performance improvements (some SSE3 optimizatio...
2009-10-29 vp153fixed weird linker errors with VS2008 Express + MS SDK
2009-10-29 vp153more accurate time measurements (getTickCount) on MacOS...
2009-10-28 vp153re-added C++ docs
2009-10-28 jamesbowmanCPP online build
2009-10-27 vp153Generate online C++ docs
2009-10-27 vp153applied patch from bilboed (simpler and more robust...
2009-10-27 vp153Improved cvMatchTemplate accuracy with CV_TM_CCOEFF_NOR...
2009-10-26 vp153fixed bug #2871594 (crash in cvFilter2D)
2009-10-26 vp153hopefully fixed bug #2871875
2009-10-26 vp153possible fix for SF bug #2886290
2009-10-26 vp153fixed SF bug #2886214; fixed a few GCC warnings
2009-10-26 vp153fixed crash in calcSparseHist (SF bug #2873308)
2009-10-26 kecsupFix some white spaces+build with ffmpeg 0.5 svn version...
2009-10-24 jamesbowmanFindHomography extra parameters
2009-10-23 vp153fixed cvMixChannels docs and implementation
2009-10-23 vp153use the standard gstappsink from GStreamer when possibl...
2009-10-23 vp153use the standard gstappsink from GStreamer when possibl...
2009-10-23 xavier98don't assert if imwrite_ fails
2009-10-23 vp153fixed in-place invert() (SF bug #2884580)
2009-10-22 vp153fixed documentation and error handling in some function...
2009-10-22 vp153fixed crash in Median filter (SF bug #2879941)
2009-10-21 vp153move #include "cvconfig.h" and #include "omp.h" outside...
2009-10-21 vp153fixed conversion from vector<KeyPoint> to Seq in SURF...
2009-10-21 vp153always load [lib]opencv_ffmpeg*d.dll in debug versions...
2009-10-20 mdimfixed bugs
2009-10-19 vp153By default turn OpenMP off everywhere. On Windows many...
2009-10-19 vp153added capability to read remote video files via gstream...
2009-10-19 vp153another attempt to define CV_XADD more accurately ...
2009-10-18 vp153fixed SF bug #2879786 (thanks to Timo Röhling)
2009-10-18 vp153fixed SF bug #2879936 (thanks to Simon Hawe for the...
2009-10-14 baeumlfix removal of invalid SURF keypoints (SF #2871589)
next