platform/upstream/opencv.git
2011-01-14 Alexey Spizhevoyupdated gpu module docs
2011-01-14 Alexey Spizhevoyupdated gpu module docs
2011-01-14 Alexey Spizhevoyfixed writing video in HOG sample
2011-01-13 Alexey Spizhevoyupdated gpu module docs
2011-01-13 Alexey Spizhevoyupdated gpu module docs
2011-01-13 Alexey Spizhevoyupdated gpu module docs
2011-01-13 Alexey Spizhevoyupdated gpu module docs
2011-01-13 Vladislav Vinogradovadded docs for GPU Filter Engine
2011-01-13 Anatoly BaksheevFirst version of CascadeClassifier_GPU.
2011-01-13 Alexey Spizhevoyupdated gpu module docs
2011-01-13 Alexey Spizhevoyupdated gpu module docs
2011-01-13 Vladislav Vinogradovadded docs for SURF_GPU and BruteForceMatcher_GPU
2011-01-13 Alexey Spizhevoyupdated gpu module docs
2011-01-12 Victor ErukhimovMemory management and primitive operators
2011-01-12 Victor ErukhimovMemory management and primitive operators
2011-01-12 Victor ErukhimovAdded a section on accessing matrix elements
2011-01-12 Alexey Spizhevoydoc'd gpu bitwise, meanShift code
2011-01-12 Alexey Spizhevoyadded docs for gpu::HOGDescriptor
2011-01-12 Maria Dimashovafixed CvBoost
2011-01-12 Maria Dimashovafixed compile error
2011-01-12 Maria Dimashovafixed FernDescriptorMatcher (#765)
2011-01-12 Alexey Spizhevoycosmetic changes in gpu module, decreased matchTemplate...
2011-01-12 Alexey Spizhevoyremoved unnecessary code from gpu::matchTemplate
2011-01-12 Maria Dimashovafixed collisions between std::transform() and cv::trans...
2011-01-11 Victor ErukhimovOpenCV user guide prototype
2011-01-11 Vadim Pisarevskyfixed compile problems when Makefiles are used
2011-01-11 Vadim Pisarevskyupdated the new arithmetic tests
2011-01-11 Alexey Spizhevoyreplaced adding constant in normalization with taking max
2011-01-11 Alexey Spizhevoyupdated normalization routine in the matchTemplate...
2011-01-10 Vladimir Dudnikfixed mistake in integration of IPP Sub functions....
2011-01-08 Vladimir Dudnikadd IPP Sub operations to arithm.cpp for 8u, 16u, 16s...
2011-01-07 Vladimir Dudnikadd IPP Add operations to arithm.cpp for 8u, 16u, 16s...
2011-01-06 Marius MujaBug fix in flann wrapper
2011-01-05 Marius MujaRenaming log constants, fixes bug #792
2011-01-05 Vadim Pisarevskyincreased "inf" constant in the true distance transform...
2011-01-03 Vladimir Dudnikfix issue in IPP search algorithm (when no IPPROOT...
2010-12-31 Vladimir Dudnikadded OpenCVFindIPP.cmake script, which will look for...
2010-12-31 Vladimir Dudnikadded OpenCVFindIPP.cmake script, which will look for...
2010-12-30 Alexey Spizhevoyvideo writing via cmd args in hog sample added
2010-12-29 Vadim Pisarevskyfixed incorrect sign of the result of the convolution...
2010-12-29 Ethan Rubleeswapping features2d with calib3d for linking order...
2010-12-29 Alexey Spizhevoyupdated gpu hog sample
2010-12-29 Alexey Spizhevoyrefactored hog, added camera support into hog_sample
2010-12-28 Brian Gerkeytest commit emails
2010-12-28 Vadim Pisarevskysome more fixes in background/foreground subtraction...
2010-12-28 Vadim Pisarevskyfixed some build problems
2010-12-28 Vadim Pisarevskyadded background/foreground segmentation algorithm...
2010-12-28 Vadim Pisarevskymoved gtest to modules; added some gtest-based tests
2010-12-28 Alexey Spizhevoyadded missed include (for MSVC 2010)
2010-12-27 Vadim Pisarevskymerged fix for x64 MSVC compile errors in highgui into...
2010-12-27 Alexey Spizhevoyadded buffered version of gpu::convolve
2010-12-27 Vadim Pisarevskyanother attempt to fix findHomography
2010-12-27 Ilya LysenkovMoved BlobDetector to features2d
2010-12-27 Alexey Spizhevoysimplified gpu::columnSum test, it doesn't fail on...
2010-12-27 Ilya LysenkovMoved PlanarObjectDetector to the objdetect module
2010-12-27 Alexey Spizhevoyrefactored gpu::dft
2010-12-26 Vadim Pisarevskyfixed MatConstIterator<> (ticket #776)
2010-12-24 Alexey Spizhevoyminor warning fixed
2010-12-24 Alexey Spizhevoyminor refactoring in gpu module
2010-12-24 Alexey Spizhevoynow single row GPU matrix is continuous one, added...
2010-12-24 Alexey Spizhevoyminor changes in gpu module (comments and warnings)
2010-12-24 Alexey Spizhevoyadded support of scaling into gpu::dft, refactored...
2010-12-23 Vladimir Dudnikcosmetic changes, removed trailing spaces
2010-12-23 Vladimir Dudnikcosmetic changes
2010-12-23 Vladimir Dudnikcosmetic changes, removed trailing spaces
2010-12-23 Vladimir Dudnikcosmetic changes, removed trailing spaces
2010-12-23 Vladimir Dudnikcosmetic changes, removed trailing spaces
2010-12-23 Vladimir Dudnikcosmetic changes, removed trailing spaces
2010-12-23 Vladimir Dudnikcosmetic changes
2010-12-23 Vladimir Dudnikcosmetic changes, removed trailing spaces. Added ippGet...
2010-12-23 Vladimir Dudnikcosmetic changes
2010-12-23 Vladimir Dudnikcosmetic changes
2010-12-23 Vladimir Dudniktest svn access
2010-12-23 Alexey Spizhevoyupdated test for gpu::dft, updated dft for handling...
2010-12-23 Alexey Spizhevoyfixed bug in gpu::dft
2010-12-23 Alexey Spizhevoyadded gpu::dft implemented via CUFFT
2010-12-22 Alexey Spizhevoyadded tests for gpu::mulSpectrums
2010-12-22 Alexey Spizhevoyadded mulSpectrums functions into GPU module
2010-12-22 Alexey Spizhevoymoved crossCorr (as NPP_Staging wrapper) into public...
2010-12-22 Alexey Spizhevoymoved sqrIntegral (NPP_Staging wrapper) into public...
2010-12-22 Vladislav Vinogradovadded matcher_simple_gpu sample
2010-12-22 Alexey Spizhevoyadded CUFFT errors handling into GPU module
2010-12-22 Vladislav Vinogradovfixed some warnings under linux
2010-12-21 Vladislav Vinogradovadded gpu transpose and integral based on NPP Staging.
2010-12-21 Ilya LysenkovFixed documentation
2010-12-21 Ilya LysenkovFixed some warnings under Windows
2010-12-21 Ilya LysenkovFixed compile errors under Windows
2010-12-21 Anatoly Baksheevwarningx fixed under vs2008
2010-12-21 Alexey Spizhevoyminor changes in the gpu stereo sample
2010-12-21 Ilya LysenkovUsed Poitn2f instead of KeyPoint
2010-12-21 Alexey Spizhevoyfixed comment
2010-12-21 Alexey Spizhevoyadded convert into gray and prefilter Sobel controls...
2010-12-21 Ilya LysenkovChanged the camera calibration sample to support circle...
2010-12-21 Ilya LysenkovAdded documentation for cirlces' grid detection
2010-12-21 Ilya LysenkovAdded a regression test for a circles' grid detection
2010-12-21 Ilya LysenkovAdded detection of cirlces' grid pattern
2010-12-21 Alexey Spizhevoyadded more controls into gpu stereo sample
2010-12-21 Vladislav Vinogradovfixed compiler error under linux
2010-12-21 Alexey Spizhevoyadded first version of stereo match sample on gpu
2010-12-20 Vadim Pisarevskyenable #include "cvconfig.h" in highgui on Windows...
next