Ask Your Question

Dawn4's profile - activity

2018-06-20 02:19:36 -0600 commented question Using GrabCut with OpenCv 3.1.0

Thanks, LBerger. The problem was indeed with the inititation of the mask. The code below fix that. mask = np.full((200,

2018-06-20 02:19:19 -0600 commented question Using GrabCut with OpenCv 3.1.0

Thanks, LBerger. The problem was indeed with the inititation of the mask. mask = np.full((200,200),cv2.GC_PR_BGD,np.uin

2018-06-20 00:41:19 -0600 asked a question Using GrabCut with OpenCv 3.1.0

Using GrabCut with OpenCv 3.1.0 I'm using opencv3 grabcut function with initial mask guessing (cv2.GC_INIT_WITH_MASK), b