profile/ivi/opencv.git
2010-10-12 Vadim Pisarevskyunited cv::Mat and cv::MatND
2010-10-12 Vadim Pisarevskyunited cv::Mat and cv::MatND
2010-10-12 Vladislav Vinogradovfixed gpu filters (deriv filter and source roi calculation)
2010-10-12 Vladislav Vinogradovadded histograms calculation to gpu module
2010-10-12 Ethan Rubleeworking on cleaning up the android port - trying to...
2010-10-12 Ethan Rubleeadding samples to the android apps directory
2010-10-11 Anatoly Baksheevfixed some warning under VS2008
2010-10-11 Alexey Spizhevoyadded test data for mean shift procedure
2010-10-11 Alexey Spizhevoychanged mean shift procedure a little
2010-10-11 Vladislav Vinogradovadded min/max filters to gpu module.
2010-10-11 Evgeniy KozinovRussian comments was removed. Error code was added...
2010-10-09 Valentina KustikovaIntegration object detection using Latent SVM. Sample...
2010-10-09 Maria Dimashovafixed area computing
2010-10-09 Ethan Rublee_S happens to be a bad variable name for android
2010-10-08 Maria Dimashovafixed compile error (with TBB)
2010-10-08 Maria Dimashovaadded sample on BOW usage to image classification ...
2010-10-06 Vladislav Vinogradovadded Filter Engine to gpu module.
2010-10-06 Anatoly Baksheevfixed gpu module build system (in case when WITH_CUDA...
2010-10-04 James Bowman#593 add ConvertImage
2010-10-04 Anatoly Baksheevfixed warnings under VS2010 about 'implicit conversion...
2010-10-04 Maria Dimashovafixed FernDescriptorMatch; optimized keypoint regions...
2010-10-04 Vadim Pisarevskypossible fix for ticket 380 (should not hurt camera...
2010-10-04 Vladislav Vinogradovadded Sobel, GaussianBlur, Canny to gpu module.
2010-10-03 Vadim Pisarevskymuch faster exp() and log() with SSE2
2010-10-01 Vadim Pisarevskysome more fixes in rectify3 and 3calibration (corrected...
2010-10-01 Vadim Pisarevskyfixed 3calibration sample
2010-10-01 Vadim Pisarevskyadded Eigen3 support
2010-10-01 Maria Dimashovafixed detector evaluation test
2010-09-30 Vadim Pisarevskyadded calib3d dependency of highgui, to visualize check...
2010-09-30 Vadim Pisarevskyfixed detection of the checkerboards in some extreme...
2010-09-30 Maria Dimashovaback to previous default params
2010-09-30 Ilya LysenkovUpdated a recall curve construction in descriptors...
2010-09-30 Maria Dimashovaadded BOWTrainer::add()
2010-09-29 Vladislav Vinogradovadded gpu 1d window sum, convertTo, based on NPP.
2010-09-28 Alexey Spizhevoyfixed some compile-time problems (under Ubuntu)
2010-09-28 Vladislav Vinogradovfixed gpu morphology: anchor and iterations
2010-09-28 Vladislav Vinogradovfixed short and float reading/writing in gpu::cvtColor
2010-09-28 Anatoly Baksheevfixed gpu morphology: now kernel in gpu is passed to...
2010-09-28 Vladislav Vinogradovadded gpu::cvtColor for RGB <-> YCrCb and RGB <-> YUV
2010-09-27 Vladislav Vinogradovadded gpu::magnitude for complex source vector (two...
2010-09-27 Alexey Spizhevoyupdated StereoBP docs & comments
2010-09-27 Vladislav Vinogradovadded gpu add, subtract, multiply, divide, absdiff...
2010-09-27 Alexey Spizhevoyadded copyright for split_merge files
2010-09-27 Vladislav Vinogradovadded gpu::LUT for CV_8UC3 type, added gpu::cvtColor...
2010-09-27 Anatoly Baksheevadded black list for gpu tests
2010-09-26 Ethan Rubleegiving the android jni a start up function OnLoad
2010-09-25 Anatoly Baksheevgpu test refactoring
2010-09-25 Anatoly Baksheevrefactoring npp tests
2010-09-24 Maria Dimashovafixed grammar error
2010-09-24 Maria Dimashovaadded DenseFeatureDetector
2010-09-24 Anatoly Baksheevmodified according to NPP for CUDA 3.2 API updates.
2010-09-24 Anatoly BaksheevFindNPP.cmake: added support of NPP 3.2
2010-09-24 Anatoly Baksheevsearch in env var CUDA_NPP_ROOT
2010-09-24 Anatoly Baksheevfixed if condition syntax: ! -> NOT
2010-09-24 Vadim Pisarevskyfixed compile errors with MSVC2010
2010-09-23 Vadim Pisarevskyremove #include <Eigen/Core> from eigen.hpp
2010-09-23 Maria Dimashovaadded bag of words; did some renaming
2010-09-23 Ethan Rubleeadding setup for some sample applications that use...
2010-09-23 Maria Dimashovasplit descriptors.cpp
2010-09-23 Maria Dimashovaadded OpponentColorDescriptorExtractor
2010-09-22 Vadim Pisarevskyinclude Eigen2/3 headers optionally, for greater flexib...
2010-09-22 Ethan Rubleefixing a bug in the local.env.mk setup, and correcting...
2010-09-22 Vadim Pisarevskyimproved matrix expressions efficiency in some cases...
2010-09-22 Ethan Rubleeadding some functionality to the android-opencv shared...
2010-09-22 Vladislav Vinogradovadded gpu version of LUT, integral, boxFilter and cvtCo...
2010-09-22 Maria Dimashovafixed problem with surrogate splits in decision trees...
2010-09-22 Ethan Rubleewoops, broke cmake for a bit...
2010-09-22 Ethan Rubleeremoving the duplicated zlib for android - seems to...
2010-09-22 Ethan Rubleeadding some small changes to support android build,
2010-09-22 Ethan Rubleemodding the 3rdparty CMakeLists.txt to allow for androi...
2010-09-22 Ethan Rubleeadding cmake based android scripts and a reusable andro...
2010-09-22 Ethan Rubleedeleting the android - will readd momentarily
2010-09-21 Vadim Pisarevskyadded Google Test framework
2010-09-21 Vadim Pisarevskyadded Google Test framework
2010-09-21 Vadim Pisarevskyfixed test of matrix operations
2010-09-21 Vadim Pisarevskymoved the matrix expressions from mat.hpp to matop...
2010-09-21 Alexander Shishkovremove failed tests (issues #578, 579)
2010-09-20 Alexander Shishkovremove failed test (see issues #575, 576, 577, 567...
2010-09-20 Alexey Spizhevoyimplemented cv::gpu::merge and cv::gpu::split functions
2010-09-20 Maria Dimashovaupdated test thresholds again
2010-09-20 Vladislav Vinogradovminor refactoring of GPU module and GPU tests
2010-09-20 Maria Dimashovaupdated test thresholds
2010-09-20 Maria Dimashovauncommented some tests
2010-09-20 Alexander Shishkovremove failed test (see issues #571, 572)
2010-09-19 Alexander Shishkovremove failed test (see issue #570)
2010-09-19 Alexander Shishkovremove failed test (see issue #536)
2010-09-17 Anatoly BaksheevGPU module: minor interface changes
2010-09-17 Anatoly Baksheevadded GPU implementation of morphology functions (using...
2010-09-17 Maria Dimashovauncommented fix of write/read keypoints
2010-09-17 Alexander Shishkovremove failed tests
2010-09-17 Maria Dimashovaremoved duplicate regression test on CalonderDescriptor...
2010-09-17 Maria Dimashovamerged regression tests for FeatureDetector, Descriptor...
2010-09-16 Yannick VerdieUpdate doc because of typo in Qt section
2010-09-16 Yannick VerdieQt fix: cvAddText ticket #561
2010-09-15 Ethan Rubleetesting commit permission
2010-09-15 Vladislav Vinogradovadded nppSafeCall
2010-09-15 Maria Dimashovacommented fix write/read keypoints temporarily
2010-09-15 Vladislav VinogradovAdded implementation and test for the GPU version of...
2010-09-15 Maria Dimashovamerged fix of write/read keypoints from branch
2010-09-15 Vladislav VinogradovAdded implementation and test for the GPU version of...
next