Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. You called :
  2. ./pool pool_2.jpg pool_1.jpg ground.yml
  3. Using 4.89 as sensor width and 4.15mm as focal
  4. Detecting CCTag markers in first image
  5. Found 15 reliable markers
  6. Detecting CCTag markers in second image
  7. Found 15 reliable markers
  8. Mached 15 markers; using them for reconstruction
  9.  
  10. Found an Essential matrix:
  11. precision: 0.203877 pixels
  12. #inliers: 15
  13. #matches: 15
  14.  
  15. Triangulation residuals statistics:
  16. -- Residual min: 1.13687e-13
  17. -- Residual median: 0.0221191
  18. -- Residual max: 0.201383
  19. -- Residual mean: 0.0492089
  20.  
  21. Bundle Adjustment statistics (approximated RMSE):
  22. #views: 2
  23. #poses: 2
  24. #intrinsics: 1
  25. #tracks: 12
  26. #residuals: 48
  27. Initial RMSE: 0.0551273
  28. Final RMSE: 0.0364877
  29. Time (s): 0.001127
  30.  
  31. | 18| 19| 1.75146| 131.3| 129.549| 98.6661%|
  32. | 14| 17| 463.742| 159.5| 304.242| 190.747%|
  33. | 15| 17| 331.425| 213.9| 117.525| 54.9437%|
  34. | 16| 17| 327.4| 327.4| 0| 0%|
  35. | 15| 16| 4.06447| 192.4| 188.336| 97.8875%|
  36. | 14| 16| 393.382| 217.4| 175.982| 80.9487%|
  37. OpenCV Error: Assertion failed ((M0.type() == 5 || M0.type() == 6) && M0.rows == 3 && M0.cols == 3) in warpPerspective, file /Users/dgeld/src/opencv-fork/modules/imgproc/src/imgwarp.cpp, line 3002
  38. libc++abi.dylib: terminating with uncaught exception of type cv::Exception: /Users/dgeld/src/opencv-fork/modules/imgproc/src/imgwarp.cpp:3002: error: (-215) (M0.type() == 5 || M0.type() == 6) && M0.rows == 3 && M0.cols == 3 in function warpPerspective
  39.  
  40. Abort trap: 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement