我这样创建了一个数组:
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
在使用带有Python绑定的Tensorflow时,如何将张量转换为numpy数组?
python numpy tensorflow
numpy ×2
python ×2
arrays ×1
data-visualization ×1
image ×1
tensorflow ×1