64 Commits (d84a9484b717706d811b249cfb279f795ccfd095)

Author SHA1 Message Date
Namgoo Lee a7ffcaab28 Remove compiler warnings 4 years ago
Tomoaki Teshima 77fa1a20bf fix build on Jetson TX1 and TX2 4 years ago
Namgoo Lee 2043e06102 cuda optflow tvl1 : async safety 4 years ago
Namgoo Lee 411ce04f54 CUDA_OptFlow/OpticalFlowDual_TVL1 Asynchronous test 4 years ago
QIU Xiaochen cdfa58dde0
Merge pull request #17180 from PetWorm:3.4 5 years ago
Alexander Alekhin 2fb1d9d02e doc: fix misused "see also" doxygen command 5 years ago
czgdp1807 07ef08e966 removed typo 5 years ago
Tomoaki Teshima 40c71a2463 suppress noisy warning 5 years ago
Namgoo Lee 4366c8734f Fix Farneback Optical Flow Algorithm 6 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 6 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
dtmoodie 4566105578 fixed non c++11 warnings. 7 years ago
dtmoodie 3c229aa2eb async bugfix 7 years ago
Tony Lian c8783f3e23 Merge pull request #9075 from TonyLianLong:master 7 years ago
Tim King 203b398caa Fixed bug #7482. Updated dense flow routine to reference bound textures. 8 years ago
Alexander Alekhin 4a7d441b37 test: fix cuda build 8 years ago
sourin a34fbf7bb1 Fixed identifiers warns 8 years ago
Andreas Franek 13d1ee10be replaced static const members with static functions for msvc 8 years ago
Andreas Franek 8d43e2b945 fixed the cuda optical flow error normalization factor 8 years ago
alcinos e22b838af8 Wrap SparseOptFlow class around PyrLK optical flow computation 9 years ago
alcinos be4312ec3d Wrap DenseOptFlow class around Farneback optical flow computation 9 years ago
Dan Moodie 66738d748f Modified sparse pyrlk optical flow to allow input of an image pyramid which thus allows caching of image pyramids on successive calls. 9 years ago
Vladislav Vinogradov 1bef1b8d16 disable sanity tests for AlphaComp and PyrLKOpticalFlowDense 9 years ago
Alex Torres 383b7e9dd1 Fixes namespace error on cudaoptflow 9 years ago
Alex Torres 2838ccc78e Fixes compilation errors when BUILD_CUDA_STUBS is ON 9 years ago
Maxim Kostin cdd23440c9 Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1 10 years ago
Maksim Shabunin da383e65e2 Remove deprecated methods from cv::Algorithm 10 years ago
Vladislav Vinogradov 2dc3b0f7f9 fix cudaoptflow tests build 10 years ago
Vladislav Vinogradov 381216aa54 refactor cudaoptflow public API: 10 years ago
Vladislav Vinogradov 19c6bbe7d9 move obsolete algorithms from cudaoptflow to cudalegacy 10 years ago
Vladislav Vinogradov c4b2058d23 simplify TVL1 accuracy test to reduce run time 10 years ago
Vladislav Vinogradov 71c391cd8d remove unused memory transfer from TVL1 CUDA implementation 10 years ago
Maksim Shabunin d01bedbc61 Removed Sphinx documentation files 10 years ago
Vladislav Vinogradov 9210d8e542 move allocMatFromBuf function to farneback.cpp: 10 years ago
Vladislav Vinogradov 48c9c24da6 disable -Wshadow warning for CUDA modules: 10 years ago
Maksim Shabunin 1523fdcc1c Doxygen documentation: more fixes and cleanups 10 years ago
Maksim Shabunin ceb6e8bd94 Doxygen documentation: cuda 10 years ago
Philipp Hasper 30742d21d8 CUDA optical flow stubs: missing parameter 10 years ago
Ernest Galbrun 6207d338dd merged new master branch 10 years ago
Fco. Javier Delgado del Hoyo 625fd61313 Removed OpticalFlowBM test from cudaoptflow module 10 years ago
Ernest Galbrun 917107e635 removed bm legacy 10 years ago
Fco. Javier Delgado del Hoyo fd10557e78 Removed cvCalcOpticalFlowBM from cudaoptflow test 10 years ago
Fco. Javier Delgado del Hoyo 8def44047a Removed cvCalcOpticalFlowBM from performance test 10 years ago
Fco. Javier Delgado del Hoyo d3d0434f07 Removed opencv_legacy dependency from cudaoptflow 10 years ago
Ernest Galbrun 5623701acb performance issue for cuda TVL1 when gamma = 0 10 years ago
Ernest Galbrun df8f1a4355 removed legacy header 10 years ago
Ernest Galbrun 62fed8b7b2 retry after failure to load from the build bot 11 years ago
Ernest Galbrun 5c8e679bdc still a couple tabs and trailing whitespaces... 11 years ago
Ernest Galbrun eb6c598678 changed nullptr to NULL to avoid c++11 (failed to build on linux) 11 years ago
Ernest Galbrun 4bd55c6f73 added comments and reference for Chambolle paper 11 years ago