Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. [theATeamMBP:ghooo]~/Projects/opencv/samples/cpp$ ./cpp-example-videostab ~/Documents/My Movie.mp4 -q
  2. frame count (rough): 5
  3. first pass: estimating motions.x..
  4. motion estimation time: 0.539 sec
  5. motion stabilization time: 0.000 sec
  6. estimated trim ratio: 0.001953
  7. processing frames.......................Segmentation fault: 11
  8. [theATeamMBP:ghooo]~/Projects/opencv/samples/cpp$ ./cpp-example-videostab ~/Documents/My Movie.mp4 -q
  9. frame count (rough): 5
  10. first pass: estimating motions.x..
  11. motion estimation time: 0.544 sec
  12. motion stabilization time: 0.000 sec
  13. estimated trim ratio: 0.001953
  14. processing frames.......................OpenCV Error: Assertion failed (0 <= roi.x && 0 <= roi.width && roi.x + roi.width <= m.cols && 0 <= roi.y && 0 <= roi.height && roi.y + roi.height <= m.rows) in Mat, file /Users/ghooo/Projects/opencv/modules/core/src/matrix.cpp, line 494
  15. error: /Users/ghooo/Projects/opencv/modules/core/src/matrix.cpp:494: error: (-215) 0 <= roi.x && 0 <= roi.width && roi.x + roi.width <= m.cols && 0 <= roi.y && 0 <= roi.height && roi.y + roi.height <= m.rows in function Mat
  16.  
  17. [theATeamMBP:ghooo]~/Projects/opencv/samples/cpp$ ./cpp-example-videostab ~/Documents/My Movie.mp4 -q
  18. frame count (rough): 5
  19. first pass: estimating motions.x..
  20. motion estimation time: 0.534 sec
  21. motion stabilization time: 0.000 sec
  22. estimated trim ratio: 0.001953
  23. processing frames.......................cpp-example-videostab(5838,0x7fff726a3300) malloc: *** mach_vm_map(size=4464468642439168) failed (error code=3)
  24. *** error: can't allocate region
  25. *** set a breakpoint in malloc_error_break to debug
  26. OpenCV Error: Insufficient memory (Failed to allocate 4464468642436064 bytes) in OutOfMemoryError, file /Users/ghooo/Projects/opencv/modules/core/src/alloc.cpp, line 52
  27. OpenCV Error: Assertion failed (u != 0) in create, file /Users/ghooo/Projects/opencv/modules/core/src/matrix.cpp, line 410
  28. error: /Users/ghooo/Projects/opencv/modules/core/src/matrix.cpp:410: error: (-215) u != 0 in function create
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement