mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 17:07:39 +08:00
Remove thresholds when pipeline_data goes out of scope
This commit is contained in:
@@ -16,6 +16,7 @@ PipelineData::PipelineData(Mat colorImage, Rect regionOfInterest, Config* config
|
|||||||
|
|
||||||
PipelineData::~PipelineData()
|
PipelineData::~PipelineData()
|
||||||
{
|
{
|
||||||
|
clearThresholds();
|
||||||
}
|
}
|
||||||
|
|
||||||
void PipelineData::clearThresholds()
|
void PipelineData::clearThresholds()
|
||||||
|
Reference in New Issue
Block a user