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

13 Commits

Author SHA1 Message Date
QIU Xiaochen
1b7a06c463 [moved from opencv] Merge pull request opencv/opencv#17180 from PetWorm:3.4
* fix Scharr nomination
original commit: cdfa58dde0
2020-04-29 09:55:59 +00:00
Alexander Alekhin
03730e1e67 Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2020-03-23 16:52:42 +00:00
Vishal Chiluka
abcd448094 NVOF-Cuda Bug Fix. Should not reset runtime context 2020-02-06 10:36:25 +05:30
LE GARREC Vincent
9bc0d8d0b4 Fix compilation with +cuda -optflow 2019-12-05 17:03:33 +01:00
czgdp1807
7a0ddd820a [moved from opencv] removed typo
original commit: 07ef08e966
2019-11-06 17:15:31 +05:30
Gagandeep Singh
61cbb44539 Merge pull request #2336 from czgdp1807:issue-2333
* corrected scope of CV_Error()

* removed the return statement
2019-11-10 12:34:18 +03:00
Alexander Alekhin
54e75b4a46 Merge pull request #2215 from vchiluka5:lazy_load_nvcuda_dll 2019-08-14 16:35:10 +00:00
Vishal Bhaskar Chiluka
c494a5db92 Lazy loading nvcuda.dll 2019-08-13 11:02:09 +05:30
Tomoaki Teshima
a7417334ba [moved from opencv] suppress noisy warning
* add -Wno-psabi when using GCC 6
  * add -Wundef for CUDA 10
  * add -Wdeprecated-declarations when using GCC 7
  * add -Wstrict-aliasing and -Wtautological-compare for GCC 7
  * replace cudaThreadSynchronize with cudaDeviceSynchronize

original commit: 40c71a2463
2019-08-08 21:49:32 +09:00
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