every blog every motto: You can do more than you think. https://blog.csdn.net/weixin_39190382?typeblog
0. 前言
图像信息获取,roi
1. 图像信息获取
// 获取图像信息#include <iostream>
#include <opencv2/opencv.hpp>using namespace cv;
…
1 文本格式
using System;
namespace Legalsoft.Truffer { public class Svmpolykernel : Svmgenkernel { public int n { get; set; } public double a { get; set; } public double b { get; set; } public double d { get; set; …