how to find average of maximum intensity of an image after plot a 3D surface plot?

前端 未结 0 464
粉色の甜心
粉色の甜心 2020-12-30 00:35

I am plotting a 3D surface plot by using an image. Below is my code:

x = np.arange(768)
y = np.arange(576)


X, Y = np.meshgrid(x, y)

Z = cv2.imread(\'F:\\Mu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题