profile/ivi/opencv.git
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...
2010-12-04 Vadim Pisarevskymake OpenCVConfig.cmake usable in the case of static...
2010-12-04 Vadim Pisarevskystarting to fix CMake scripts for the proper OpenCVConf...
2010-12-04 Vadim Pisarevskyupdated version number; removed unnecessary index.html...
2010-12-04 Vadim Pisarevskya few more little fixes in read_csv
2010-12-04 Vadim Pisarevskyfixed several typos in docs; make MLData capable of...
2010-12-04 Vadim Pisarevskyfixed compile errors in cap_qt.cpp (ticket #391)
2010-12-04 Vadim Pisarevskyfixed OpenCV build on NetBSD (ticket #726)
2010-12-04 Vadim Pisarevskylittle change in flann save_value. Likely does not...
2010-12-04 Vadim Pisarevskymake watershed demo work correctly
2010-12-04 Vadim Pisarevskyfixed crash in cvDrawContours when abs(maxLevel) is...
2010-12-04 Vadim Pisarevskyfixed mouse painting in Qt bindings (to make watershed...
2010-12-04 Vadim Pisarevskyadded check for the board size
2010-12-04 Vadim Pisarevskyfixed unresolved RotatedRect::boundingRect() error...
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped too
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
2010-12-04 Gary Bradskirevamped
next