Advertisement
lamiastella

Untitled

Aug 7th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. xyzMap = Mat(xyzBuffer, true).reshape(3, depth_image.rows);
  2. auto xyz_mirror = Mat(xyzBuffer, true).reshape(3, depth_image.rows);
  3. cv::flip(xyz_mirror, xyzMap, 1);
  4. namedWindow("xyz mirror before", WINDOW_AUTOSIZE);
  5. imshow("xyz mirror before", xyz_mirror);
  6.  
  7.  
  8. total fingertips: 10830, total correct fingertips 1844
  9. total accuracy is 17.026777469990765
  10. openark line count 81
  11. 0
  12. {'P1': 63.64741641337386, 'P3': 45.804597701149426, 'P4': 0, 'P5': 0.0, 'P6': 0.0, 'P7': 0.0}
  13. ------------------------------------------------------------------------------------------------
  14. xyzMap = Mat(xyzBuffer, true).reshape(3, depth_image.rows);
  15. //auto xyz_mirror = Mat(xyzBuffer, true).reshape(3, depth_image.rows);
  16. //cv::flip(xyz_mirror, xyzMap, 1);
  17. namedWindow("xyz mirror before", WINDOW_AUTOSIZE);
  18. //imshow("xyz mirror before", xyz_mirror);
  19. imshow("xyz mirror before", xyzMap);
  20.  
  21. total fingertips: 10830, total correct fingertips 1745
  22. total accuracy is 16.11265004616805
  23. openark line count 85
  24. 0
  25. {'P1': 61.94528875379939, 'P3': 41.724137931034484, 'P4': 0.0, 'P5': 0.0, 'P6': 0.0, 'P7': 0.0}
  26.  
  27. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement