power_rune/include/parameter.h

12 lines
213 B
C++
Executable File

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