Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
72
class
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.py
File · 0.45
draw_axis
Function · 0.45
aStar1.py
File · 0.45
compare_photos.py
File · 0.45
show_photos.py
File · 0.45
2-使用kNN对手写数字OCR.py
File · 0.45
同时预测数字和英文字母1.py
File · 0.45
预测手写数字1.py
File · 0.45
solve_captchas_with_model.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected