
OpenCV
OpenCV全称Open Source Computer Vision Library,是一个跨平台的计算机视觉库。OpenCV可用于开发实时的图像处理、计算机视觉以及模式识别程序。该程序库也可以使用英特尔公司的IPP进行加速处理。
Ternence_Hsu
专注于音视频处理和AI技术领域,开源分享,不忘初心,追求卓越,努力做一个会发光的人!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python 人脸检测与人脸识别
【代码】python 人脸检测与人脸识别。原创 2024-01-08 00:21:25 · 747 阅读 · 0 评论 -
Unity3D 大杂烩
unity文档原创 2022-07-08 16:23:31 · 506 阅读 · 0 评论 -
linux 下编译安装 opencv-python
编译参考 Docker环境下编译,内部整理的详细的编译选项和整个编译的流程,可以直接用,也可以参考: https://github.com/SkeLLLa/docker-ffmpeg-opencv https://github.com/SkeLLLa/docker-ffmpeg-opencv/blob/master/stretch/Dockerfile ffmpeg编译环境 ffmpeg 依赖库安装 apt-get install cmake g++ git tree vim apt-get inst原创 2020-05-28 15:34:07 · 2390 阅读 · 0 评论 -
OpenCV保存视频的格式FourCC
Saving a Video So we capture a video and process it frame-by-frame, and we want to save that video. For images, it is very simple: just use cv.imwrite(). Here, a little more work is required. This time we create a VideoWriter object. We should specify the原创 2020-05-28 00:49:15 · 3335 阅读 · 0 评论 -
OpenCV视频编码器参数修改
OpenCV版本 OpenCV 4.1.2 视频编码 h264视频编码参考代码,outputVideo.write(frame) 需要有视频raw数据; #include <opencv2/opencv.hpp> #include <opencv2/imgproc/imgproc.hpp> int main(){ // init cv::Video...原创 2019-12-01 16:04:32 · 2722 阅读 · 0 评论 -
阿里云 人脸识别 测试
阿里云 人脸识别 测试 1.使用阿里云平台提供的接口直接测试人脸识别功能 人脸属性识别请求地址: https://dtplus-cn-shanghai.data.aliyuncs.com/face/attribute 人脸检测定位请求地址: https://dtplus-cn-shanghai.data.aliyuncs.com/face/detect 参考代码:python2.x #!/...原创 2019-02-21 12:07:00 · 3288 阅读 · 0 评论