mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 01:12:47 +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 {
|
property float CharWhitespaceTopMM {
|
||||||
float get()
|
float get()
|
||||||
|
Reference in New Issue
Block a user