[Opencv-python] cv2.divide(...) picture division

[Opencv-python] cv2.divide picture division

1. Background

For detailed documentation, please refer to official information.
This blog is as simple and clear as possible. If there are any errors, please correct me.

The python and cv2 versions of this blog are as follows:

#python版本:
3.7.10|packaged by conda-forge|(default,Feb 19 2021,15:37:01)[MSCv.1916 64 bit(AMD64)]
#opencv-python版本:
opencv-python:4.5.1.48

opencv provides an api to divide two images:

cv2.divide

Guess you like

Origin blog.csdn.net/jn10010537/article/details/114481267