From a5440b09e9c086c6e5cc4321cb212678b672d76f Mon Sep 17 00:00:00 2001 From: Peter Rekdal Sunde Date: Wed, 7 Oct 2015 12:19:56 +0200 Subject: [PATCH] https://github.com/openalpr/openalpr/commit/ec24d1d1474e2acecd3dcf48df37d980e125141d --- src/bindings/csharp/openalpr-net/types-net.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bindings/csharp/openalpr-net/types-net.h b/src/bindings/csharp/openalpr-net/types-net.h index 002d67c..e8faaea 100644 --- a/src/bindings/csharp/openalpr-net/types-net.h +++ b/src/bindings/csharp/openalpr-net/types-net.h @@ -12,7 +12,8 @@ namespace openalprnet public enum class AlprDetectorTypeNet : int { DetectorLbpCpu = alpr::DETECTOR_LBP_CPU, DetectorLbpGpu = alpr::DETECTOR_LBP_GPU, - DetectorLbpMorphCpu = alpr::DETECTOR_MORPH_CPU + DetectorLbpMorphCpu = alpr::DETECTOR_MORPH_CPU, + DetectorLbpOpencl = alpr::DETECTOR_LBP_OPENCL }; } } \ No newline at end of file