Namgoo Lee
|
1a961660d8
|
cuda::StereoBM - fix hanging and racing issue
- Fix hanging issue on 2080 Ti
- Fix racing issue
|
6 years ago |
Tomoaki Teshima
|
7294ae0f17
|
fix test failure of StereoBeliefPropagation
* if the src has odd number of height, access error happens
* it could happen on width, too
* check both dst and src range in both width and height
|
6 years ago |
Alexander Alekhin
|
fc59498b2b
|
cuda: fix build
use cv::AutoBuffer::data() to get data pointer
|
6 years ago |
Tomoaki Teshima
|
c14578649d
|
fix build error on Jetson
|
7 years ago |
Rok Mandeljc
|
bf5e930468
|
cudastereo: drawColorDisp: enabled CV_32S and CV_32F disparity formats
|
9 years ago |
Rok Mandeljc
|
9f82ac18d4
|
cudastereo: reprojectImageTo3D: enabled CV_32S and CV_32F disparity formats
This is to achieve parity with the CPU equivalent.
|
9 years ago |
Rok Mandeljc
|
eb3cb77296
|
Fixes for compiling with CUDA 6.5
Based on commit feb74b125d from 2.4.9 branch.
|
10 years ago |
Ernest Galbrun
|
6207d338dd
|
merged new master branch
changed tests for tvl1 optflow
correction of a bug preventing compilation with cuda (fmin changed to fminf)
|
10 years ago |
Aaron Denney
|
4644689d5a
|
And remove final vestiges.
|
11 years ago |
Aaron Denney
|
85601e03dd
|
remove constant memory use in compute_data_cost
|
11 years ago |
Aaron Denney
|
52516085d9
|
remove constant memory from init_data_cost
|
11 years ago |
Aaron Denney
|
1ff270e41c
|
init_message no longer uses constant memory.
|
11 years ago |
Aaron Denney
|
9b8002cd43
|
remove use of constant memory in calc_all_iterations/compute_message/message_per_pixel
|
11 years ago |
Aaron Denney
|
b792419cde
|
Remove compute_disp()'s use of constant memory.
|
11 years ago |
Aaron Denney
|
6d86d63ac5
|
Last of csbp load_constants() gone.
|
11 years ago |
Aaron Denney
|
9bc71f4cb6
|
Deconstify minimum disparity.
|
11 years ago |
Aaron Denney
|
eed5cbc5db
|
More constant removal.
|
11 years ago |
Aaron Denney
|
3ab117df04
|
Change struct with single static function to function.
|
11 years ago |
Aaron Denney
|
021b0cb4d5
|
Pass max_disc_term as kernel parameter.
|
11 years ago |
Aaron Denney
|
0e2ea45c93
|
ndisp no longer constant
|
11 years ago |
Aaron Denney
|
2832cfdfe5
|
No longer use constant memory for image step.
|
11 years ago |
Aaron Denney
|
d8d946a458
|
Constify cuda csbp
|
11 years ago |
Aaron Denney
|
2982e77495
|
Pass in images and scratch space so that multiple copies can run concurrently.
|
11 years ago |
Aaron Denney
|
fe29ed461c
|
Move shared interface to header file rather than repeating.
|
11 years ago |
Aaron Denney
|
e532bd50d5
|
Move shared interface to header file rather than repeating.
|
11 years ago |
Aaron Denney
|
1533d0448f
|
cdata_weight always positive; fewer multiplications.
|
11 years ago |
Aaron Denney
|
d848704b35
|
cuda::DisparityBilateralFilter no longer uses constant memory for parameters
Now multiple filters can be used in the same context without stepping on each other.
|
11 years ago |
Kyrylo Shegeda
|
d37d46d279
|
Fix a typo in kernel size
|
11 years ago |
Vladislav Vinogradov
|
0c7663eb3b
|
Merge branch 'master' into gpu-cuda-rename
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
|
11 years ago |
Vladislav Vinogradov
|
429bfad225
|
removed precomp.cpp files
|
11 years ago |
Vladislav Vinogradov
|
fd88654b45
|
replaced GPU -> CUDA
|
11 years ago |
Vladislav Vinogradov
|
71d61e07b1
|
renamed gpustereo -> cudastereo
|
11 years ago |