summaryrefslogtreecommitdiff
path: root/utils/raspberrypi/ctt/ctt_macbeth_locator.py
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-05-02 03:32:00 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-05-13 16:58:54 +0300
commit23db936a1f66c74379063394f8d8c647e939c920 (patch)
tree47adc84c70f9752a46fd5460c2a251e60b459e92 /utils/raspberrypi/ctt/ctt_macbeth_locator.py
parente31b104fd1bf39f6d9d466b6047a24a78da6f15c (diff)
utils: raspberrypi: ctt: Fix pycodestyle E303
E303 too many blank lines Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Diffstat (limited to 'utils/raspberrypi/ctt/ctt_macbeth_locator.py')
-rw-r--r--utils/raspberrypi/ctt/ctt_macbeth_locator.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/raspberrypi/ctt/ctt_macbeth_locator.py b/utils/raspberrypi/ctt/ctt_macbeth_locator.py
index c3016f9a..94bbf580 100644
--- a/utils/raspberrypi/ctt/ctt_macbeth_locator.py
+++ b/utils/raspberrypi/ctt/ctt_macbeth_locator.py
@@ -144,7 +144,6 @@ def find_macbeth(Cam, img, mac_config=(0, 0)):
w_best, h_best = w_inc, h_inc
d_best = 1
-
"""
scale 2
"""
@@ -697,7 +696,6 @@ def get_macbeth_chart(img, ref_data):
Following code is mostly representation for debugging purposes
"""
-
"""
draw macbeth corners and centres on image
"""
@@ -731,7 +729,6 @@ def get_macbeth_chart(img, ref_data):
# cv2.imshow('Macbeth', best_map_col)
# represent(copy)
-
"""
rescale coordinates to original image size
"""