Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.09 KB

README.zh-cn.md

File metadata and controls

36 lines (23 loc) · 1.09 KB

ldbm-image-background-remover

基于LDBM算法的抠图工具。

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

样例

LDBM Matting

  • 运行 LDBMImageBackgroundRemover:
LDBMImageBackgroundRemover /path/of/image /path/of/image_tag

Version 1.0.0

编译构建

  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

参考文献

  • Zheng Y, Kambhamettu C. Learning based digital matting[C], Computer Vision, 2009 IEEE 12th International Conference on. IEEE, 2009: 889-896.