MCPcopy Create free account
hub / github.com/Vinyzu/recognizer / __init__

Method __init__

recognizer/components/detector.py:119–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected