roviz

Simplify the design of your computer vision applications

View the Project on GitHub


How to write plugins

In roviz, all items you see in the application are in fact plugins. If you want to write your own plugin, you can execute the new_project.sh script. You only need to provide it with a class name for your new item and it should automatically create a plugin based on a template for you. We’ll shortly go through the most important concepts that you need to know for writing a plugin:

Once you’ve finished writing your plugin, just run qmake and make again in the root folder and your plugin should build.