Move the sources to trunk
[opencv] / interfaces / matlab / toolbox / opencv / cvdemos / demos.m
1 function tbxStruct=demos\r
2 %DEMOS Demo list for the OpenCV toolbox.\r
3 \r
4 if nargout==0, demo toolbox; return; end\r
5 \r
6 tbxStruct.Name='OpenCV';\r
7 tbxStruct.Type='toolbox';\r
8 \r
9 tbxStruct.Help= {\r
10     'OpenCV is powerful open source'\r
11     'computer vision library'\r
12     ' '\r
13      };\r
14 \r
15 tbxStruct.DemoList={\r
16     'Canny Demo', 'cannydemo'\r
17     'Contour Demo', 'contdemo'\r
18     'Flood Fill Demo', 'filldemo'\r
19     'Optical Flow Demo', 'flowdemo'\r
20 };\r