Vishal Chiluka
582fe44b7a
NVIDIA_OPTICAL_FLOW_2_0_INTEGRATION
4 years ago
Namgoo Lee
c7e8b709a2
[moved from opencv] Remove compiler warnings
...
original commit: a7ffcaab28
5 years ago
Tomoaki Teshima
3b597b9e2f
[moved from opencv] fix build error on Jetson TX1 and TX2
...
adopted to keep using of C++11
original commit: c07af090f5
5 years ago
Namgoo Lee
6ca24c818f
[moved from opencv] cuda optflow tvl1 : async safety
...
also modify cuda canny to use createTextureObjectPitch2D, etc.
original commit: 2043e06102
5 years ago
Namgoo Lee
6ab1160dfc
[moved from opencv] CUDA_OptFlow/OpticalFlowDual_TVL1 Asynchronous test
...
original commit: 411ce04f54
5 years ago
Vishal Chiluka
2e6e9e9ece
NVOF - Passing non null streams to create API
5 years ago
Vishal Chiluka
3fd77d7e00
NVOF Build Error Fix
5 years ago
unknown
c49d0b9064
Modified Stream support functionality.
5 years ago
QIU Xiaochen
1b7a06c463
[moved from opencv] Merge pull request opencv/opencv#17180 from PetWorm:3.4
...
* fix Scharr nomination
original commit: cdfa58dde0
5 years ago
Vishal Chiluka
abcd448094
NVOF-Cuda Bug Fix. Should not reset runtime context
5 years ago
LE GARREC Vincent
9bc0d8d0b4
Fix compilation with +cuda -optflow
5 years ago
Gagandeep Singh
61cbb44539
Merge pull request #2336 from czgdp1807:issue-2333
...
* corrected scope of CV_Error()
* removed the return statement
6 years ago
czgdp1807
7a0ddd820a
[moved from opencv] removed typo
...
original commit: 07ef08e966
6 years ago
Vishal Bhaskar Chiluka
c494a5db92
Lazy loading nvcuda.dll
6 years ago
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
6 years ago
Vishal Chiluka
5e0783e1e9
NVIDIA Optical Flow Integration in OpenCV
6 years ago
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
6 years ago
Alexander Alekhin
43ab2d8f39
cuda: disable code using obsolete objdetect API
7 years ago
Alexander Alekhin
82733fe56b
cuda: move CUDA modules to opencv_contrib
...
OpenCV 4.0+
7 years ago