Skip to content

Commit f67bbea

Browse files
committed
代码sample
1 parent 13ffb9e commit f67bbea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

my07-GPU-CUDA/使用CUDA进行GPU加速.md

+13
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ print(cv2.getBuildInformation())
1111
#Use Cuda: YES (ver 8.0)
1212
#表示成功
1313
```
14+
- 代码sample
15+
```bash
16+
nvidia@gpu:/usr/share/OpenCV/samples/gpu$ ls
17+
alpha_comp.cpp hog.cpp pyrlk_optical_flow.cpp
18+
bgfg_segm.cpp houghlines.cpp stereo_match.cpp
19+
cascadeclassifier.cpp morphology.cpp stereo_multi.cpp
20+
cascadeclassifier_nvidia_api.cpp multi.cpp super_resolution.cpp
21+
driver_api_multi.cpp opengl.cpp surf_keypoint_matcher.cpp
22+
driver_api_stereo_multi.cpp optical_flow.cpp video_reader.cpp
23+
farneback_optical_flow.cpp opticalflow_nvidia_api.cpp video_writer.cpp
24+
generalized_hough.cpp performance
25+
26+
```
1427
- 代码C++
1528
```cython
1629
#include <iostream>

0 commit comments

Comments
 (0)