Now you can see the preview of what the zone can see

This commit is contained in:
2022-10-20 10:42:09 +02:00
parent f0f78e81f9
commit ca37f8fdb4
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -83,6 +83,7 @@ namespace TestVideo
string result = "";
//To use this toImage you need : NuGet\Install-Package Emgu.CV.Bitmap -Version 4.5.5.4823
inputBmp = PrepareImage(inputBmp);
ZoneData = inputBmp;
Image<Bgr, byte> emguImage = inputBmp.ToImage<Bgr, byte>();
using (var image = emguImage)