标签:key cal mes arp mamicode task 流水账 cti thread
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using OpenCvSharp;
namespace NetCV
{
class Program
{
static void Main(string[] args)
{
var bmp = new Mat("素材/0007351441.JPG",ImreadModes.Grayscale);
Cv2.ImShow("素材", bmp);
Cv2.WaitKey(0);
bmp.Dispose();
}
}
}
标签:key cal mes arp mamicode task 流水账 cti thread
原文地址:https://www.cnblogs.com/DragonStart/p/12286082.html