摘要: python opencv仿射变化--缩放--平移--旋转 # This is a sample Python script. # Press Shift+F10 to execute it or replace it with your code. # Press Double Shift to 阅读全文
posted @ 2024-02-07 16:58 txwtech 阅读(68) 评论(0) 推荐(0) 编辑
摘要: python在图像上绘制文字-中文 simfang.ttf在c盘可以找到,复制到py的相同文件夹 """ coding=utf-8 cv2解决绘制中文乱码的问题 """ import cv2 import numpy as np from PIL import Image, ImageDraw, I 阅读全文
posted @ 2024-02-07 16:57 txwtech 阅读(295) 评论(1) 推荐(0) 编辑