Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
147
class
App:
148
def
__init__(self, video_src, paused = False):
Callers
2
__init__
Method · 0.95
update
Method · 0.95
Calls
1
divSpec
Function · 0.85
Tested by
no test coverage detected