MCPcopy Create free account
hub / github.com/PyImageSearch/imutils / __init__

Method __init__

imutils/feature/dense.py:4–6  ·  view source on GitHub ↗
(self, step=6, radius=.5)

Source from the content-addressed store, hash-verified

2
3class DENSE:
4 def __init__(self, step=6, radius=.5):
5 self.step = step
6 self.radius = radius
7
8 def detect(self, img):
9 # initialize our list of keypoints

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected