-
Notifications
You must be signed in to change notification settings - Fork 0
Dynamic Vision System
Tom Tzook edited this page Jun 19, 2017
·
13 revisions
The Dynamic Vision System provides an easy-to-use automatic image processing which requires 0 code writing to process an image. Each image is processed through user-defined filters that filter out unwanted contours in several different ways. At the end of such process, the resulting contours are analysed and analysis data is returned to the user. Users can define filters in XML files for the system to use. The vision system uses openCV to perform the analysis, but it is possible to use the system with a different library, provided an interface is created.