mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 11:56:52 +08:00
Add empty lines where it makes sense
This commit is contained in:
@@ -58,6 +58,7 @@ AlprImpl::AlprImpl(const std::string country, const std::string runtimeDir)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
AlprImpl::~AlprImpl()
|
||||
{
|
||||
delete config;
|
||||
@@ -245,10 +246,12 @@ void AlprImpl::setDetectRegion(bool detectRegion)
|
||||
{
|
||||
this->detectRegion = detectRegion;
|
||||
}
|
||||
|
||||
void AlprImpl::setTopN(int topn)
|
||||
{
|
||||
this->topN = topn;
|
||||
}
|
||||
|
||||
void AlprImpl::setDefaultRegion(string region)
|
||||
{
|
||||
this->defaultRegion = region;
|
||||
|
Reference in New Issue
Block a user