Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/makelove/OpenCV-Python-Tutorial
/ splitfn
Function
splitfn
官方samples/common.py:31–34 ·
view source on GitHub ↗
(fn)
Source
from the content-addressed store, hash-verified
29
return
str(self.__dict__)
30
31
def
splitfn(fn):
32
path, fn = os.path.split(fn)
33
name, ext = os.path.splitext(fn)
34
return
path, name, ext
35
36
def
anorm2(a):
37
return
(a*a).sum(-1)
Callers
2
calibrate.py
File · 0.90
__init__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected