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

Method height

deeplabcut/utils/auxfun_videos.py:184–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182
183 @property
184 def height(self):
185 _, _, y1, y2 = self.get_bbox(relative=False)
186 return y2 - y1
187
188 @property
189 def dimensions(self):

Callers 4

CreateVideoFunction · 0.45
CreateVideoSlowFunction · 0.45
__init__Method · 0.45

Calls 1

get_bboxMethod · 0.95

Tested by

no test coverage detected