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

Method __init__

deeplabcut/core/trackingutils.py:92–98  ·  view source on GitHub ↗
(self, x, y, width, height, theta)

Source from the content-addressed store, hash-verified

90
91class Ellipse:
92 def __init__(self, x, y, width, height, theta):
93 self.x = x
94 self.y = y
95 self.width = width
96 self.height = height
97 self.theta = theta # in radians
98 self._geometry = None
99
100 @property
101 def parameters(self):

Callers 6

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected