Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyImageSearch/imutils
/ setInt
Method
setInt
imutils/feature/dense.py:22–24 ·
view source on GitHub ↗
(self, var, val)
Source
from the content-addressed store, hash-verified
20
return
kps
21
22
def
setInt(self, var, val):
23
if
var ==
"initXyStep"
:
24
self.step = val
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected