效果 项目 代码
using Microsoft.ML.OnnxRuntime;
using Microsoft.ML.OnnxRuntime.Tensors;
using OpenCvSharp;
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;namespace 图像修复
{public partial class Form1 : For…
webrtc遇到困扰:
如果msvc编译,ffmpeg编译失败,需要替换ffmpeg库。如果用clang编译,vs或qt调用dll又存在崩溃。 经过反复尝试找到解决方法:
一、编译
1、编译参数
//我得环境配置
set DEPOT_TOOLS_UPDATE0
set DEP…