Guest User

Untitled

a guest
Jan 16th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include "highgui.h"
  2. #include "cv.h"
  3.  
  4. #include <iostream>
  5.  
  6.  
  7. class vision
  8. {
  9. public:
  10. vision();
  11. void init_camera();
  12. void display_camera(cv::VideoCapture &cam);
  13. cv::VideoCapture* camera;
  14.  
  15. };
Add Comment
Please, Sign In to add comment