work on navigation
This commit is contained in:
parent
468e0a7246
commit
802f1030d5
12 changed files with 582 additions and 64 deletions
9
src/Poe2Trade.Navigation/IScreenCapture.cs
Normal file
9
src/Poe2Trade.Navigation/IScreenCapture.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using OpenCvSharp;
|
||||
using Region = Poe2Trade.Core.Region;
|
||||
|
||||
namespace Poe2Trade.Navigation;
|
||||
|
||||
public interface IScreenCapture : IDisposable
|
||||
{
|
||||
Mat? CaptureRegion(Region region);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue