OpenCV Python 使用阀值处理图像(threshold)

学会使用Opencv不同的阀值处理图像,例子涉及到`cv2.threshold` 函数和 `cv2.adaptiveThreshold` 函数的使用及效果。