Advertisement
lamiastella

png imread

Jun 13th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1.     auto depth_image = imread("000000_depth.png", IMREAD_GRAYSCALE);
  2.     cout << "n rows depth: " << depth_image.rows << endl;
  3.     cout << "n cols depth: " << depth_image.cols << endl;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement