文章预览
介绍 github地址: https://github.com/jantic/DeOldify A Deep Learning based project for colorizing and restoring old images (and video!) 效果 项目 VS2022 .net framework 4.8 OpenCvSharp 4.8 代码 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using static System.Windows.Forms.VisualStyles.VisualStyleElement; using static System.Windows.Forms.VisualStyles.VisualStyleElement.TaskBand; using static System.Windows.Forms.VisualStyles.VisualStyleElement.ToolBar; namespace DeOldify_黑白照片_老照片上色 { public partial class Form1 : Form { public Form1 () { InitializeComponent(); } string fileFilter
………………………………