whitelok / ldbm-image-background-remover

Remove image background automatically
MIT License
92 stars 18 forks source link
background-changer background-extraction background-image background-mask background-modeling background-subtraction computer-vision computer-vision-tools image-processing

ldbm-image-background-remover

Remove image background automatically with LDBM algorithmn.

Read this in other languages: English, 简体中文.

Demo

LDBM Matting

LDBMImageBackgroundRemover /path/of/image /path/of/image_tag

Download Releases

Version 1.0.0

Build

  1. Build and install OpenCV.
  2. Build and install Eigen.
  3. Install Cmake.
  4. cd ${project file}
  5. mkdir build
  6. cd build
  7. cmake ..
  8. make

References