summaryrefslogtreecommitdiff
path: root/utils/raspberrypi/ctt/ctt_macbeth_locator.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/raspberrypi/ctt/ctt_macbeth_locator.py')
-rw-r--r--utils/raspberrypi/ctt/ctt_macbeth_locator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/raspberrypi/ctt/ctt_macbeth_locator.py b/utils/raspberrypi/ctt/ctt_macbeth_locator.py
index 949e3686..55ab4fdb 100644
--- a/utils/raspberrypi/ctt/ctt_macbeth_locator.py
+++ b/utils/raspberrypi/ctt/ctt_macbeth_locator.py
@@ -487,8 +487,8 @@ def get_macbeth_chart(img, ref_data):
"""
clustering = cluster.AgglomerativeClustering(
n_clusters=None,
- compute_full_tree = True,
- distance_threshold = side*2
+ compute_full_tree=True,
+ distance_threshold=side*2
)
mac_mids_list = [x[0] for x in mac_mids]