cell histogram
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using LindtLeerformPlugin.Services;
|
||||
using Ninject;
|
||||
using VisionBuilder.UI.Common;
|
||||
using VisionBuilder.UI.Common.Plugins;
|
||||
@@ -25,6 +26,10 @@ public class Plugin : IPlugin
|
||||
|
||||
kernel.Bind<LeerformRecognitionControlSettings, BaseRecognitionControlSettings, ISettings>()
|
||||
.ToConstant(new LeerformRecognitionControlSettings(cameraName));
|
||||
|
||||
kernel.Bind<LeerformPatternRecognitionService>().ToSelf().InSingletonScope();
|
||||
kernel.Bind<LeerformRecipeStore>().ToSelf().InSingletonScope();
|
||||
|
||||
kernel.Rebind<IRecognitionControl>()
|
||||
.To<LeerformRecognitionControl>()
|
||||
.InSingletonScope();
|
||||
|
||||
Reference in New Issue
Block a user