【opencv 450 samples】OpenCV Application Tracing support demo OpenCV应用程序跟踪支持演示
/* OpenCV Application Tracing support demo OpenCV 应用程序跟踪支持演示. */
#include
#include
#include
#include
#include
#include
using namespace cv;
using namespace std;
static void process_frame(const cv::UMat& frame)
{
CV_TRACE_FUNCTION(); // OpenCV Trace macro for function 函数的 OpenCV Trace 宏
imshow("Live", frame);//显示图像帧
UMat gray, processe
【opencv 450 samples】OpenCV Application Tracing support demo OpenCV应用程序跟踪支持演示最先出现在Python成神之路。
版权声明:
作者:lichengxin
链接:https://www.techfm.club/p/25309.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。
THE END
二维码
共有 0 条评论