MCPcopy
hub / github.com/makelove/OpenCV-Python-Tutorial / update_kernel

Method update_kernel

官方samples/mosse.py:143–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

141 return resp, (mx-w//2, my-h//2), psr
142
143 def update_kernel(self):
144 self.H = divSpec(self.H1, self.H2)
145 self.H[...,1] *= -1
146
147class App:
148 def __init__(self, video_src, paused = False):

Callers 2

__init__Method · 0.95
updateMethod · 0.95

Calls 1

divSpecFunction · 0.85

Tested by

no test coverage detected