From c113bd804c4611334b6ae2f01c9803b0b208dc98 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Thu, 1 Oct 2015 20:26:04 -0400 Subject: [PATCH] Removed charheight/width from config, these are now vectors --- src/bindings/csharp/openalpr-net/config-net.h | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/src/bindings/csharp/openalpr-net/config-net.h b/src/bindings/csharp/openalpr-net/config-net.h index e689de6..8a6d3c8 100644 --- a/src/bindings/csharp/openalpr-net/config-net.h +++ b/src/bindings/csharp/openalpr-net/config-net.h @@ -196,27 +196,6 @@ namespace openalprnet } } - property float CharHeightMM { - float get() - { - return this->m_config->charHeightMM; - } - void set(float value) - { - this->m_config->charHeightMM = value; - } - } - - property float CharWidthMM { - float get() - { - return this->m_config->charWidthMM; - } - void set(float value) - { - this->m_config->charWidthMM = value; - } - } property float CharWhitespaceTopMM { float get()