Namgoo Lee
c7e8b709a2
[moved from opencv] Remove compiler warnings
...
original commit: a7ffcaab28
2020-08-21 23:52:30 +09:00
Tomoaki Teshima
3b597b9e2f
[moved from opencv] fix build error on Jetson TX1 and TX2
...
adopted to keep using of C++11
original commit: c07af090f5
2020-06-19 07:32:30 +00:00
Namgoo Lee
6ca24c818f
[moved from opencv] cuda optflow tvl1 : async safety
...
also modify cuda canny to use createTextureObjectPitch2D, etc.
original commit: 2043e06102
2020-06-17 01:04:22 +09:00
Namgoo Lee
6ab1160dfc
[moved from opencv] CUDA_OptFlow/OpticalFlowDual_TVL1 Asynchronous test
...
original commit: 411ce04f54
2020-06-16 01:43:51 +09:00
Vishal Chiluka
2e6e9e9ece
NVOF - Passing non null streams to create API
2020-05-23 20:04:23 +05:30
Vishal Chiluka
3fd77d7e00
NVOF Build Error Fix
2020-05-23 16:39:48 +05:30
unknown
c49d0b9064
Modified Stream support functionality.
2020-05-19 19:27:45 +05:30
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