profile/ivi/opencv.git
2012-05-25 Alexander Shishkovtemp commit
2012-05-25 Andrey KamaevFixed some build warnings
2012-05-25 Andrey KamaevMoved 3rd-party libraries detection to separate cmake...
2012-05-25 Alexander Shishkovtemp commit
2012-05-25 Andrey KamaevAdded new perf tests for boxFilter
2012-05-25 Anatoly Baksheevcompilation with CUDA5.0 (#1982, thanks to Rodrigo)
2012-05-25 Andrey KamaevFixed groupRectangles documentation #1817
2012-05-25 Andrey KamaevAdded tegra stub for cornerEigenValsVecs
2012-05-24 Andrey KamaevFixed PvAPI search on Windows #1927
2012-05-24 Anatoly Baksheevperf_framework: added TEST_CYCLE_MULTIRUN macros (...
2012-05-24 Maria Dimashovafixed #1981
2012-05-24 Andrey KamaevUpdated sanity checks for some imgproc perf tests
2012-05-24 Alexander Mordvintsevadded video_threaded.py sample
2012-05-24 Vadim Pisarevskysome more fixes in Algorithm methods declarations
2012-05-23 Andrey KamaevMinor cmake change
2012-05-23 Vladislav Vinogradovadded mark_nvidia script
2012-05-23 Vladislav Vinogradovminor fix of gpu perf tests
2012-05-23 Vadim Pisarevskyfixed undistortPoints description (ticket #1964)
2012-05-23 Vladislav Vinogradovupdated gpu performance tests
2012-05-23 Vadim Pisarevskyfixed description of cv::invert() (ticket #1972)
2012-05-23 Vadim Pisarevskyfixed description of Algorithm::getList(); added sample...
2012-05-23 Andrey KamaevFixed assert placement in cv::invert
2012-05-23 Andrey KamaevAdded documentation for buildOpticalFlowPyramid
2012-05-22 Vladislav Vinogradovcompilation
2012-05-22 Anatoly Baksheevgpu: added Cascade and mulAndScaleSpectrums perf tests
2012-05-22 Alexander Mordvintsevexposed MSER to python again
2012-05-22 Alexander Smorkalovcv::Exception handling added. Multithreading bug fixed.
2012-05-22 Vladislav Vinogradovupdated filters performance tests in gpu module
2012-05-22 Leonid BeynensonAdded a check of the DetectionBasedTracker's inner...
2012-05-22 Anatoly Baksheevarithm test gpu tests for cpu :)
2012-05-22 Alexander SmorkalovFace detection example updated. Dtetection base tracker...
2012-05-22 Vladislav Vinogradovfixed gpu-vs-cpu performance tests
2012-05-22 Alexander Mordvintsevfixed #1969
2012-05-22 Vladislav Vinogradovupdated gpu-vs-cpu performance tests
2012-05-22 Alexander Mordvintsevfixed gaussian_mix.py sample
2012-05-22 Anatoly Baksheevfixed precom for opencv_perf_gpu_cpu
2012-05-22 Alexander Mordvintsevmade video_dmtx.py description visible in demo.py
2012-05-22 Alexander Mordvintsevremoved derivLambda param for LK-tracker
2012-05-22 Vladislav Vinogradovadded cpu performance test for gpu module
2012-05-22 Alexander MordvintsevFIX: VideoCapture::read() was returning empty image...
2012-05-21 Andrey KamaevFixed some corner cases of opencv_world configuration
2012-05-21 Andrey KamaevUpdated to TBB4.0 update 4 for Android build
2012-05-21 Vadim PisarevskyFaceRecognizer class is now derived from Algorithm...
2012-05-21 Vadim Pisarevskyfixed 2 build problems on MacOSX (highgui with ffmpeg...
2012-05-21 Andrey KamaevUpdated tegra optical flow stub
2012-05-21 Leonid BeynensonNow the DetectionBasedTracker will throw exception...
2012-05-21 Andrey KamaevAdded new performance tests for calcOpticalFlowPyrLK...
2012-05-21 Andrey KamaevFixed Linux build
2012-05-21 Maria Dimashovainclude nonfree for a couple of f2d samples
2012-05-20 Andrey KamaevRestored QuartzCore framework for OS X
2012-05-20 Andrey KamaevRefactored highgui libraries search (tested on Windows...
2012-05-20 Andrey KamaevFixed few MinGW build problems
2012-05-20 Andrey KamaevFixing Android SDK search on OS X.
2012-05-19 Maria Dimashovaskip of table header in MLData (#1962)
2012-05-19 Andrey KamaevRefactored CMake status report for video IO libs
2012-05-19 Andrey KamaevFixing compile on some MinGW platforms
2012-05-19 Andrey KamaevAdded Windows paths support to Eigen search.
2012-05-19 Andrey KamaevMinGW: try -mpreferred-stack-boundary instead of mstack...
2012-05-18 Andrey KamaevRestored -O2 for MinGW
2012-05-18 Maria Dimashovafixed Mat::diag (#1939)
2012-05-18 Andrey KamaevFixed parameter name and copy condition
2012-05-18 Andrey KamaevFixed phaseCorrelate result for not power of 2 size...
2012-05-18 Andrey KamaevFixed problem with manually set PYTHON_PACKAGES_PATH...
2012-05-18 Andrey KamaevFixed accumulateWeighted with mask for multichannel...
2012-05-17 Andrey Kamaev#1932 Fixed SSE instability on mingw32
2012-05-17 Andrey KamaevFixed MinGW build after r8358
2012-05-17 Andrey Pavlenkofix for #1954 (typos)
2012-05-17 Anatoly Baksheevfixed possible compilation error for macos
2012-05-17 Andrey PavlenkoAndroid samples are updated: onPause()/onResume() relea...
2012-05-17 Andrey KamaevFixed Algorithm usage example #1904
2012-05-17 Andrey KamaevRefactored per-computed pyramid handling in calcOptical...
2012-05-16 Vadim PisarevskyAdded Snap-to-Screen Edge feature in the case of multip...
2012-05-16 Andrey KamaevAdded test and workaround for #1942
2012-05-16 Andrey KamaevAdded option to pass pre-computed pyramid to piramidal...
2012-05-15 Vadim Pisarevskyfixed building avfoundation on MacOSX with iOS targets
2012-05-15 Vadim Pisarevskyfixed background update in GMM2 algorithm (ticket ...
2012-05-15 Andrey KamaevFixed incorrect CMake variable name
2012-05-14 Andrey KamaevApplied patch for IPP linking under MinGW (thanks to...
2012-05-14 Andrey KamaevFixed typo #1896
2012-05-14 Andrey KamaevFixed replacement of -O3 with -O2 for mingw compiler...
2012-05-14 Andrey KamaevFixed python version issue #1903
2012-05-13 Andrey KamaevShortened CMake script for opencv_world. Fixed opencv_w...
2012-05-12 Vadim Pisarevskyfixed building opencv_world with VS2010
2012-05-12 Andrey KamaevUpdated sanity threshold for convertTo perf test
2012-05-12 Vadim Pisarevskyadded opencv_world module that combines all the other...
2012-05-12 Andrey KamaevUpdated dot profuct function table
2012-05-12 Vladislav Vinogradovadded gpu::compare with scalars (Feature #1754)
2012-05-12 Alexander SmorkalovColorBlobDetection example. Bug fix. Refactoring.
2012-05-12 Vladislav Vinogradovadded message that timings doesn't include data transfe...
2012-05-11 Vadim Pisarevskyadded support for vector<Mat_<>> in InputArray, OutputA...
2012-05-11 Vadim Pisarevskyfixed problem with Mat::copyTo() with Mat_<> arguments...
2012-05-11 Vadim Pisarevskypropagated 2 fixed from 2.4 to trunk
2012-05-11 Vladislav Vinogradovfixed build under MacOS (disabled video decoding, it...
2012-05-10 Vladislav Vinogradovdisabled WITH_OPENGL flag under MacOS
2012-05-07 Andrey Kamaev#1902 added workaround for CMake 2.8.2 bug
2012-05-05 Alexander ReshetnikovAccelerating the completion of video bypass (bug #1893)
2012-05-05 Alexander ReshetnikovFixed read error in VideoCapture for images (bug #1892...
2012-05-05 Anatoly Baksheevadded check for CMake 2.8.3 for CUDA support
2012-05-04 Alexander SmorkalovBase version implemented.
2012-05-04 Anatoly Baksheevcompilation for Macos
next