Merge pull request #6352 from fraserharris:patch-1

pull/6359/head
Maksim Shabunin 9 years ago
commit ee9f88902c
  1. 1
      samples/python/plane_ar.py

@ -32,6 +32,7 @@ import common
from plane_tracker import PlaneTracker
from video import presets
# Simple model of a house - cube with a triangular prism "roof"
ar_verts = np.float32([[0, 0, 0], [0, 1, 0], [1, 1, 0], [1, 0, 0],
[0, 0, 1], [0, 1, 1], [1, 1, 1], [1, 0, 1],
[0, 0.5, 2], [1, 0.5, 2]])

Loading…
Cancel
Save