Added description of the AR model

This commit is contained in:
Fraser Harris 2016-03-31 17:57:55 -07:00
parent 873884aa47
commit 0634808bf3

View File

@ -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]])