AlphaMatting icon indicating copy to clipboard operation
AlphaMatting copied to clipboard

Implementation of Shared Sampling for Real-time Alpha Matting - http://inf.ufrgs.br/~eslgastal/SharedMatting/

AlphaMatting on MAC

Install OpenCV on MAC - 4 steps

  • download OpenCV source code, and step into the directory.
  • cmake -G "Unix Makefiles"
  • make -j8
  • make install

Reference

  • http://opencv.org/
  • https://github.com/np-csu/AlphaMatting