profile/ivi/opencv.git
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...
2010-12-20 Vladislav Vinogradovadded SURF_GPU.
2010-12-20 Alexey Spizhevoygpu hog sample: added support of writing video
2010-12-20 Alexey Spizhevoyrefactoring: moved gpu reduction-based functions into...
2010-12-20 Alexey Spizhevoyrefactoring: made gpu bitwise operations inline
2010-12-20 Alexey Spizhevoygpu module refactoring: moved per-element operations...
2010-12-20 Alexey Spizhevoyadded host code for gpu::matchTemplate (as NPP_staging...
2010-12-20 Alexey Spizhevoyupdated gpu bitwise operations
2010-12-19 Anatoly Baksheevrenamed constantspacebp -> stereocsbp line all other...
2010-12-17 Anatoly Baksheevtemporary added NPP_staging, functionality from the...
2010-12-17 Maria Dimashovafixed traincascade
2010-12-17 Alexey Spizhevoyupdated other gpu's bitwise operations
2010-12-17 Alexey Spizhevoyreimplemented gpu::bitwise_not operation, refactored...
2010-12-17 Alexey Spizhevoyrefactored bitwise operations in gpu module
2010-12-16 Alexey Spizhevoyfixed link time error in gpu module
2010-12-16 Alexey Spizhevoyadded support of CCOEFF_NORMED for multichannel images...
2010-12-15 Alexey Spizhevoyadded support of multichannel images into gpu::sqrSum
2010-12-15 Alexey Spizhevoyadded support of multichannel images into gpu::matchTem...
2010-12-15 Alexey Spizhevoyadded support of remaining image number of channels...
2010-12-15 Alexey Spizhevoyrefactored gpu module, added vec math operators for...
2010-12-15 Alexey Spizhevoyfixed minor bugs in gpu module
2010-12-15 Kirill Kornyakovcompilation warning fixed
2010-12-15 Alexey Spizhevoyadded support of multichannel images into gpu::matchTem...
2010-12-15 Kirill Kornyakovbug #762 fixed
2010-12-14 Kirill KornyakovCascadeClassifier refactored. Most of the members and...
2010-12-14 Alexey Spizhevoyfixed bug in matchTemplate when template size is (1...
2010-12-14 Alexey Spizhevoyrefactored matchTemplate.cu
2010-12-14 Alexey Spizhevoyadded CUDA kernel for CV_TM_CCOEFF_NORMED matchTemplate...
2010-12-14 Alexey Spizhevoyadded CUDA kernel for CV_TM_CCOEFF matchTemplate method
2010-12-14 James BowmanExport CV_PI explcitly, #758.
2010-12-13 Vadim Pisarevskyone more fix in the recently rewritten copyMakeBorder
2010-12-13 Alexey Spizhevoyadded some gpu::matchTemplate kernels (other parts...
2010-12-13 Alexey Spizhevoyfixed some warning under Ubuntu in gpu module
2010-12-13 Vadim Pisarevskyreplaced 8x6 pattern with 9x6, which orientation can...
2010-12-13 Alexey Spizhevoyadded gpu::sqrSum function
2010-12-13 Vladislav Vinogradovfixed errors in StereoBeliefPropogation under linux
2010-12-13 Anatoly Baksheevfixed bug with prefilter_xsobel preset.
2010-12-13 Alexey Spizhevoyfixed minor bug in gpu::sum
2010-12-13 Alexey Spizhevoyadded tests for gpu::sum, it supports all data types...
2010-12-13 Vladislav Vinogradovfixed compile error under linux
2010-12-13 Vladislav Vinogradovfixed bug in gpu filter engine (incorrect buffer type...
2010-12-12 Vadim Pisarevskyimproved naive bayes robustness in the case of singular...
2010-12-12 Vadim Pisarevskyfixed cv::CHAIN_APPROX_* definitions (ticket #755)
2010-12-11 Vadim Pisarevskyrewrote copyMakeBorder (to support other border types...
2010-12-11 Vadim Pisarevskyfixed Mat::Mat(Vec|Matx|vector) constructor (ticket...
2010-12-11 Vadim Pisarevskyfix opencv-highgui build with old versions of libpng...
2010-12-11 Anatoly Baksheevsome files rename
2010-12-11 Anatoly BaksheevFixed serious kernel crash IN StereoBM_GPU for some...
2010-12-11 Vadim Pisarevskyfixed border processing bayer2rgb & bayer2gray; made...
2010-12-10 Vadim Pisarevskypossibly improved findHomography accuracy (reported...
2010-12-10 Vadim PisarevskySSE2 optimization for Bayer->RGB; added Bayer->Gray...
2010-12-10 Alexander Shishkovmoved failed tests to blacklists
2010-12-10 Alexey Spizhevoyminor refactoring of gpu module
2010-12-10 Alexey Spizhevoyfixed minor bug in gpu module, added first version...
2010-12-10 Alexey Spizhevoyrefactored gpu module
2010-12-10 Alexey Spizhevoyadded support of CV_8U & CV_TM_CCORR into gpu::matchTem...
2010-12-09 Vadim Pisarevskyimproved accuracy of determinant(), invert() and solve...
2010-12-09 Vadim Pisarevskyfixed compile error in multicascadeclassifier
2010-12-09 Kirill Kornyakovcode cleaning of cascade classifier
2010-12-09 Kirill Kornyakovfacedetect code cleaned. added new multicascadeclassifi...
2010-12-09 Vadim Pisarevskyadded missing #include <iterator>
2010-12-09 Vadim Pisarevskyadded opencv/include/CMakeLists.txt to the install...
2010-12-08 Vadim Pisarevskymake the floodfill test parameters more discrete, to...
2010-12-08 Alexey Spizhevoyadded test for gpu:columnSum
2010-12-08 Alexey Spizhevoyadded gpu::columnSum, fixed compile error (if there...
2010-12-08 Alexey Spizhevoyadded support of CV_32F & CV_TM_SQDIFF into gpu::matchT...
2010-12-08 Alexey Spizhevoyadded support of CV_TM_CCORR (via FFT) into gpu::matchT...
2010-12-08 Vadim Pisarevskyreplicated the fix for Ptr<CvCapture> bug
2010-12-08 Vladislav Vinogradovadded support of 4-channels images to StereoConstantSpa...
2010-12-07 Vladislav Vinogradovadded support of 4 channels images to StereoBeliefPropa...
2010-12-07 Maria Dimashovaremoved test from black list (#737)
2010-12-07 Maria Dimashovaupdated test threshold
2010-12-07 Alexey Spizhevoyfixed total FPS evaluation in the GPU HOG sample
2010-12-07 Alexander Shishkovmoved failed tests to blacklists
2010-12-07 Alexey Spizhevoyfixed compile-time warning under g++
2010-12-07 Alexey Spizhevoyminor refactoring of gpu module
2010-12-06 Vadim Pisarevskyfixed GBTrees build on NetBSD & Android; fixed GPU...
2010-12-06 Anatoly Baksheevmodule reorganization: added folder with pure device...
2010-12-06 Vladislav Vinogradovadded assertion on Compute Capability >= 1.1 to BruteFo...
2010-12-06 Alexey Spizhevoyadded first version of gpu::matchTemplate, currently...
2010-12-06 Vladislav Vinogradovadded BruteForceMatcher_GPU
2010-12-06 Alexey Spizhevoyrefactored border interpolation in gpu module
2010-12-06 Vadim Pisarevskyrevert to using fixed RNG in EM, otherwise the algorith...
2010-12-06 Vadim Pisarevskyturn off SSE2 optimization in cv::exp & cv::log in...
2010-12-06 Vladislav Vinogradovadded per-element min/max to gpu module.
2010-12-06 Anatoly Baksheevmisprint
2010-12-06 Alexey Spizhevoyadded sipport of BORDER_REPLICATE mode into gpu::corner...
2010-12-05 Vadim Pisarevskyinclude 3rdparty/lib/* into the source package for...
2010-12-05 Vadim Pisarevskyturn off SSE2 optimization in cv::exp & cv::log in...
2010-12-05 Vadim Pisarevskysome more fixes for the static library configuration
2010-12-05 Vadim Pisarevskyopencv_zlib renamed back to zlib; make static libs...
next