In the image preprocessing filtering experiment, which of the following functions calls OpenCV’s median blur API?

In the image preprocessing filtering experiment, which of the following functions calls OpenCV’s median blur API?
A . cv2.GaussianBlur(im, (5, 5), 0)
B . cv2.blur(im, (3, 3))
C . cv2.medianBlur(im, 5)
D . cv2.filter2D(im, -1, sharpen_1)

Answer: C

Subscribe
Notify of
guest
0 Comments