Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 373 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 373 Bytes

Java-Background-Subtraction

This project does background subtraction using OpenCV 3.1 Java interface.

  1. BackgroundSubtractorMOG2 is used for background subtraction.
  2. BackgroundSubtractorMOG2 is constructed by org.opencv.video.Video.createBackgroundSubtractorMOG2().
  3. ImageConverter is used to convert Mat to BufferedImage, both gray and rgb images.

Happy coding!