Mayukhdeep Mathur

Results 1 comments of Mayukhdeep Mathur

`_, conts, h = cv2.findContours(maskClose, cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_NONE)` Remove _ from the line; the result should be this. `conts, h = cv2.findContours(maskClose, cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_NONE)`