OpenCV2-Python-Tutorials
OpenCV2-Python-Tutorials copied to clipboard
GrabCut Mask Algorithm Not Working
I am implementing an interactive GrabCut algorithm. When I apply the masks, the area corresponding to the mask is only highlighted.
The rectangle grabcut works well.

Then I load the mask using the interactive paint. It works well too.

Here is where the problem is. Part of the image is only selected. Can you upload code of implemented grabcut through masks please.(Not in your documentation)

Needless to say, other parts of the documentation is very awesome and I highly appreciate your efforts.
have you solved the problem? I meet it now and get confused