339 Commits (8392296eda8947da5f05991232d51e0d8a5a5199)

Author SHA1 Message Date
Andrey Kamaev 88c934ea8c Added documentation for buildOpticalFlowPyramid 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
Andrey Kamaev 47f72b538f Added new performance tests for calcOpticalFlowPyrLK and buildOpticalFlowPyramid; extracted private header from lkpyramid.cpp 13 years ago
Andrey Kamaev 80f1b1478d Fixed parameter name and copy condition 13 years ago
Andrey Kamaev e1c4fd9e1f Merged the trunk r8345:8376 13 years ago
Andrey Kamaev 70166820ea Merged the trunk r8324:8345 13 years ago
Andrey Kamaev 50ad690993 Merged the trunk till r8291 13 years ago
Andrey Kamaev 8f3273bf07 Refactored per-computed pyramid handling in calcOpticalFlowPyrLK #1321 13 years ago
Andrey Kamaev a877ecdcf0 Added option to pass pre-computed pyramid to piramidal LK optical flow #1321 13 years ago
Vadim Pisarevsky 8a5b6ced1a fixed background update in GMM2 algorithm (ticket #1931) 13 years ago
Vadim Pisarevsky 9bbcebd6b0 added opencv_world module that combines all the other [selected by user] OpenCV modules, except for opencv_python and opencv_gpu. 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 13 years ago
Andrey Kamaev f14d80ab44 Minor documentation fix 13 years ago
Vadim Pisarevsky 5b6b30ba0e added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 13 years ago
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
Ilya Lysenkov 2619221331 Spell checked the documentation with VIM (issue #223) 13 years ago
Ilya Lysenkov 2f44610ef3 Mentioned in doc if a function is parallelized with the TBB library (issue #421) 13 years ago
Andrey Kamaev 97835a8f32 Fixed 9 more build warnings 13 years ago
Andrey Kamaev d8cec20e1b Added perf test for calcOpticalFlowPyrLK 13 years ago
Ilya Lysenkov a77a93a8e2 Minor doc fix. 13 years ago
Ilya Lysenkov 8b65286139 Documented error measures used in calcOpticalFlowPyrLK 13 years ago
Ilya Lysenkov 258afe7cc2 Added OPTFLOW_LK_GET_MIN_EIGENVALS flag as alias for CV_LKFLOW_GET_MIN_EIGENVALS. 13 years ago
Ilya Lysenkov 4e51c38fa3 Documented a return value in meanShift() and CamShift() (issue #1678) 13 years ago
Ilya Lysenkov e10d7b262b Updated a comment about return value in meanShift and CamShift 13 years ago
Andrey Kamaev a4f5216d52 Fixed gcc build after r7751 13 years ago
Vadim Pisarevsky beb7fc3c92 a LOT of obsolete stuff has been moved to the legacy module. 13 years ago
Andrey Kamaev 94c258cf15 #1205 fixed ~100 of ~700 parameters 13 years ago
Vadim Pisarevsky 4ba87233bb fixed the size of output velocity map in OptFlowBM, ticket #1362 (thanks to Takanori Y for the patch) 13 years ago
Marina Kolpakova e50c0ed4c8 Fixed bug #1629 13 years ago
Vadim Pisarevsky 846e37ded5 fixed many warnings from GCC 4.6.1 13 years ago
Vadim Pisarevsky 957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago
Vadim Pisarevsky 1a25e58239 fixed patch diff calculation in the end of calcopticalflowpyrlk (thanks to Vlad Vinogradov for the patch) 13 years ago
Vadim Pisarevsky 716a5d04ab fixed a few problems detected by Xcode 4.2.1 13 years ago
Andrey Kamaev 984eb99428 Global CMake reorganization: 13 years ago
Vadim Pisarevsky 80f422a531 added copyright notice for MOG2 algorithm by Z. Zivkovic 13 years ago
Andrey Kamaev 45d36ee0c8 Reenabled Tegra optimization of calcOpticalFlowPyrLK 13 years ago
Andrey Kamaev 40d82c0720 One more bugfix for calcOpticalFlowPyrLK 13 years ago
Andrey Kamaev 4378f398c7 Fixed border interpolation bug in calcOpticalFlowPyrLK 13 years ago
Leonid Beynenson 3c9979cd6a Disabled some unfinished optimizations. 13 years ago
Andrey Kamaev d7a9b99b1d Documentation: fixed references for C++ operators 13 years ago
Andrey Kamaev d6e3ccc1b2 Documentation: fixed about 100 cross-referencing errors. 13 years ago
Andrey Kamaev 431daf59b6 * Fixed cross-referencing in reference manual (except C++ operator() ). 13 years ago
Vadim Pisarevsky bd0d8429ee added support for Ximea cameras (patch by Marian Zajko), fixed GCC warnings in MOG2 background subtractor. 13 years ago
Vadim Pisarevsky cffd89f88f added some missing declarations of the functions, noticed in the ticket ##229 13 years ago
Vadim Pisarevsky eebe4860da added minEigThreshold parameter to calcOpticalFlowPyrLK to filter out bad points earlier. 14 years ago
Vadim Pisarevsky ff5e97c8e4 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
Vadim Pisarevsky f2e1a64c1b fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed) 14 years ago
Vadim Pisarevsky 2dea07f9f8 repaired Python bindings for functions using InputOutputArray 14 years ago
Vadim Pisarevsky a69bd80b99 fixed opencv_video tests 14 years ago