profile/ivi/opencv.git
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...
2010-09-14 Vadim Pisarevskyadded build scripts for Android, contributed by Ethan...
2010-09-14 Vadim Pisarevskyexcluded from Android build
2010-09-14 Vadim Pisarevskyflattened flann directory structure; patched zlib to...
2010-09-14 Vadim Pisarevskyeliminated freeze in SVD.
2010-09-14 Vadim Pisarevskyadded blacklist support in the OpenCV test engine for...
2010-09-14 Vadim Pisarevskyfixed accuracy problem in cv::invert() (Cholesky method)
2010-09-14 Anatoly Baksheevminor (unset NPP library variables if not found)
2010-09-13 Vladislav VinogradovAdded implementation and test for the GPU version of...
2010-09-13 Andrey Morozovfixed build npp for linux
2010-09-12 Anatoly BaksheevAdded compilation with NPP to GPU module(FindNPP script...
2010-09-10 Maria Dimashovafixed CvDTree and CvForestTree find_best_split() methods
2010-09-10 Kirill Kornyakovgpu::add now supports 8UC4 and 32FC1
2010-09-10 Maria DimashovaFixed FernClassifier
2010-09-10 Andrey Morozovcreated build infrastructure for NPP linking in CMake.
2010-09-09 Kirill KornyakovAdded initial implementation and test for the GPU versi...
2010-09-08 Andrey Morozovfixed compile for linux
2010-09-08 Andrey Morozovadded async version of postfilter_textureness and prefi...
2010-09-07 Vadim Pisarevskyadded 3-camera rectification and 8-coeff distortion...
2010-09-06 Kirill KornyakovGPU module update: _GPU suffix removed, some namespaces...
2010-09-06 Kirill KornyakovGPU module code cleaning
2010-09-03 Kirill KornyakovmeanShiftFiltering_GPU output parameters changed to...
2010-09-02 Vadim Pisarevskyfixed ffopencv build with Mingw
2010-08-31 Alexander Shishkovremove failed test (see issue #536)
2010-08-31 Vadim Pisarevskyremoved slamch.c/dlamch.c -specific GCC options, since...
2010-08-31 Vadim Pisarevskyfixed 2 bugs in the recently modified Lapack functions
2010-08-31 Anatoly Baksheevminor compilation fix
2010-08-31 Maria Dimashovafixed compile error when HAVE_CUDA is not defined
2010-08-30 Vadim Pisarevskyfixed Mat(const Matx&) constructor; added SVD(Matx)
2010-08-30 Vadim Pisarevskyoptimized lapack' SVD for noticeably better performance...
2010-08-30 Andrey Morozovfixed cvtColorGPU on linux
2010-08-30 Anatoly Baksheevfixed bugs in STEREOBM (added syncs and volatiles,...
2010-08-30 Vladislav Vinogradovadded cvtColor on gpu (supports conversion between...
2010-08-30 Andrey Morozovminor fix with tests
2010-08-30 Andrey Morozovadded test stereo_bm and added "volatile" in constantsp...
2010-08-26 Vladislav Vinogradovfixed 3 bytes reading/writing in remap
2010-08-26 Vladislav Vinogradovadded remap version for 3-channels input images
2010-08-25 Andrey Morozovminor fix for windows
2010-08-25 Anatoly Baksheevcompilation errors under win32
2010-08-25 Andrey Morozovadded flags OpenCV_COMPUTE_CAPABILITIES, which stores...
2010-08-25 Andrey Morozovadded methods estimateRecopmmendedParams for StereoBP...
2010-08-25 Vladislav Vinogradovrenamed colorizeDisp to drawColorDisp, added acync...
2010-08-24 Yannick VerdieQt add byte per line information to fix a bug
2010-08-24 Maria Dimashovaadded match()
2010-08-24 Yannick VerdieQt Ticket #520
2010-08-24 Vladislav Vinogradovfixed bug in StereoBeliefPropagation with user allocate...
2010-08-24 Anatoly BaksheevuploadConstant function for gpu
2010-08-23 Vladislav Vinogradovadded reprojectImageTo3D_GPU
2010-08-21 Andrey Morozovfixed test with small size gpu memory
2010-08-20 Yannick VerdieQt ticket #537
2010-08-20 Vladislav Vinogradovadded colorizeDisp, fixed DisparityBilateralFilter
2010-08-19 Yannick VerdieQt weird bug with QLabel (is it really fixed ?)
2010-08-19 Vladislav Vinogradovfixed bug in DisparityBilateralFilter
2010-08-19 Yannick VerdieQt bug with buttons
2010-08-19 Vladislav Vinogradovadded DisparityBilateralFilter to gpu module
2010-08-18 Yannick VerdieQt bug fixed #534
2010-08-18 Anatoly Baksheevfixed warnings
next