Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #include <opencv/highgui.h>
  2.  
  3. int main()
  4. {
  5. IplImage * img=cvLoadImage("earth.jpg");
  6. cvShowImage("opencv Window", img);
  7. cvWaitKey(0);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement