[C#] 이미지 서칭 후 마우스 클릭하기
using OpenCvSharp; using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace openCvPractice1 { public partial class Form2 : Form { [System.Runtime.InteropServices.DllIm..
PROGRAMMING/C#
2023. 2. 19. 17:04