Inter array operations in python using numpy

前端 未结 0 770
小蘑菇
小蘑菇 2021-01-27 17:12

I have an image as a 2D numpy array that i wish to calculate gradient of

    gx = np.zeros((frame.shape[0]-2, frame.shape[1]-2), dtype=\'int8\')
    gy = np.zeros         


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