Open Access. Powered by Scholars. Published by Universities.®

MS in Computer Science Project Reports

Series

2020

Articles 1 - 1 of 1

Full-Text Articles in Programming Languages and Compilers

Visualocv: Refined Dataflow Programming Interface For Opencv, John Boggess Aug 2020

Visualocv: Refined Dataflow Programming Interface For Opencv, John Boggess

MS in Computer Science Project Reports

OpenCV is a popular tool for developing computer vision algorithms; however, prototyping OpenCV-based algorithms is a time consuming and iterative process. VisualOCV is an open source tool to help users better understand and create computer vision algorithms. A user can see how data is processed at each step in their algorithm, and the results of any changes to the algorithm will be displayed to the user immediately. This can allow the user to easily experiment with various computer vision methods and their parameters. EyeCalc 1.0 uses the Microsoft Foundation Class Library, an old GUI framework by Microsoft, and contains various …