Q. What is the output of the below code?
Code:
cv2.threshold(pic, 125, 255, cv2.THRESH_OTSU)
β
Correct Answer: (D)
Both a and c
cv2.threshold(pic, 125, 255, cv2.THRESH_OTSU)
You must be Logged in to update hint/solution