Skip to content

Simple Java application that compares different background subtraction techniques provided by OpenCV.

Notifications You must be signed in to change notification settings

mieczyk/BackgroundSubtraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background Subtraction

Simple Java application that compares different background subtraction techniques provided by the OpenCV 3.2.0 library.

Run on Windows

The application requires OpenCV and FFmpeg DLLs to run so the java.library.path property must point at the lib\dll directory. The property can be set in the JVM (Java Virtual Machine) options. Just run the application with the following parameter:

-Djava.library.path=lib\dll

About

Simple Java application that compares different background subtraction techniques provided by OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published