Templates
One of the most powerful tools provided by OpenVX is an access to the GUI by way of external "template" files. Templates provide a high level language for you to specify graphical widgets that VX will use to collect and/or display data. The full syntax for these files is given in sections Virtual Forms, GUI Forms, and Menu Forms.
"Template" files are ASCII text files and should have their file names end with the postfix ".t". The full set of templates used by VX may be found in your driver/supp directory. All VX templates are complied into a file called Forms.VX, which loads at runtime.