4330 Commits (a33d67f48a29a988ad344c19bdd41d6881c13138)
 

Author SHA1 Message Date
Andrey Kamaev a33d67f48a Updated sanity checks for some imgproc perf tests 13 years ago
Alexander Mordvintsev eb28bef2db added video_threaded.py sample 13 years ago
Vadim Pisarevsky 513080ea12 some more fixes in Algorithm methods declarations 13 years ago
Andrey Kamaev 0fe0a88108 Minor cmake change 13 years ago
Vladislav Vinogradov 3fe100a093 added mark_nvidia script 13 years ago
Vladislav Vinogradov 77f22fe366 minor fix of gpu perf tests 13 years ago
Vadim Pisarevsky 159cc29bb5 fixed undistortPoints description (ticket #1964) 13 years ago
Vladislav Vinogradov f07250acf3 updated gpu performance tests 13 years ago
Vadim Pisarevsky 5cc4d23d1e fixed description of cv::invert() (ticket #1972) 13 years ago
Vadim Pisarevsky 01169ec826 fixed description of Algorithm::getList(); added sample, thanks to Shervin Emami (ticket #1972) 13 years ago
Andrey Kamaev 3108423a37 Fixed assert placement in cv::invert 13 years ago
Andrey Kamaev 88c934ea8c Added documentation for buildOpticalFlowPyramid 13 years ago
Vladislav Vinogradov 6d08d04293 compilation 13 years ago
Anatoly Baksheev 671233cd46 gpu: added Cascade and mulAndScaleSpectrums perf tests 13 years ago
Alexander Mordvintsev e703e8f5a6 exposed MSER to python again 13 years ago
Alexander Smorkalov fc71745caf cv::Exception handling added. Multithreading bug fixed. 13 years ago
Vladislav Vinogradov 3c7240024e updated filters performance tests in gpu module 13 years ago
Leonid Beynenson 32878f8577 Added a check of the DetectionBasedTracker's inner state in the main thread function of this class. 13 years ago
Anatoly Baksheev 32c7eeca78 arithm test gpu tests for cpu :) 13 years ago
Alexander Smorkalov b422d078f8 Face detection example updated. Dtetection base tracker mode added. 13 years ago
Vladislav Vinogradov 9bddac1099 fixed gpu-vs-cpu performance tests 13 years ago
Alexander Mordvintsev 61fd5ed0e1 fixed #1969 13 years ago
Vladislav Vinogradov 1d57911646 updated gpu-vs-cpu performance tests 13 years ago
Alexander Mordvintsev ddf7fde3b2 fixed gaussian_mix.py sample 13 years ago
Anatoly Baksheev 4793ca8fbb fixed precom for opencv_perf_gpu_cpu 13 years ago
Alexander Mordvintsev cef18937a2 made video_dmtx.py description visible in demo.py 13 years ago
Alexander Mordvintsev f4f41df756 removed derivLambda param for LK-tracker 13 years ago
Vladislav Vinogradov d78aa7c937 added cpu performance test for gpu module 13 years ago
Alexander Mordvintsev 8429c109be FIX: VideoCapture::read() was returning empty image for camera captures 13 years ago
Andrey Kamaev 37d9c3f835 Fixed some corner cases of opencv_world configuration 13 years ago
Andrey Kamaev 13a79c753f Updated to TBB4.0 update 4 for Android build 13 years ago
Vadim Pisarevsky 41c932f306 FaceRecognizer class is now derived from Algorithm, therefore it's possible to set and retrieve the parameters using conventional Algorithm::set and Algorithm::get methods 13 years ago
Vadim Pisarevsky fd68cc768a fixed 2 build problems on MacOSX (highgui with ffmpeg, opencv_world); added macro CV_INIT_ALGORITHM for simpler algorithm registration (ticket #1876) 13 years ago
Andrey Kamaev 9bc5afd278 Updated tegra optical flow stub 13 years ago
Leonid Beynenson daec4d88fa Now the DetectionBasedTracker will throw exception if it cannot load cascade detector from a file. 13 years ago
Andrey Kamaev 47f72b538f Added new performance tests for calcOpticalFlowPyrLK and buildOpticalFlowPyramid; extracted private header from lkpyramid.cpp 13 years ago
Andrey Kamaev ac8f61ee91 Fixed Linux build 13 years ago
Maria Dimashova 608855a322 include nonfree for a couple of f2d samples 13 years ago
Andrey Kamaev decd6c0fab Restored QuartzCore framework for OS X 13 years ago
Andrey Kamaev 0716ebb7a6 Refactored highgui libraries search (tested on Windows only) 13 years ago
Andrey Kamaev c9027fecc0 Fixed few MinGW build problems 13 years ago
Andrey Kamaev 5a3cbadfe3 Fixing Android SDK search on OS X. 13 years ago
Maria Dimashova 4d36be8794 skip of table header in MLData (#1962) 13 years ago
Andrey Kamaev 094c32ced7 Refactored CMake status report for video IO libs 13 years ago
Andrey Kamaev 9961658eab Fixing compile on some MinGW platforms 13 years ago
Andrey Kamaev d069c062a6 Added Windows paths support to Eigen search. 13 years ago
Andrey Kamaev f8368ba6da MinGW: try -mpreferred-stack-boundary instead of mstackrealign 13 years ago
Andrey Kamaev 18c52c309b Restored -O2 for MinGW 13 years ago
Maria Dimashova 28297c0224 fixed Mat::diag (#1939) 13 years ago
Andrey Kamaev 80f1b1478d Fixed parameter name and copy condition 13 years ago