zk8888 / My_MBS

MBS in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My_MBS

License

This is a C++ version transformed from Matlab implementation of the method described in:

"Minimum Barrier Salient Object Detection at 80 FPS", Jianming Zhang, Stan Sclaroff, Zhe Lin, Xiaohui Shen, Brian Price, Radomir Mech, ICCV, 2015

Prerequisite

  • OpenCV 2.4+
  • Intel ipp

Usage

Just cmake and you will see the demo.

Demo

This c++ implementation is for exchanging study purpose only. For further research or reproducing the results in ICCV paper, please use the Matlab version or Windows executable program.

About

MBS in C++

License:MIT License


Languages

Language:C++ 97.6%Language:CMake 2.4%