This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
nihui
/
ncnn
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
46
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
support OpenCV4 for simplepose example (
#1391
)
tags/20200106
JackieWu
nihui
6 years ago
parent
5dcd5667ad
commit
dbadd15ee4
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
examples/simplepose.cpp
+ 5
- 0
examples/simplepose.cpp
View File
@@ -19,6 +19,11 @@
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#if CV_VERSION_MAJOR >= 4
#include <opencv2/opencv.hpp>
#define CV_LOAD_IMAGE_COLOR cv::IMREAD_COLOR
#endif // CV_VERSION_MAJOR >= 4
#include "net.h"
#include "gpu.h"
Write
Preview
Loading…
Cancel
Save