EasyCV
0.9.36
Easy! Computer Vision
|
Classes | |
class | ToolTip |
class | ThreadWait |
class | Application |
Variables | |
oldstdout = sys.stdout | |
tuple | scriptfname = inspect.getfile(inspect.currentframe()) |
tuple | scriptpath = os.path.dirname(os.path.abspath( scriptfname )) |
tuple | installpath = os.path.abspath(scriptpath+'/../..') |
pythonExec = sys.executable | |
string | activate_this = installpath+'/virt/bin/activate_this.py' |
tuple | root = Tkinter.Tk() |
tuple | gui_stdout_queue = Queue.Queue() |
tuple | app = Application( master=root ) |
string easy.gui.activate_this = installpath+'/virt/bin/activate_this.py' |
tuple easy.gui.app = Application( master=root ) |
tuple easy.gui.gui_stdout_queue = Queue.Queue() |
tuple easy.gui.installpath = os.path.abspath(scriptpath+'/../..') |
easy.gui.oldstdout = sys.stdout |
easy.gui.pythonExec = sys.executable |
tuple easy.gui.root = Tkinter.Tk() |
tuple easy.gui.scriptfname = inspect.getfile(inspect.currentframe()) |
tuple easy.gui.scriptpath = os.path.dirname(os.path.abspath( scriptfname )) |