mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 23:12:45 +08:00
Removed charheight/width from config, these are now vectors
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user