mirror of
https://github.com/kristoferssolo/Traffic-Light-Detector.git
synced 2025-10-21 20:00:36 +00:00
Deleted image_copy
This commit is contained in:
parent
3f413963a2
commit
c775e48df8
@ -13,7 +13,7 @@ class TrafficLightDetectorImages(TrafficLightDetector):
|
|||||||
self._set_image(image)
|
self._set_image(image)
|
||||||
|
|
||||||
def _save_image(self) -> None:
|
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:
|
def draw(self) -> None:
|
||||||
self._draw_circle()
|
self._draw_circle()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user