Permalink
Browse files

Resized SP2 visualization

  • Loading branch information...
1 parent afddfc0 commit c4d6dcb25aaecf86d9a253dadd35f7a9328b4ecf @errollw committed Mar 26, 2014
Showing with 2 additions and 1 deletion.
  1. +2 −1 EyeTab_SP2/EyeTab_SP2.cpp
@@ -96,7 +96,8 @@ int main(int argc, const char** argv) {
putText(captureFrame, fps_string, Point2i(11, 21), FONT_HERSHEY_SIMPLEX, 0.5, BLACK); putText(captureFrame, fps_string, Point2i(11, 21), FONT_HERSHEY_SIMPLEX, 0.5, BLACK);
putText(captureFrame, fps_string, Point2i(10, 20), FONT_HERSHEY_SIMPLEX, 0.5, WHITE); putText(captureFrame, fps_string, Point2i(10, 20), FONT_HERSHEY_SIMPLEX, 0.5, WHITE);
- // show the output + // resize and show the output
+ resize(captureFrame, captureFrame, Size(1920,1080));
imshow("output", captureFrame); imshow("output", captureFrame);
} }

0 comments on commit c4d6dcb

Please sign in to comment.