(self)
| 117 | } |
| 118 | |
| 119 | def __init__(self) -> None: |
| 120 | pass |
| 121 | |
| 122 | def detect_image(self, image: cv2.typing.MatLike, tile_amount: int, task_type: str) -> List[bool]: |
| 123 | response = [False for _ in range(tile_amount)] |
nothing calls this directly
no outgoing calls
no test coverage detected