Deleted image_copy

This commit is contained in:
Kristofers Solo 2022-12-18 13:11:37 +02:00
parent 3f413963a2
commit c775e48df8

View File

@ -13,7 +13,7 @@ class TrafficLightDetectorImages(TrafficLightDetector):
self._set_image(image)
def _save_image(self) -> None:
cv2.imwrite(str(IMAGES_OUT_PATH.joinpath(self.path.name)), self.image_copy)
cv2.imwrite(str(IMAGES_OUT_PATH.joinpath(self.path.name)), self.image)
def draw(self) -> None:
self._draw_circle()