SANJEETH N T
Results
1
comments of
SANJEETH N T
I'm getting the same error unable to resolve it. in extract_bv(image) 22 ret,f6 = cv2.threshold(f5,15,255,cv2.THRESH_BINARY) 23 mask = np.ones(f5.shape[:2], dtype="uint8") * 255 ---> 24 image, contours, hierarchy = cv2.findContours(f6.copy() ,cv2.RETR_LIST...