26 Commits (f783f34e0ba824c5a374956b45ccc5037ef99c68)

Author SHA1 Message Date
Andrey Kamaev c9d8e9900f Allow input of calcOpticalFlowPyrLK be submats of different size images 12 years ago
Ivan Korolev b362affd13 Fixed bug in the cv::estimateRigidTransform (#1949) 12 years ago
Andrey Kamaev b1384a6da8 Fix cvCalcOpticalFlow when the status parameter is NULL 12 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Andrey Kamaev 949c4edf41 Merged the trunk r8408:8457 (inclusive) 13 years ago
Andrey Kamaev 7b5a45eac4 Merged the trunk r8384:8407 (inclusive) 13 years ago
Andrey Kamaev ab6f0c4e0b Added tegra stub for cornerEigenValsVecs 13 years ago
Andrey Kamaev 88c934ea8c Added documentation for buildOpticalFlowPyramid 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 e1c4fd9e1f Merged the trunk r8345:8376 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
Marina Kolpakova e50c0ed4c8 Fixed bug #1629 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
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
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 21409de176 optimized sparse LK optical flow (tickets #1062 and #1210) 14 years ago
Vadim Pisarevsky b204e73d9a propagated some more fixes from 2.3 branch to the trunk 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Andrey Kamaev cdda5ec491 YUV420i to RGB conversion is added to cvtColor 14 years ago
Andrey Kamaev 1388826c41 Tegra optimization for calcOpticalFlowPyrLK 14 years ago
Vadim Pisarevsky 2dc981aaa8 fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054) 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Vadim Pisarevsky 60633fddd0 fixed bug in complanarity check in cvEstimateRigidTransform (thanks to Luca Del Tongo) 14 years ago
Vadim Pisarevsky e954577304 fixed duplicated external symbols in the static version of OpenCV 14 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago