Fill gap between two lines with color

后端 未结 0 1893
野趣味
野趣味 2020-12-02 11:04

Here\'s my code:

def region_of_interest(image):
    height = image.shape[0]
    polygons = np.array([
    [(300, height), (1100, height), (600, 400)] #Dimensi         


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