profile/ivi/opencv.git
2011-03-16 Vadim Pisarevskytemporarily comment off installation of the PDF documen...
2011-03-16 Vladislav Vinogradovfixed some warnings in surf.cu
2011-03-15 Ethan RubleeApplying fix described in ticket #910. sift was not...
2011-03-15 Vladislav Vinogradovfixed mask calculation in SURF_GPU
2011-03-14 Vladislav Vinogradovfixed surf.cu compilation on CC 2.0
2011-03-14 Anatoly Baksheevsome includes moved to precomp.hpp for gpu module
2011-03-14 Vladislav Vinogradovupdated SURF_GPU docs
2011-03-13 Vincent Rabaud- add support for the popcnt instruction (useful for...
2011-03-13 Vincent Rabaud- replace the linear search in a sorted list by the...
2011-03-11 Anatoly Baksheevminor (fixed log message)
2011-03-10 Vladislav Vinogradovmade GPU version of SURF more consistent with CPU one
2011-03-09 Alexey Spizhevoyadded docs for gpu::solvePnPRansac
2011-03-08 Vadim Pisarevskyfurther docs cleanup
2011-03-07 Alexey Spizhevoymake GPU version of solvePnPRansac more consistent...
2011-03-07 Alexey Spizhevoyupdated solvePnpRansac performance test
2011-03-06 Jose Luis BlancoFixed build errors in MSVC when building without CUDA.
2011-03-05 Vadim Pisarevskyfixed Python reference title
2011-03-05 Vadim Pisarevskyadded pictures for OpenCV 2.x reference manual; fixed...
2011-03-05 Vadim Pisarevskyadded OpenCV 1.x documentation
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
next