]> rtime.felk.cvut.cz Git - opencv.git/shortlog
opencv.git
2009-12-09 mdimkdtree and flann tests were extended
2009-12-09 alexeylatyshevcvcalonder.cpp was fixed for correct build under Linux
2009-12-09 alexeylatyshevcalonder descriptor test data was added
2009-12-09 alexeylatyshevcalonder descriptor test was added
2009-12-09 vp153fixed crash in cvSetIdentity on 64-bit Linux (GCC 4...
2009-12-09 vp153compile error fixed
2009-12-09 anatolyadded matrix operations test (first draft)
2009-12-09 anatolyminor
2009-12-09 anatolyminor
2009-12-09 anatolyadded correctness test for affine3destimator
2009-12-08 jamesbUse assertRaises instead of expect_exception
2009-12-08 jamesbDrawChessboardCorners checks list length, #3
2009-12-08 jamesbDrawChessboardCorners checks list length, #3
2009-12-08 jamesbAdded CV_8UC.. CV_64FC
2009-12-08 jamesbNew test test_Circle
2009-12-08 jamesbNew test test_MixChannels
2009-12-08 vp153extended some old tests to test the new functionality
2009-12-08 mdimfixed bug in traincascade; added comment in dtree
2009-12-08 anatolyadded case for Farnerbeck Gauss alg
2009-12-08 jamesb#11: export IPL_DEPTH_8S etc as UnsignedLong
2009-12-08 jamesbReduce spew on test_CreateImage
2009-12-08 jamesbLoad sample images by URL.
2009-12-08 jamesbNew tests test_SetIdentity test_Sum
2009-12-07 mdimfixed
2009-12-07 vp153fixed dptr assignment in bitwise_not (thanks to Bi11...
2009-12-07 alexeylatyshevCalonder was slight modified in the console output
2009-12-05 vp153fixed IplImage::depth property (always return the depth...
2009-12-05 vp153added StartWindowThread (thanks to Jorge Scandaliaris)
2009-12-04 anatolyfixed Linux compile error
2009-12-04 anatolyfirst draft of start and surf detector test
2009-12-04 mdimadded case of 16u for reduce() test
2009-12-04 mdimadded test for reduce()
2009-12-04 alexeylatyshevCalonder descriptor was added into cvaux
2009-12-04 jamesb3d functions
2009-12-04 vp153fixed various typos, changed naming of some parameters...
2009-12-04 vp153fixed links in Random Trees references (SF bug #2898607)
2009-12-04 vp153probably fixed https://code.ros.org/trac/opencv/ticket/7
2009-12-04 vp153fixed distortion parameter description
2009-12-04 jamesbFirst cut
2009-12-04 vp153fixed imread formatting (https://code.ros.org/trac...
2009-12-03 vp153updated watershed test (regenerated the reference pictu...
2009-12-03 vp153improved cv::resize description
2009-12-03 vp153extended histogram normalization test; fixed in-place...
2009-12-03 vp153make cvCalbrateCamera2 and cvStereoCalibrate return...
2009-12-03 vp153added test data for stereocalib regression test
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...
next