Added angle to TextLine

This commit is contained in:
Matt Hill
2014-10-19 15:54:04 -04:00
parent 2ac6337342
commit f122eee12d
2 changed files with 5 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ public:
LineSegment charBoxRight;
float lineHeight;
float angle;
cv::Mat drawDebugImage(cv::Mat baseImage);
private: