-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Bitmap imgFind = new Bitmap(@"1.png");
Bitmap screen = LDPlayer.ScreenShoot(LDType.Name, "LDPlayer-1");
var point = KAutoHelper.ImageScanOpenCV.FindOutPoint(screen, imgFind, 0.7);
Console.WriteLine(point);
System.IO.FileNotFoundException
HResult=0x80070002
메시지=파일이나 어셈블리 'Emgu.CV.World, Version=4.1.1.3497, Culture=neutral, PublicKeyToken=7281126722ab4438' 또는 여기에 종속되어 있는 파일이나 어셈블리 중 하나를 로드할 수 없습니다. 지정된 파일을 찾을 수 없습니다.
소스=KAutoHelper
StackTrace:
/ KAutoHelper.ImageScanOpenCV.FindOutPoint(Bitmap mainBitmap, Bitmap subBitmap, Double percent)
/ check.Form1.button5_Click(Object sender, EventArgs e) 파일 C:\Users\witheni_dev\source\repos\check\check\Form1.cs:줄 113
/ System.Windows.Forms.Control.OnClick(EventArgs e)
/ System.Windows.Forms.Button.OnClick(EventArgs e)
/ System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
/ System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
/ System.Windows.Forms.Control.WndProc(Message& m)
/ System.Windows.Forms.ButtonBase.WndProc(Message& m)
/ System.Windows.Forms.Button.WndProc(Message& m)
/ System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
/ System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
/ System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
/ System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
/ System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
/ System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
/ System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
/ System.Windows.Forms.Application.Run(Form mainForm)
/ check.Program.Main() 파일 C:\Users\witheni_dev\source\repos\check\check\Program.cs:줄 16