Home
last modified time | relevance | path

Searched refs:splitfn (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/samples/python2/
Dcalibrate.py7 from common import splitfn
58 path, name, ext = splitfn(fn)
Ddemo.py8 from common import splitfn
79 name = splitfn(fn)[1]
Dcommon.py23 def splitfn(fn): function