profile/ivi/opencv.git
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.
2011-02-07 Anatoly Baksheevfixed build under ubuntu, but FS is still disabled
2011-02-07 Alexander Shishkovuncomment building of samples
2011-02-07 Vladislav Vinogradovfixed SURF_GPU (fails on empty data)
2011-02-07 Anatoly Baksheevfix compilation under win32 with gpu
2011-02-07 Ilya LysenkovAdded test for the asymmetric pattern detection
2011-02-07 Ilya LysenkovAdded documentation for asymmetric pattern detection
2011-02-07 Ilya LysenkovModified the calibration sample to work with asymmetric...
2011-02-07 Ilya LysenkovAdded detection of asymmetric circles' pattern
2011-02-07 Ethan RubleeMinor fix to pop count based hamming distance. Being...
2011-02-04 Anatoly Baksheevfixed some compilation under ubuntu
2011-02-04 Anatoly Baksheevremoved MS specific from FD code
2011-02-04 Maria Dimashovaadded messages to CMake log; fixed sample
2011-02-04 Anatoly Baksheev1) NPP_staging as sources. Binaries removed.
2011-02-04 Maria Dimashovafixed CvBoost
2011-02-04 Maria Dimashovarefactored OpenNI integration
2011-02-04 Alexey Spizhevoyadded perf test for gpu::erode, fixed docs, refactored...
2011-02-03 Alexey Spizhevoyupdated docs
2011-02-03 Alexey Spizhevoyfixed some warnings and errors under g++
2011-02-03 Alexey Spizhevoyfixed docs
2011-02-03 Alexey Spizhevoyadded stereo_multi_gpu sample, cosmetic changes in...
2011-02-03 Maria Dimashovamoved an include dirs setting to the root cmake file
2011-02-02 Maria Dimashovafixed doc
2011-02-02 Anatoly Baksheevintro fix in gpu module
2011-02-02 Maria Dimashovamoved flannIndex to protected section again
next