aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo de la Hogue2024-03-28 01:49:34 +0100
committerThéo de la Hogue2024-03-28 01:49:34 +0100
commitb193b7533b201d9d634c3a6cbc3e16c7788ba56b (patch)
treefbe70d412f8077af00bda6335c499956512a0939
parentc28b87247bec54eac758bf130d372266beb07577 (diff)
downloadargaze-b193b7533b201d9d634c3a6cbc3e16c7788ba56b.zip
argaze-b193b7533b201d9d634c3a6cbc3e16c7788ba56b.tar.gz
argaze-b193b7533b201d9d634c3a6cbc3e16c7788ba56b.tar.bz2
argaze-b193b7533b201d9d634c3a6cbc3e16c7788ba56b.tar.xz
Removing spaces.
-rw-r--r--src/argaze/ArFeatures.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/argaze/ArFeatures.py b/src/argaze/ArFeatures.py
index 111bde3..bb6a71b 100644
--- a/src/argaze/ArFeatures.py
+++ b/src/argaze/ArFeatures.py
@@ -837,7 +837,7 @@ class ArFrame(DataFeatures.SharedObject, DataFeatures.PipelineStepObject):
image = self.__background.copy()
# Draw mix background and heatmap if required
- elif background_weight is not None and heatmap_weight is not None and self.__heatmap:
+ elif background_weight is not None and heatmap_weight is not None and self.__heatmap:
background_image = self.__background.copy()
heatmap_image = cv2.resize(self.__heatmap.image, dsize=self.__size, interpolation=cv2.INTER_LINEAR)