This simple program explores the GrabCut algorithm, an algorithm for foreground extraction with minimal user interaction. We also used ROI, Region of Interest which is a form of hardcoding, where we can apply certains filters, operations or algorithms on a selected subset of an image. See more info on this page
Make sure you have Python installed on your system.
git clone <repository-url>
cd <repository-directory>
pip install opencv-python
python main.py