All Projects → whitelok → Ldbm Image Background Remover

whitelok / Ldbm Image Background Remover

Licence: mit
Remove image background automatically

Projects that are alternatives of or similar to Ldbm Image Background Remover

Catt
Detecting the temperature from an infrared image
Stars: ✭ 60 (-16.67%)
Mutual labels:  image-processing
Artos
Adaptive Real-Time Object Detection System with HOG and CNN Features
Stars: ✭ 64 (-11.11%)
Mutual labels:  image-processing
Scanbot Sdk Example Android
Document scanning SDK example apps for the Scanbot SDK for Android.
Stars: ✭ 67 (-6.94%)
Mutual labels:  image-processing
Colorfilters
Image thresholding in multiple colorspaces.
Stars: ✭ 60 (-16.67%)
Mutual labels:  image-processing
Retouch
🎬 An OpenGL application for editing and retouching images using depth-maps in 2.5D
Stars: ✭ 63 (-12.5%)
Mutual labels:  image-processing
Go Cv
Computer Vision package in pure Go taking advantage of SIMD acceleration
Stars: ✭ 66 (-8.33%)
Mutual labels:  image-processing
Angular Filepond
🔌 A handy FilePond adapter component for Angular
Stars: ✭ 59 (-18.06%)
Mutual labels:  image-processing
Gobrot
Mandelbrot image renderer in Go
Stars: ✭ 70 (-2.78%)
Mutual labels:  image-processing
Legoizer
A tool to convert images to Lego bricks.
Stars: ✭ 63 (-12.5%)
Mutual labels:  image-processing
Opendcx
OpenDCX Repository
Stars: ✭ 67 (-6.94%)
Mutual labels:  image-processing
Sanchez
False-colour geostationary satellite image compositor
Stars: ✭ 61 (-15.28%)
Mutual labels:  image-processing
Jpg Glitch
glitch images with jpg encoding
Stars: ✭ 1,120 (+1455.56%)
Mutual labels:  image-processing
Pillow
The friendly PIL fork (Python Imaging Library)
Stars: ✭ 9,241 (+12734.72%)
Mutual labels:  image-processing
Imagesoup
Python library designed for quick search and downloading images from Google Images.
Stars: ✭ 60 (-16.67%)
Mutual labels:  image-processing
Blendit
🖼 Blend images with text and generate amazing looking posters.
Stars: ✭ 68 (-5.56%)
Mutual labels:  image-processing
Halide Hls
HLS branch of Halide
Stars: ✭ 59 (-18.06%)
Mutual labels:  image-processing
Fft Conv Pytorch
Implementation of 1D, 2D, and 3D FFT convolutions in PyTorch. Much faster than direct convolutions for large kernel sizes.
Stars: ✭ 65 (-9.72%)
Mutual labels:  image-processing
Skrop
Image transformation service using libvips, based on Skipper.
Stars: ✭ 71 (-1.39%)
Mutual labels:  image-processing
Image Filtering
A Swift playgroundbook about Image Filtering
Stars: ✭ 70 (-2.78%)
Mutual labels:  image-processing
Multiclass Semantic Segmentation Camvid
Tensorflow 2 implementation of complete pipeline for multiclass image semantic segmentation using UNet, SegNet and FCN32 architectures on Cambridge-driving Labeled Video Database (CamVid) dataset.
Stars: ✭ 67 (-6.94%)
Mutual labels:  image-processing

ldbm-image-background-remover

Remove image background automatically with LDBM algorithmn.

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

Demo

LDBM Matting

  • Run LDBMImageBackgroundRemover:
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

  • Zheng Y, Kambhamettu C. Learning based digital matting[C], Computer Vision, 2009 IEEE 12th International Conference on. IEEE, 2009: 889-896.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].