every blog every motto: You can do more than you think. https://blog.csdn.net/weixin_39190382?typeblog
0. 前言
1. 高斯滤波
#include <iostream>
#include <opencv2/opencv.hpp>
#include"Salt.h"using namespace std;
using namespace cv;/…
硬件
stlink holybro debug板 pixhawk4 安装openocd
官方文档,但是第一步安装建议从源码安装,bug少很多 github链接
编译安装,参考 ./bootstrap (when building from the git repository)./configure [options]makesudo make install安装后…
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; …