Added description of the AR model
authorFraser Harris <fraser.harris@gmail.com>
Fri, 1 Apr 2016 00:57:55 +0000 (17:57 -0700)
committerFraser Harris <fraser.harris@gmail.com>
Fri, 1 Apr 2016 00:57:55 +0000 (17:57 -0700)
samples/python/plane_ar.py

index 43b83b9..7f2969c 100755 (executable)
@@ -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]])