MCPcopy Create free account
hub / github.com/AggieSportsAnalytics/CourtCheck / H_ref

Function H_ref

backend/tests/test_player_tracking.py:44–48  ·  view source on GitHub ↗

Load homography from calibration file.

()

Source from the content-addressed store, hash-verified

42
43@pytest.fixture(scope="module")
44def H_ref():
45 """Load homography from calibration file."""
46 from backend.vision.calibration import load_calibration
47 H, _, _ = load_calibration(CALIBRATION_PATH, CAMERA_ID)
48 return H
49
50
51@pytest.fixture(scope="module")

Callers

nothing calls this directly

Calls 1

load_calibrationFunction · 0.90

Tested by

no test coverage detected