BoringBlue
文章15
标签18
分类7
记python安装cv2

记python安装cv2

随手记

通过像素点坐标裁剪图片———Python

通过像素点坐标裁剪图片———Python

例如一下坐标点:x、y
左上坐标点A:(640, 1400)
右下坐标点B:(1200,2100)

import cv2

str_file_path =...
            
        
通过像素点位置在图片上画线———Python

通过像素点位置在图片上画线———Python

×