mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 05:00:54 +08:00
Remove debug code.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2015 OpenALPR Technology, Inc.
|
* Copyright (c) 2015 OpenALPR Technology, Inc.
|
||||||
*
|
*
|
||||||
* This file is part of OpenALPR.
|
* This file is part of OpenALPR.
|
||||||
@@ -144,13 +144,6 @@ namespace openalprnet_windemo
|
|||||||
picOriginal.ImageLocation = fileName;
|
picOriginal.ImageLocation = fileName;
|
||||||
picOriginal.Load();
|
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 results = alpr.Recognize(fileName);
|
||||||
|
|
||||||
var images = new List<Image>(results.Plates.Count());
|
var images = new List<Image>(results.Plates.Count());
|
||||||
|
Reference in New Issue
Block a user