summaryrefslogtreecommitdiff
path: root/utils/raspberrypi/ctt/ctt_tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/raspberrypi/ctt/ctt_tools.py')
-rw-r--r--utils/raspberrypi/ctt/ctt_tools.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/raspberrypi/ctt/ctt_tools.py b/utils/raspberrypi/ctt/ctt_tools.py
index 27080de0..f4b9baac 100644
--- a/utils/raspberrypi/ctt/ctt_tools.py
+++ b/utils/raspberrypi/ctt/ctt_tools.py
@@ -99,11 +99,11 @@ display image for debugging... read at your own risk...
"""
def represent(img, name='image'):
# if type(img) == tuple or type(img) == list:
- # for i in range(len(img)):
- # name = 'image {}'.format(i)
- # cv2.imshow(name, img[i])
+ # for i in range(len(img)):
+ # name = 'image {}'.format(i)
+ # cv2.imshow(name, img[i])
# else:
- # cv2.imshow(name, img)
+ # cv2.imshow(name, img)
# cv2.waitKey(0)
# cv2.destroyAllWindows()
# return 0