Home / Programming MCQs / Python MCQs / Question

M

Mr. Dubey • 51.43K Points
Coach

Q. What is the output of the below code?

Code:
cv2.threshold(pic, 125, 255, cv2.THRESH_OTSU)
(A) Grayscale image
(B) Binary Image
(C) Threshold value
(D) Both a and c

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.