Removed unused references to segmenter

This commit is contained in:
Matt Hill
2016-07-02 10:29:44 -04:00
parent e4acb17c52
commit bd41ab0cfc
3 changed files with 0 additions and 8 deletions

View File

@@ -38,13 +38,11 @@ namespace alpr
LicensePlateCandidate::~LicensePlateCandidate()
{
delete charSegmenter;
}
// Must delete this pointer in parent class
void LicensePlateCandidate::recognize()
{
charSegmenter = NULL;
pipeline_data->isMultiline = config->multiline;
@@ -136,7 +134,6 @@ namespace alpr
cout << "deskew Time: " << diffclock(startTime, endTime) << "ms." << endl;
}
charSegmenter = new CharacterSegmenter(pipeline_data);
}