fixed bug in cv::gpu::HOGDescriptor::detectMultiScale
[profile/ivi/opencv.git] / modules / gpu / src / hog.cpp
2012-06-26 Vladislav Vinogradovfixed bug in cv::gpu::HOGDescriptor::detectMultiScale
2012-06-15 Marina Kolpakovafixed more "shadow" warnings
2011-11-14 Vladislav Vinogradovremoved BEGIN_OPENCV_DEVICE_NAMESPACE macros
2011-11-09 Vladislav Vinogradovmoved GpuMat and DevMem2D to core module, some code...
2011-10-13 Anatoly Baksheevgpu module: refactored devmem2d.hpp (atomic bomb)
2011-09-20 Vladislav Vinogradovfixed bug in gpu::HOGDescriptor::getBuffer (ticket...
2011-08-08 Vladislav Vinogradovfixed some warnings under win64
2011-03-30 Anatoly Baksheevfixed extra memory allocations.
2011-01-12 Alexey Spizhevoyadded docs for gpu::HOGDescriptor
2011-01-12 Alexey Spizhevoycosmetic changes in gpu module, decreased matchTemplate...
2010-12-03 Alexey Spizhevoyadded support of gamama_correction parameter into gpu...
2010-11-25 Alexey Spizhevoyfixed compile time errors in gpu module (if one compile...
2010-11-22 Alexey Spizhevoyfixed scaling in gpu HOG
2010-11-20 Andrey Morozovfixed compilation error and warnings under ubuntu
2010-11-19 Alexey Spizhevoyadded support of different descriptor formats into...
2010-11-18 Alexey Spizhevoyadded getDescriptors support into gpu HOG, also added...
2010-11-17 Alexey Spizhevoyadded getDescriptors function (draft version)
2010-11-17 Alexey Spizhevoyadded different win_stride values feature into gpu...
2010-11-17 Alexey Spizhevoyadded getPeopleDetector_48x96 into gpu HOG
2010-11-16 Anatoly Baksheevadded default detector for winSize(64,128) for hog...
2010-11-15 Alexey Spizhevoyfixed some bugs, added tests for gpu::HOGDescriptor
2010-11-15 Alexey Spizhevoyadded HOGDescriptor on GPU