check point
This commit is contained in:
9
VisionBuilder.UI.Common/Processing/IImageSource.cs
Normal file
9
VisionBuilder.UI.Common/Processing/IImageSource.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using OpenCvSharp;
|
||||
|
||||
namespace VisionBuilder.UI.Common.RecipeProcessing;
|
||||
|
||||
public interface IImageSource
|
||||
{
|
||||
string GetName();
|
||||
Task<Mat> GetImage(CancellationToken token);
|
||||
}
|
||||
Reference in New Issue
Block a user