profile/ivi/opencv.git
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
2011-02-02 Alexey Spizhevoyfixed warpAffine and warpPerspective tests
2011-02-02 Alexey Spizhevoyfixed gpu image resize test
2011-02-02 Alexey Spizhevoyadded docs for gpu::GpuFeature
2011-02-02 Vladislav Vinogradovadded cvtColor performance test, small fix of BruteForc...
2011-02-02 Alexey Spizhevoyfixed gpu::sum* on CC1.0, updated some tests
2011-02-02 Alexey Spizhevoyforgot to commit cvconfig.h.cmake
2011-02-01 Maria Dimashovamoved flannIndex to public section (temporarily)
2011-02-01 Alexey Spizhevoyupdated performance sample
2011-02-01 Alexey Spizhevoyadded CUDA_ARCH_FEATUERS define (for correct handling...
2011-02-01 Vladislav Vinogradovfixed gpu minMax tests under linux
2011-02-01 Alexey Spizhevoyreplaced source type 32F with 32FC4 in gpu::norm perf...
2011-02-01 Alexey Spizhevoyadded buffered version of norm, updated performance...
2011-02-01 Alexey Spizhevoyimplemented gpu::norm via absSum, sqrSum, and minMax...
2011-02-01 Maria Dimashovaminor changes of user guide (Kinect section)
2011-02-01 Alexey Spizhevoyadded bigger images for SURF performance test (it shows...
2011-01-31 Victor ErukhimovEnglish corrected
2011-01-31 Maria Dimashovachanged border type to float
2011-01-31 Maria Dimashovachanged border type to float
2011-01-31 Maria Dimashovafixed #772 (added empty implementation of SIFT class...
2011-01-31 Maria Dimashovafixed #841
2011-01-31 Alexey Spizhevoyadded docs for absSum function
2011-01-31 Maria Dimashovaforgot to commit in the last time
2011-01-31 Alexey Spizhevoyadded absSum function
2011-01-31 Maria Dimashovaadded empty() method to common features2d classes;...
2011-01-31 Alexey Spizhevoyremoved linear_filters_beta.cu as its functionality...
2011-01-31 Vladislav Vinogradovfixed gpu tests (BruteForceMatcher_GPU, divide, phase...
2011-01-31 Alexey Spizhevoyadded buffered version of gpu::integral function and...
2011-01-31 Maria Dimashovafixed ticket #823
2011-01-31 Maria Dimashovaminor changes
2011-01-31 Alexey Spizhevoyremoved obsolete file
2011-01-31 Alexey Spizhevoyadded docs for the DeviceInfo class
2011-01-31 Vladislav Vinogradovfixed GPU docs
2011-01-31 Ethan RubleeFixing check in NativePreviewer for supported modes...
2011-01-30 Ethan RubleeAdding a few settings to the camera driver for android.
2011-01-28 Anatoly Baksheevfixed documents errors for GPU module
2011-01-28 Alexey Spizhevoyminor changes in multi_gpu sample
2011-01-28 Alexey Spizhevoyadded images for gpu samples
2011-01-28 Alexey Spizhevoyupdated code in case of the compilation without CUDA
2011-01-28 Alexey Spizhevoyreafactoring: replaced query device props functions...
2011-01-28 Alexey Spizhevoyadded results check into multi_gpu sample
2011-01-28 Alexey Spizhevoyadded performance tests for mulSpectrum, resize, Sobel
2011-01-28 Alexey Spizhevoyadded performance tests for log, exp, add, magnitude
2011-01-27 Alexey Spizhevoyfinished multi_gpu sample
2011-01-27 Alexey Spizhevoyadded HAVE_CUDA, HAVE_TBB handling into multi_gpu sample
2011-01-27 Alexey Spizhevoyfixed TargetArchs implementation in case when HAVE_CUDA...
2011-01-27 Maria Dimashovaadded help on Kinect usage to user guide
2011-01-27 Alexey Spizhevoyreplaced has* methods in the GPU module with the Target...
2011-01-27 Maria Dimashovaremoved old unnecessary files from doc
2011-01-27 Alexey Spizhevoyfixed parsing GPU archs in BIN(PTX) format
next