python [scikit-image] 83. flood_fillによる特定の領域の塗りつぶし(skimage.segmentation.flood_fill) skimage.segmentationのflood_fillで、特定の領域を指定の色で塗りつぶす方法について説明する。 2020.05.12 python画像処理
matplotlib 3D [matplotlib 3D] 12. 3Dグラフに面グラフを並べて表示 matplotlibのmplot3dで作成する3Dグラフで面グラフを並べて表示する。 2018.10.12 matplotlib 3Dpython