demo/2023816/parameter.h

12 lines
202 B
C++

#pragma once
#include <opencv2/opencv.hpp>
#include <opencv2/highgui/highgui_c.h>
#include <iostream>
using std::cout;
using std::endl;
/// <summary>
/// 用于将调参后的所有参数数据记录
/// </summary>