Quick Start 1. Download K-Lite_Codec_Pack and install it. 2. Create a .vas file test.vas 3. Copy the following lines into test.vas and save test.vas invideo = "C:\Users\Public\Videos\Sample Videos\Wildlife.avi"; //视频文件outvideo = stdout; // 处理后的视频输出到屏幕oframe=(frame[1] - frame)*sobel; // oFrame为输出帧;Frame 表示当前帧;frame[1]是后一帧; sobel 是sobel因子; 此处的*表示滤波。4. double click test.vas The edge of objects in the video will show up.
Powered by: C++博客 Copyright © djx_zh