From 49dc6e41e256a942d4f76fadd35399a7b2e39008 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 18 Dec 2017 13:50:09 +0100 Subject: [PATCH] gst-test-perspective.py: fix a typo --- python/gst-test-perspective.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/gst-test-perspective.py b/python/gst-test-perspective.py index 9a74823..6ddf5b0 100755 --- a/python/gst-test-perspective.py +++ b/python/gst-test-perspective.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# test program for the "perspective" geometric tranform element +# test program for the "perspective" geometric transform element import cv2 import numpy as np -- 2.1.4