Skip to content

ahanin/opencv-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV Demo Application

You can experiment with different filters by stacking them and playing with their settings. Try using your webcam too.

Installation

Before running the demo you will need to

  1. install OpenCV Java bindings:

    $ mvn install:install-file -DgroupId=opencv -DartifactId=opencv -Dversion=2.4.8 -Dpackaging=jar -Dfile=lib/opencv-248.jar

  2. compile OpenCV library and put it to lib directory:

Running

To run the example type:

$ mvn exec:exec

About

OpenCV Demo Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages