Skip to content
Sa'ad edited this page Dec 18, 2015 · 2 revisions

This project is out of date. Moreover, it is not complete. In order to build and run the "example", additional libraries need to be downloaded and maintained locally. With recent change in JavaCV (1.1 I believe), I would need to update the project files, specifically the POM so that all required dependencies are specified the POM and the project is completely build and runnable from the project files.

The Goal of this project

The central goal is to use computer vision technology to scan graphical images so that we can reason about them. The idea was to use the results to unit test Java Swing paintings. CV can easily find contours and such information can be used to verify whether a Java Swing painting actually painted what was expected of it.

Clone this wiki locally