]> rtime.felk.cvut.cz Git - opencv.git/shortlog
opencv.git
2010-01-26 alexeylatyshevMser test data was added
2010-01-26 alexeylatyshevMser regression test was added
2010-01-26 anatolyfixed normal orientation for generated CBs
2010-01-26 anatolynow can get 3d coordinates of corners
2010-01-26 anatolywarning fixed for VS2008
2010-01-26 anatolytests should not have cv prefix
2010-01-26 vp153replaced some few for's with memset's - claimed to...
2010-01-25 mithunjacobFixed infinite looping in Mat assignment operator for...
2010-01-25 vp153integrated Prosilica GigE video capturing module by...
2010-01-25 alexeylatyshevAdded MSER sample
2010-01-25 mdimfixed compile error
2010-01-25 anatolyfixed warnings for gcc
2010-01-24 baeumladd shortcut typedefs for Mat_<> (ticket #2)
2010-01-22 relrotcivModified stereo_calib to handle calibration only, corre...
2010-01-22 vp153fixed end-of-matrix case in MatIterator::operator ...
2010-01-22 vp153some more fixes after Mat(vector<...>) constructor...
2010-01-22 vp153fixed compile error (ticket #89)
2010-01-22 vp153comment off "/D _BIND_TO_CURRENT_CRT_VERSION=1 /D _BIND...
2010-01-22 mdimmodified grabCut() and grabCut sample
2010-01-22 bradskiExpanded on cv::remap function description
2010-01-21 mithunjacobRecompiled opencv.pdf after adding information regardin...
2010-01-21 mithunjacobUpdated documentation and initialized new field in...
2010-01-21 mithunjacobAdded a field to CvSubdiv2DPoint which can be used...
2010-01-21 anatolyutf8 -> ANSI
2010-01-21 alexeylatyshevcall Mat constructor explicitly
2010-01-21 vp153fixed crash in SVM::train_auto on 64-bit OSes
2010-01-21 alexeylatyshevFixed all bugs in initUndistortRectifyMap test (hope so)
2010-01-21 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2600...
2010-01-21 anatolyminor ( output log changes )
2010-01-21 anatolyadded test for composeRT, updated reprojectImageTo3D...
2010-01-21 baeumlmake Mat(std::vector<_Tp>) constructor explicit to...
2010-01-21 alexeylatyshevAdded base classes methods call (get_test_array_types_a...
2010-01-21 alexeylatyshevRemoved useless code
2010-01-20 alexeylatyshevModified initUndistortRectifyMap test
2010-01-20 alexeylatyshevModified initUndistortMap test
2010-01-20 vp153fixed opencv.pdf generation using makefile (thanks...
2010-01-20 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2591...
2010-01-20 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2590...
2010-01-20 anatolyadded test for reprojectImageTo3D, cvReprojectImageTo3D
2010-01-20 alexeylatyshevFixed bug with initUndistortRectifyMap crash under...
2010-01-20 relrotcivdelete
2010-01-19 vp153added test for 16-bit morphological operations and...
2010-01-19 vp153fixed calibrate-camera-cpp fail
2010-01-19 vp153added cv::solveCubic test
2010-01-19 mithunjacobFixed SURF descriptor vector return in images without...
2010-01-19 vp153make jconfig.h compatible with both Windows and Linux...
2010-01-19 mdimminor changes
2010-01-19 anatolyadded sample for artificial chessboards.
2010-01-19 mdimchanged threshold in projectPoints test
2010-01-19 vp153fixed SWIG-based wrappers build + eliminated some warnings
2010-01-18 vp153fixed the function and the test
2010-01-18 vp153modified cvSolvePoly (use Durand-Kerner algorithm)...
2010-01-18 mdimfixed projectPoints test
2010-01-18 alexeylatyshevFixed out of memory error in cvTsInitUndistortRectifyMap
2010-01-15 alexeylatyshevImproved conditional coverage and fixed bugs in cvUndis...
2010-01-15 relrotcivReverting to call findCornerSubpix in order to measure...
2010-01-15 relrotcivModified tests for find4QuadCornerSubpix
2010-01-15 relrotcivData for checking chessboard corner detection with...
2010-01-15 relrotcivAdded an alternative algorithm for chessboard corner...
2010-01-15 mdimadded projectPoints test
2010-01-15 anatolyadded badarg test for cvProjectPoints2, cvRodrigues2
2010-01-15 alexeylatyshevImproved conditional coverage
2010-01-15 alexeylatyshevAdded all badargs tests for cvundistort.cpp
2010-01-15 vp153added some #undef's after #include "windows.h" to impro...
2010-01-15 vp153fixed norm(SparseMat, NORM_INF), SparseMat::convertTo...
2010-01-15 vp153fixed cv::cvtColor, cvCalcPCA+cvProjectPCA+cvBackProjec...
2010-01-14 alexeylatyshevcvUndistortPoints bad args test was added
2010-01-14 anatolyadded bad arg test for cameraCalibration2
2010-01-14 alexeylatyshevFixed bug in cvUndistortPoints test
2010-01-14 anatolyfixed compile error for win32 -> added "#undef max"
2010-01-13 relrotcivExperimental chessboard corner detector with subpixel...
2010-01-13 relrotcivSupporting non-detected chessboards in an input dataset
2010-01-13 vp153fixed trac #65 (thanks to synthbath)
2010-01-13 vp153fixed trac #50 (thanks to bi11)
2010-01-13 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2553...
2010-01-12 vp153moved some old and rarely used stuff from cxcore and...
2010-01-12 anatolyupdated test to reach more conditional coverage
2010-01-12 anatolygit-svn-id: https://code.ros.org/svn/opencv/trunk@2550...
2010-01-12 anatolyupdated for more coverage
2010-01-12 anatolybad arg test for chessboard detector
2010-01-12 alexeylatyshevTest for cvInitUndistortRectifyMap and initUndistortRec...
2010-01-11 vp153fixed several MSVC warnings + 2 fails in tests
2010-01-11 anatolyadded negative case
2010-01-11 anatolynow function always tests all data even if it fails...
2010-01-11 vp153always print test case number in the log
2010-01-11 vp153added CvBadArgTest - base class for bad arg tests
2010-01-11 alexeylatyshevtest for c++ version of undistortPoints was added
2010-01-11 vp153renamed highgui test to z-highgui, to reduce the effect...
2010-01-11 vp153fixed warning; set the correct MSVC flags (/EHsc =...
2010-01-10 vp153big patch. changed error handling to use exceptions
2010-01-10 vp153fixed incorrect size check in cvUndistortPoints; fixed...
2010-01-07 bradskimade ceil and floor /2.0 instead of /2
2010-01-06 bradskiJust a typo
2010-01-05 vp153another attempt to avoid highguitest crash on Ubuntu...
2010-01-05 vp153fix -tn option handling
2010-01-05 vp153repaired reading test parameters
2010-01-04 vp153fixed GCC 4.4 compile error
2010-01-04 vp153use the new error handling mechanism; cvUpdateMotionHis...
2010-01-02 vp153excluded some obsolete files from the generated packages
2010-01-02 vp153deleted autotools-based build scripts; use CMake to...
next