Remove thresholds when pipeline_data goes out of scope

This commit is contained in:
Matt Hill
2014-07-01 19:00:15 -04:00
parent 7e12ca1500
commit 717f1f0e7e

View File

@@ -16,6 +16,7 @@ PipelineData::PipelineData(Mat colorImage, Rect regionOfInterest, Config* config
PipelineData::~PipelineData()
{
clearThresholds();
}
void PipelineData::clearThresholds()