MCPcopy 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
31def splitfn(fn):
32 path, fn = os.path.split(fn)
33 name, ext = os.path.splitext(fn)
34 return path, name, ext
35
36def anorm2(a):
37 return (a*a).sum(-1)

Callers 2

calibrate.pyFile · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected