import numpy as np
image=np.zeros((300,300,3),dtype='uint8')
(cx,cy)=image.shape[1]//2,image.shape[0]//2#其中的cx和cy就是我们图像中点的坐标

 

相关文章:

  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
  • 2022-02-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2021-08-13
  • 2021-07-31
相关资源
相似解决方案