]> rtime.felk.cvut.cz Git - opencv.git/shortlog
opencv.git
2009-12-03 mdimadded PCA test
2009-12-03 vp153fixed build on Win64 (thanks to Jan Wassenberg)
2009-12-03 anatolysome minor changes in test code
2009-12-02 mdimadded tests for em, knearest; modified kmeans test
2009-12-02 anatolyupdated verifying algorithm
2009-12-02 kecsapAdd some missing breaks
2009-12-02 vp153improve Point_ and Point3_ overloaded operators (use...
2009-12-01 vp153commented off waitKey()
2009-12-01 vp153fixed crashes in sparse histogram tests; added c++...
2009-12-01 vp153extended exp, log, pow etc. tests to check C++ API...
2009-12-01 vp153extended histogram tests; added CvSeq* support in cvarr...
2009-12-01 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2343...
2009-12-01 vp153temporary excluded video I/O tests on MacOSX
2009-12-01 vp153fixed C++ KDTree test
2009-12-01 mdimadded tests for flann( kmeans index )
2009-12-01 mdimadded tests for lsh, spill tree, flann( linear index...
2009-11-30 mdimgit-svn-id: https://code.ros.org/svn/opencv/trunk@2338...
2009-11-30 vp153fixed tiff, jpeg2000 and sun raster reading/writing
2009-11-30 mdimdelete image
2009-11-30 mdimupdated test data of cascadedetect
2009-11-30 vp153fixed C++ distance transform wrapper (thanks to Jens...
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-25 anatolyvideo for testing highgui
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
next