check point
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using OpenCvSharp;
|
||||
|
||||
namespace VisionBuilder.UI.Common.ViewModel.Interfaces.UI;
|
||||
|
||||
public interface ILearningTool
|
||||
{
|
||||
public bool IsLearningEnabled(string recipeName);
|
||||
public void Learn(string recipeName, Mat image);
|
||||
}
|
||||
Reference in New Issue
Block a user