profile/ivi/opencv.git
2010-10-19 Vadim Pisarevskyfixed a few bugs in: Mat::reshape, Mat(CvMat*) construc...
2010-10-19 Ilya LysenkovReorganized documentation to be consistent with modular...
2010-10-19 Vadim Pisarevskyundone experimental modifications in findExtrinsicCamer...
2010-10-18 Alexey Spizhevoyrefactored mssegmentation.cpp
2010-10-18 Vadim Pisarevskyfixed PDF generation
2010-10-18 Alexander Shishkovremove failed tests (issues #612-616)
2010-10-18 Vladislav Vinogradovadded gpu version of magnitude, magnitudeSqr, phase...
2010-10-18 Maria Dimashovafixed cast of Mat to vector<Mat> (leads to compile...
2010-10-18 Vadim Pisarevskyfixed a couple of warnings and 2 possible bugs
2010-10-18 Vadim Pisarevskyadded Mat::push_back, pop_back and related operations...
2010-10-18 Vadim Pisarevskyrenamed filterObject -> CvLSVMFilterObject, position...
2010-10-18 Kirill Kornyakovbugfix: incrorrect argument order in cvRodrigues2 call
2010-10-18 Kirill Kornyakovbugfix: wrong command line argument used
2010-10-17 Alexey PolovinkinGBT train/test was added to tree_engine sample
2010-10-16 Vadim Pisarevskyadded helper macros to the function declarations
2010-10-16 Anatoly Baksheevadded opencv_flann to OpenCVConfig
2010-10-16 Alexey PolovinkinAdded error handling in latentsvmdetect sample
2010-10-15 Vadim Pisarevskymade FLANN (and dependent on it code) build fine on...
2010-10-13 P. DruzhkovGradient Boosting Trees (CvGBTrees) added to opencv...
2010-10-13 Ethan Rubleeaccidentally commited a ROS patch of the test.py a...
2010-10-13 Maria Dimashovaminor fixes
2010-10-13 Alexey Spizhevoyrefactored mean shift segmentation a little
2010-10-13 Vladislav Vinogradovadded magnitudeSqr and rectStdDev to gpu module.
2010-10-13 Vladislav Vinogradovadded gpu::cvtColor for RGB <-> HSV and RGB <-> HLS
2010-10-13 Alexey Spizhevoyimplemented mean shift segmentation with elimination...
2010-10-13 Vadim Pisarevskyadded dependency on the new module flann (now with...
2010-10-13 Vadim Pisarevskyadded dependency on the new module flann
2010-10-12 Vadim Pisarevskyfixed some more build problems after renaming the headers
2010-10-12 Marius MujaUpdated FLANN to version 1.5
2010-10-12 Vadim Pisarevskyre-added missing _lsvmparser.h
2010-10-12 Vadim Pisarevskythe header parser for the extended OpenCV Python bindings
2010-10-12 Vadim Pisarevskyremoved obsolete matrix expression implementation
2010-10-12 Vadim Pisarevskysmall fix in DefaultRngAuto class for easier parsing...
2010-10-12 Vadim Pisarevskyrenamed internal headers to avoid conflicts with system...
2010-10-12 Vadim Pisarevskyunited cv::Mat and cv::MatND
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...
next