1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-17 15:26:00 +08:00
Commit Graph

4 Commits

Author SHA1 Message Date
Vishal Chiluka
5e0783e1e9 NVIDIA Optical Flow Integration in OpenCV 2019-07-06 17:28:59 +05:30
Namgoo Lee
1c6b74d791 [moved from opencv] 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.

original commit: 4366c8734f
2019-01-13 15:14:45 +00:00
Alexander Alekhin
43ab2d8f39 cuda: disable code using obsolete objdetect API 2018-11-10 01:50:23 +03:00
Alexander Alekhin
82733fe56b cuda: move CUDA modules to opencv_contrib
OpenCV 4.0+
2018-09-19 18:57:43 +03:00