MCPcopy Index your code
hub / github.com/makelove/OpenCV-Python-Tutorial / __init__

Method __init__

官方samples/digits_adjust.py:54–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52
53class App(object):
54 def __init__(self):
55 self._samples, self._labels = self.preprocess()
56
57 def preprocess(self):
58 digits, labels = load_digits(DIGITS_FN)

Callers

nothing calls this directly

Calls 1

preprocessMethod · 0.95

Tested by

no test coverage detected