2010-10-18 |
Alexey Spizhevoy | refactored mssegmentation.cpp |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Vadim Pisarevsky | fixed PDF generation |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Alexander Shishkov | remove failed tests (issues #612-616) |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Vladislav Vinogradov | added gpu version of magnitude, magnitudeSqr, phase... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Maria Dimashova | fixed cast of Mat to vector<Mat> (leads to compile... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Vadim Pisarevsky | fixed a couple of warnings and 2 possible bugs |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Vadim Pisarevsky | added Mat::push_back, pop_back and related operations... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Vadim Pisarevsky | renamed filterObject -> CvLSVMFilterObject, position... |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Kirill Kornyakov | bugfix: incrorrect argument order in cvRodrigues2 call |
commit | commitdiff | tree | snapshot |
2010-10-18 |
Kirill Kornyakov | bugfix: wrong command line argument used |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Alexey Polovinkin | GBT train/test was added to tree_engine sample |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Vadim Pisarevsky | added helper macros to the function declarations |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Anatoly Baksheev | added opencv_flann to OpenCVConfig |
commit | commitdiff | tree | snapshot |
2010-10-16 |
Alexey Polovinkin | Added error handling in latentsvmdetect sample |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Vadim Pisarevsky | made FLANN (and dependent on it code) build fine on... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
P. Druzhkov | Gradient Boosting Trees (CvGBTrees) added to opencv... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Ethan Rublee | accidentally commited a ROS patch of the test.py a... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Maria Dimashova | minor fixes |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Alexey Spizhevoy | refactored mean shift segmentation a little |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Vladislav Vinogradov | added magnitudeSqr and rectStdDev to gpu module. |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Vladislav Vinogradov | added gpu::cvtColor for RGB <-> HSV and RGB <-> HLS |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Alexey Spizhevoy | implemented mean shift segmentation with elimination... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Vadim Pisarevsky | added dependency on the new module flann (now with... |
commit | commitdiff | tree | snapshot |
2010-10-13 |
Vadim Pisarevsky | added dependency on the new module flann |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Vadim Pisarevsky | fixed some more build problems after renaming the headers |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Marius Muja | Updated FLANN to version 1.5 |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Vadim Pisarevsky | re-added missing _lsvmparser.h |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Vadim Pisarevsky | the header parser for the extended OpenCV Python bindings |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Vadim Pisarevsky | removed obsolete matrix expression implementation |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Vadim Pisarevsky | small fix in DefaultRngAuto class for easier parsing... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Vadim Pisarevsky | renamed internal headers to avoid conflicts with system... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Vadim Pisarevsky | united cv::Mat and cv::MatND |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Vadim Pisarevsky | united cv::Mat and cv::MatND |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Vadim Pisarevsky | united cv::Mat and cv::MatND |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Vladislav Vinogradov | fixed gpu filters (deriv filter and source roi calculation) |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Vladislav Vinogradov | added histograms calculation to gpu module |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Ethan Rublee | working on cleaning up the android port - trying to... |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Ethan Rublee | adding samples to the android apps directory |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Anatoly Baksheev | fixed some warning under VS2008 |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Alexey Spizhevoy | added test data for mean shift procedure |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Alexey Spizhevoy | changed mean shift procedure a little |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Vladislav Vinogradov | added min/max filters to gpu module. |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Evgeniy Kozinov | Russian comments was removed. Error code was added... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Valentina Kustikova | Integration object detection using Latent SVM. Sample... |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Maria Dimashova | fixed area computing |
commit | commitdiff | tree | snapshot |
2010-10-09 |
Ethan Rublee | _S happens to be a bad variable name for android |
commit | commitdiff | tree | snapshot |
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 |
next |