mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 18:22:48 +08:00
Remove debug code.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* Copyright (c) 2015 OpenALPR Technology, Inc.
|
||||
*
|
||||
* This file is part of OpenALPR.
|
||||
@@ -144,13 +144,6 @@ namespace openalprnet_windemo
|
||||
picOriginal.ImageLocation = fileName;
|
||||
picOriginal.Load();
|
||||
|
||||
var motionDetection = new AlprMotionDetectionNet();
|
||||
var b = File.ReadAllBytes(fileName);
|
||||
Parallel.For(0, int.MaxValue, (x) =>
|
||||
{
|
||||
motionDetection.MotionDetect(b);
|
||||
});
|
||||
|
||||
var results = alpr.Recognize(fileName);
|
||||
|
||||
var images = new List<Image>(results.Plates.Count());
|
||||
|
Reference in New Issue
Block a user