我这样创建了一个数组:
import numpy as np data = np.zeros( (512,512,3), dtype=np.uint8) data[256,256] = [255,0,0]
我想要做的是在512x512图像的中心显示一个红点.(至少从...开始......我想我可以从中找出其余部分)
python arrays numpy data-visualization image
arrays ×1
data-visualization ×1
image ×1
numpy ×1
python ×1