MeVisLab Scripting Reference
MeVisLab Scripting Reference Documentation

Introduction

This is the scripting documentation for MeVisLab. Many aspects of MeVisLab modules can be controlled via dynamic scripting languages. MeVisLab's main scripting language is Python (http://www.python.org). JavaScript (QSA from former Trolltech) is still supported but it is strongly recommended to write new modules in Python.

See the Python page for more details on the Python bindings.

Scripting

Have a look at the Scripting module to get an overview over the objects that are commonly used in scripting in MeVisLab.