摘要:
主要用到 hconcat vconcat capture和capture1分别捕获笔记本自带相机和外接相机的视频 hconcat[ A, B ,C] $C=[ A, B ]$ vconcat[ A, B ,C] $C=[ A, B ]^T$ 主要代码 include "stdafx.h" inclu 阅读全文
摘要:
代码 include include include include include using namespace cv; using namespace std; int main(int argc, char argv) { VideoCapture capture(1); Mat frame 阅读全文
摘要:
函数原型 void Sobel( InputArray src, OutputArray dst, int ddepth, //图像深度 int dx, //x,y方向的差分阶数 int dy, int ksize=3, //sobel核的大小,必须取1,3,5 or 7 double scale= 阅读全文