opencv/modules/cudaoptflow/src
Namgoo Lee 4366c8734f Fix Farneback Optical Flow Algorithm
- Before this PR, following tests failed on some platform.
  CUDA_OptFlow/FarnebackOpticalFlow.Accuracy/19
  CUDA_OptFlow/FarnebackOpticalFlow.Accuracy/23

- The algorithm now recognizes the OPTFLOW_USE_INITIAL_FLOW flag.
  Previously, when the flag was set, it did not use the flow data
  passed as input, instead used some garbage data in memory.

- More strict test limit.
2019-01-13 15:14:45 +00:00
..
cuda Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
brox.cpp refactor cudaoptflow public API: 2015-01-21 15:50:21 +03:00
farneback.cpp Fix Farneback Optical Flow Algorithm 2019-01-13 15:14:45 +00:00
precomp.hpp Modified sparse pyrlk optical flow to allow input of an image pyramid which thus allows caching of image pyramids on successive calls. 2015-12-29 10:48:14 -05:00
pyrlk.cpp fixed non c++11 warnings. 2017-10-15 12:12:00 -04:00
tvl1flow.cpp Fixes namespace error on cudaoptflow 2015-07-29 14:22:45 -03:00