3. OpenCV image writing

3. OpenCV image writing3.1 Function method: cv2.imwrite('new_img_name', img)3.2. Actual effect display

3.1 Function method: cv2.imwrite('new_img_name', img)

Parameter meaning:

The first parameter is the saved file name

The second parameter is the saved image

3.2. Actual effect display

Code path:

/home/pi/DOGZILLA_Lite_class/4.Open Source CV/A.introduction/Introduction_to_OpenCV/03_OpenCV_Img_Write.ipynb