MCPcopy Create free account
hub / github.com/DeepLabCut/DeepLabCut / test_ellipse

Function test_ellipse

tests/test_trackingutils.py:23–25  ·  view source on GitHub ↗
(ellipse)

Source from the content-addressed store, hash-verified

21
22
23def test_ellipse(ellipse):
24 assert ellipse.aspect_ratio == 2
25 np.testing.assert_equal(ellipse.contains_points(np.asarray([[0, 0], [10, 10]])), [True, False])
26
27
28def test_ellipse_similarity(ellipse):

Callers

nothing calls this directly

Calls 1

contains_pointsMethod · 0.80

Tested by

no test coverage detected