From 0634808bf3ff0a3c22e0a11de777be2494efe00f Mon Sep 17 00:00:00 2001 From: Fraser Harris Date: Thu, 31 Mar 2016 17:57:55 -0700 Subject: [PATCH] Added description of the AR model --- samples/python/plane_ar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/python/plane_ar.py b/samples/python/plane_ar.py index 43b83b9..7f2969c 100755 --- a/samples/python/plane_ar.py +++ b/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]]) -- 2.7.4