2010-10-08 |
Maria Dimashova | fixed compile error (with TBB) |
commit | commitdiff | tree | snapshot |
2010-10-08 |
Maria Dimashova | added sample on BOW usage to image classification ... |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Vladislav Vinogradov | added Filter Engine to gpu module. |
commit | commitdiff | tree | snapshot |
2010-10-06 |
Anatoly Baksheev | fixed gpu module build system (in case when WITH_CUDA... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
James Bowman | #593 add ConvertImage |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Anatoly Baksheev | fixed warnings under VS2010 about 'implicit conversion... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Maria Dimashova | fixed FernDescriptorMatch; optimized keypoint regions... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Vadim Pisarevsky | possible fix for ticket 380 (should not hurt camera... |
commit | commitdiff | tree | snapshot |
2010-10-04 |
Vladislav Vinogradov | added Sobel, GaussianBlur, Canny to gpu module. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Vadim Pisarevsky | much faster exp() and log() with SSE2 |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Vadim Pisarevsky | some more fixes in rectify3 and 3calibration (corrected... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Vadim Pisarevsky | fixed 3calibration sample |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Vadim Pisarevsky | added Eigen3 support |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Maria Dimashova | fixed detector evaluation test |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Vadim Pisarevsky | added calib3d dependency of highgui, to visualize check... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Vadim Pisarevsky | fixed detection of the checkerboards in some extreme... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Maria Dimashova | back to previous default params |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Ilya Lysenkov | Updated a recall curve construction in descriptors... |
commit | commitdiff | tree | snapshot |
2010-09-30 |
Maria Dimashova | added BOWTrainer::add() |
commit | commitdiff | tree | snapshot |
2010-09-29 |
Vladislav Vinogradov | added gpu 1d window sum, convertTo, based on NPP. |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Alexey Spizhevoy | fixed some compile-time problems (under Ubuntu) |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Vladislav Vinogradov | fixed gpu morphology: anchor and iterations |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Vladislav Vinogradov | fixed short and float reading/writing in gpu::cvtColor |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Anatoly Baksheev | fixed gpu morphology: now kernel in gpu is passed to... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Vladislav Vinogradov | added gpu::cvtColor for RGB <-> YCrCb and RGB <-> YUV |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Vladislav Vinogradov | added gpu::magnitude for complex source vector (two... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Alexey Spizhevoy | updated StereoBP docs & comments |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Vladislav Vinogradov | added gpu add, subtract, multiply, divide, absdiff... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Alexey Spizhevoy | added copyright for split_merge files |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Vladislav Vinogradov | added gpu::LUT for CV_8UC3 type, added gpu::cvtColor... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Anatoly Baksheev | added black list for gpu tests |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Ethan Rublee | giving the android jni a start up function OnLoad |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Anatoly Baksheev | gpu test refactoring |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Anatoly Baksheev | refactoring npp tests |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Maria Dimashova | fixed grammar error |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Maria Dimashova | added DenseFeatureDetector |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Anatoly Baksheev | modified according to NPP for CUDA 3.2 API updates. |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Anatoly Baksheev | FindNPP.cmake: added support of NPP 3.2 |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Anatoly Baksheev | search in env var CUDA_NPP_ROOT |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Anatoly Baksheev | fixed if condition syntax: ! -> NOT |
commit | commitdiff | tree | snapshot |
2010-09-24 |
Vadim Pisarevsky | fixed compile errors with MSVC2010 |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Vadim Pisarevsky | remove #include <Eigen/Core> from eigen.hpp |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Maria Dimashova | added bag of words; did some renaming |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Ethan Rublee | adding setup for some sample applications that use... |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Maria Dimashova | split descriptors.cpp |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Maria Dimashova | added OpponentColorDescriptorExtractor |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Vadim Pisarevsky | include Eigen2/3 headers optionally, for greater flexib... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Ethan Rublee | fixing a bug in the local.env.mk setup, and correcting... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Vadim Pisarevsky | improved matrix expressions efficiency in some cases... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Ethan Rublee | adding some functionality to the android-opencv shared... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Vladislav Vinogradov | added gpu version of LUT, integral, boxFilter and cvtCo... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Maria Dimashova | fixed problem with surrogate splits in decision trees... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Ethan Rublee | woops, broke cmake for a bit... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Ethan Rublee | removing the duplicated zlib for android - seems to... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Ethan Rublee | adding some small changes to support android build, |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Ethan Rublee | modding the 3rdparty CMakeLists.txt to allow for androi... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Ethan Rublee | adding cmake based android scripts and a reusable andro... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Ethan Rublee | deleting the android - will readd momentarily |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Vadim Pisarevsky | added Google Test framework |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Vadim Pisarevsky | added Google Test framework |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Vadim Pisarevsky | fixed test of matrix operations |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Vadim Pisarevsky | moved the matrix expressions from mat.hpp to matop... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Alexander Shishkov | remove failed tests (issues #578, 579) |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Alexander Shishkov | remove failed test (see issues #575, 576, 577, 567... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Alexey Spizhevoy | implemented cv::gpu::merge and cv::gpu::split functions |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Maria Dimashova | updated test thresholds again |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Vladislav Vinogradov | minor refactoring of GPU module and GPU tests |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Maria Dimashova | updated test thresholds |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Maria Dimashova | uncommented some tests |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Alexander Shishkov | remove failed test (see issues #571, 572) |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Alexander Shishkov | remove failed test (see issue #570) |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Alexander Shishkov | remove failed test (see issue #536) |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Anatoly Baksheev | GPU module: minor interface changes |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Anatoly Baksheev | added GPU implementation of morphology functions (using... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Maria Dimashova | uncommented fix of write/read keypoints |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Alexander Shishkov | remove failed tests |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Maria Dimashova | removed duplicate regression test on CalonderDescriptor... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Maria Dimashova | merged regression tests for FeatureDetector, Descriptor... |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Yannick Verdie | Update doc because of typo in Qt section |
commit | commitdiff | tree | snapshot |
2010-09-16 |
Yannick Verdie | Qt fix: cvAddText ticket #561 |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Ethan Rublee | testing commit permission |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Vladislav Vinogradov | added nppSafeCall |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Maria Dimashova | commented fix write/read keypoints temporarily |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Vladislav Vinogradov | Added implementation and test for the GPU version of... |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Maria Dimashova | merged fix of write/read keypoints from branch |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Vladislav Vinogradov | Added implementation and test for the GPU version of... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vadim Pisarevsky | added build scripts for Android, contributed by Ethan... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vadim Pisarevsky | excluded from Android build |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vadim Pisarevsky | flattened flann directory structure; patched zlib to... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vadim Pisarevsky | eliminated freeze in SVD. |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vadim Pisarevsky | added blacklist support in the OpenCV test engine for... |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Vadim Pisarevsky | fixed accuracy problem in cv::invert() (Cholesky method) |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Anatoly Baksheev | minor (unset NPP library variables if not found) |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Vladislav Vinogradov | Added implementation and test for the GPU version of... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Andrey Morozov | fixed build npp for linux |
commit | commitdiff | tree | snapshot |
2010-09-12 |
Anatoly Baksheev | Added compilation with NPP to GPU module(FindNPP script... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Maria Dimashova | fixed CvDTree and CvForestTree find_best_split() methods |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Kirill Kornyakov | gpu::add now supports 8UC4 and 32FC1 |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Maria Dimashova | Fixed FernClassifier |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Andrey Morozov | created build infrastructure for NPP linking in CMake. |
commit | commitdiff | tree | snapshot |
next |