2021年6月24日

FFmpeg-filter

摘要: 概述 FFmpeg一共包含8个库: avcodec:编解码(最重要的库)。 avformat:封装格式处理。 avfilter:滤镜特效处理。 avdevice:各种设备的输入输出。 avutil:工具库(大部分库都需要这个库的支持)。 postproc:后加工。 swresample:音频采样数据 阅读全文

posted @ 2021-06-24 10:30 呆雁 阅读(544) 评论(0) 推荐(0) 编辑

cv::Mat构造函数说明

摘要: #include <opencv2/core/mat.hpp> 构造函数列表: Mat () CV_NOEXCEPT Mat (int rows, int cols, int type) Mat (Size size, int type) Mat (int rows, int cols, int t 阅读全文

posted @ 2021-06-24 10:26 呆雁 阅读(1191) 评论(0) 推荐(0) 编辑

导航