Rearranged threshold data to be contained in pipeline_data

This commit is contained in:
Matt Hill
2014-07-01 18:52:53 -04:00
parent a0af4093d6
commit 7e12ca1500
13 changed files with 82 additions and 75 deletions

View File

@@ -50,7 +50,6 @@ class CharacterSegmenter
std::vector<cv::Rect> characters;
int confidence;
std::vector<cv::Mat> getThresholds();
private:
Config* config;