profile/ivi/opencv.git
2011-03-05 Vadim Pisarevsky(no commit message)
2011-03-05 Alexander Shishkovadded solvePnPRansac method
2011-03-03 Alexey Spizhevoyadded command line args parsing into gpu performance...
2011-03-03 Vadim Pisarevskysome more doc cleanup
2011-03-02 Alexey Spizhevoyremoved test whether z is negative in gpu::solvePnpRans...
2011-03-02 Alexey Spizhevoyrefactored gpu::solvePnpRansac a bit
2011-03-01 Alexey Spizhevoyadded performance sample for solvePnpRansac + refactoring
2011-03-01 Alexey Spizhevoyfixed some warnings
2011-03-01 Alexey Spizhevoyadded distortion coefs support into gpu::solvePnpRansac
2011-02-28 Vadim Pisarevskyutility to clean up converted from TeX rst docs
2011-02-28 Vadim Pisarevskythe first round of cleaning up the RST docs
2011-02-28 Alexey Spizhevoyparallelized hypotheses evaluation cycle in gpu::solveP...
2011-02-28 Alexey Spizhevoyadded gpu::solvePnpRansac
2011-02-28 Gary Bradskifixed a bug in boost.calc_error and added more document...
2011-02-27 Vadim Pisarevskyfixed the fast branch of INTER_AREA resize (ticket...
2011-02-27 Vladimir Dudnikadded IPP dot product functions. Only 32f data type...
2011-02-27 Vadim Pisarevskyadded 16u support in calcHist & calcBackProject; added...
2011-02-26 Vadim Pisarevskycleaned RST formatting a bit
2011-02-25 Vadim Pisarevskyremoved duplicated SIFT points (reported by Luca Del...
2011-02-24 Alexey KazakovReplaced few methods to virtual in CascaseClassifier...
2011-02-24 Alexey KazakovReplaced private methods to protected in CascaseClassif...
2011-02-23 Ethan RubleeCommand line python tools for generating patterns,...
2011-02-23 Ilya LysenkovAdded a printable asymmetric pattern of circles
2011-02-22 Vadim PisarevskyOpenCV reference manual (C++ part only for now) is...
2011-02-22 Vadim PisarevskyOpenCV reference manual (C++ part only for now) is...
2011-02-22 Vadim PisarevskyOpenCV reference manual (C++ part only for now) is...
2011-02-22 Vladislav Vinogradovtemporarily disabled compute descriptor kernel for...
2011-02-22 Alexey Spizhevoyadded asynchronous versions of transform- and projectPo...
2011-02-21 Anatoly Baksheevminor refactoring
2011-02-21 Alexey Spizhevoyadded performance test for gpu::projectPoints function
2011-02-21 Alexey Spizhevoyadded projectPoints and transformPoints into GPU module
2011-02-21 Alexey Spizhevoyadded check into opencv_test_gpu: whether OpenCV was...
2011-02-20 Ethan Rubleeadding cap_images.cpp to android build, may fix link...
2011-02-18 Anatoly Baksheevadded test data for NVidia's FD tests
2011-02-18 Anatoly Baksheevenabled nvidia's tests
2011-02-18 Anatoly Baksheev*applied patch from NVidia (nppstTraspose bug)
2011-02-18 Vadim Pisarevskytemporily excluded cv::Algorithm
2011-02-18 Vadim Pisarevskyadded missing "#include <functional>"
2011-02-18 Alexey Spizhevoyforgot to run bitiwise tests
2011-02-18 Vadim Pisarevskyreplaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer...
2011-02-18 Vadim Pisarevskyreplaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer...
2011-02-18 Vadim Pisarevskyreplaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer...
2011-02-18 Alexey Spizhevoyfixed gpu/CMakeLists.txt
2011-02-18 Alexey Spizhevoyremoved unnecessary code from gpu/CMakeLists.txt
2011-02-18 Alexey Spizhevoyremoved CMakeLists.txt from gpu/test folder to avoid...
2011-02-17 Maria Dimashovafixed mirror property of kinect
2011-02-17 Alexey Spizhevoyrefactored GPU performance sample, added filter suport
2011-02-17 Alexey Spizhevoyadded NVIDIA tests (disabled because doesn't work under...
2011-02-17 Alexey Spizhevoyported GPU test to GTest framework
2011-02-17 Alexey Spizhevoyremoved check_and_treat_gpu_exception function
2011-02-17 Alexey Spizhevoynow GPU stereo_bp test prints error mesage and test...
2011-02-17 Maria Dimashovafixed colorizing disparity
2011-02-17 Vadim Pisarevskyfixed memory corruption in cvtest::copyMakeBorder ...
2011-02-17 Alexey Spizhevoyfixed incorrect device id in multi_gpu sample (checked...
2011-02-17 Alexey Spizhevoyremoved catch from GPU stereo_bp test as --gtest_catch_...
2011-02-16 Alexey Spizhevoycreated GPU new-style test project, ported StereoBP...
2011-02-16 Marius MujaUpdated doc
2011-02-16 Marius MujaPrefixed constants in flann with FLANN_ to prevent...
2011-02-16 Anatoly Baksheevdefault target arch modified
2011-02-16 Vladislav Vinogradovupdate docs
2011-02-16 Marius MujaRemoving 'using namespace std' from header files, close...
2011-02-15 Anatoly Baksheevminor + warnings
2011-02-15 Alexey Spizhevoyadded docs for MultiGpuManager
2011-02-15 Alexey Spizhevoyrenamed GpuFeature into FeatureSet and updated docs
2011-02-15 Alexey Spizhevoyrefactoring of GPU module
2011-02-15 Anatoly Baksheevfixed some warnings
2011-02-15 Alexey Spizhevoyadded init() function into MultiGpuMgr, added samples
2011-02-15 Alexey Spizhevoyfixed multi GPU API, added driver_api prefix to multi...
2011-02-15 Vladislav Vinogradovfixed descriptor calculation in SURF_GPU
2011-02-14 Vladislav Vinogradovfixed errors in gpu on old video cards (SURF_GPU, Brute...
2011-02-14 Alexey Spizhevoyfixed warnings in GPU samples
2011-02-14 Alexey Spizhevoyfixed GPU samples and MultiGpuMgr
2011-02-14 Alexey Spizhevoyremoved debug output from tests
2011-02-14 Alexey Spizhevoyfixed GPU minMaxLoc test, updated docs
2011-02-14 Anatoly BaksheevGPU: In strcut _scanElemOp dummy type pass by value
2011-02-14 Alexey Spizhevoy(no commit message)
2011-02-14 Alexey Spizhevoyadded draft version of MultiGpuMgr (it isn't tested...
2011-02-14 Alexey Spizhevoyfixed GPU meanshift segmentation test under Ubuntu
2011-02-13 Gary Bradskiadded output camera id if it fails
2011-02-13 Gary Bradskijust added frame saving
2011-02-11 Alexey Spizhevoyfixed warpAffine and warpPerspective under Linux
2011-02-11 Alexey Spizhevoychanged a little NVIDIA Staging test framework to handl...
2011-02-11 Ethan RubleeFixes build for android, mentioned in ticket #873
2011-02-10 Ethan RubleeLinking order for android.
2011-02-10 Alexey Spizhevoyminor chnages in GPU samples
2011-02-10 Alexey Spizhevoyfixed waitKey delay for the GPU FD sample, it didn...
2011-02-10 Alexey Spizhevoyremoved check disabling GPU face detection under Linux...
2011-02-09 Vadim Pisarevskytemporarily disabled PyramidUp test (it crashes)
2011-02-09 Vadim Pisarevskyfixed build errors on Linux + fixed Farneback optical...
2011-02-09 Vadim Pisarevsky.pyc files should not be in the repository
2011-02-09 Vadim Pisarevskyfixed build on Windows with MSVC2010
2011-02-09 Vadim Pisarevskyadded missing ts internal header
2011-02-09 Vadim Pisarevskythe combined cxts + gtest
2011-02-09 Vadim Pisarevsky(no commit message)
2011-02-09 Vadim Pisarevskythe combined cxts + gtest
2011-02-09 Vadim Pisarevskyfixed bugs in CartToPolarToCart test
2011-02-09 Vadim Pisarevskyreworked nearly all of the OpenCV tests (except for...
2011-02-09 Alexey Spizhevoyrenamed gpu::DeviceInfo::has into gpu::DeviceInfo:...
2011-02-09 Vladislav Vinogradovfixed block size calculation in SURF_GPU (fasthessian_g...
2011-02-08 Valentina KustikovaParallel version of Latent SVM.
next