diff --git a/samples/python/plane_ar.py b/samples/python/plane_ar.py index 43b83b95ac..7f2969cdd8 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]])