Now you can see the preview of what the zone can see
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user