PARP Research Group | Universidad de Murcia |
examples/designer/designer.cpp File ReferenceExample usage for the Designer User Interface. More... #include <QVDesignerGUI> #include <QVApplication> #include <QVCannyEdgeDetector> #include <QVVideoReaderBlock> #include <QVImageCanvas> #include <QVProcessingBlock> #include <qvip.h> #include <qvmath.h> #include <QV2DMap> Go to the source code of this file. Detailed DescriptionExample usage for the Designer User Interface. The Designer User Interface allows the user to dynamically modify the block and linking structure of a QVision application, adding new processing nodes to its structure, deleting them, or creating new data connections between them. UsageOnce QVision has been correctly installed in your system, compile using the qmake and make tools: # qmake; make
Execute the application with the following line: ./designer For example: See section QVDesignerGUI for further info about the Designer Interface. Definition in file designer.cpp. |