python 實現德洛內三角剖分

我也不知道這玩意主要是幹啥用的, 實現如下。 我用剖分的三角形的三個頂點到中心點的距離和作爲顏色, 結果顯示: 點越密集的地方, 圖片上的顏色越深。 from scipy.spatial import Delaunay import numpy as np import matplotlib.pyplot as plt width = 80 height = 40 pointNumber =
相關文章
相關標籤/搜索