1 Star 0 Fork 3

aalee / Kinect动作捕捉软件_1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
OpencvFunc.h 462 Bytes
一键复制 编辑 原始数据 按行查看 历史
FelixWang810 提交于 2020-09-18 16:13 . 功能代码
#ifndef _OPENCVFUNC_H
#define _OPENCVFUNC_H
#include <opencv2/opencv.hpp>
using namespace std;
using namespace cv;
void draw_point(Mat& img, Point2f fp, Scalar color);
void draw_delaunay(Mat& img, Subdiv2D& subdiv, Scalar delaunay_color);
void draw_voronoi(Mat& img, Subdiv2D& subdiv);
void delete_jut(Mat& src, Mat& dst, int uthreshold, int vthreshold, int type);
void imageblur(Mat& src, Mat& dst, Size size, int threshold);
#endif // #ifndef
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/aalee/kinect-motion-capture-software_1.git
git@gitee.com:aalee/kinect-motion-capture-software_1.git
aalee
kinect-motion-capture-software_1
Kinect动作捕捉软件_1
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891