M
Q. What is the output of the below code?
Code:
cv2.threshold(pic, 125, 255, cv2.THRESH_OTSU)
- Correct Answer - Option(D)
- Views: 125
- Filed under category Python
Discusssion
Login to discuss.