摘要:
以下是坐标系内画圆: import cv2 as cv import matplotlib.pyplot as plt circlel=plt.Circle((0.4,0.4),0.2,color='r') fig,ax=plt.subplots() ax.add_artist(circlel) f 阅读全文
摘要:
以下是坐标系内画圆: import cv2 as cv import matplotlib.pyplot as plt circlel=plt.Circle((0.4,0.4),0.2,color='r') fig,ax=plt.subplots() ax.add_artist(circlel) f 阅读全文
|