mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 11:56:52 +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()
|
||||
{
|
||||
clearThresholds();
|
||||
}
|
||||
|
||||
void PipelineData::clearThresholds()
|
||||
|
Reference in New Issue
Block a user