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

Method load

官方samples/digits.py:73–74  ·  view source on GitHub ↗
(self, fn)

Source from the content-addressed store, hash-verified

71
72class StatModel(object):
73 def load(self, fn):
74 self.model.load(fn) # Known bug: https://github.com/opencv/opencv/issues/4969
75 def save(self, fn):
76 self.model.save(fn)
77

Callers 9

calib3d.pyFile · 0.45
draw_axisFunction · 0.45
aStar1.pyFile · 0.45
compare_photos.pyFile · 0.45
show_photos.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected