matplotlib [scikit-image] 93. ラベリングした部分のアスペクト比と円形度を求めて表示 skimage.measure の label, regionprops_tableで2値画像のラベリングと計測を行い、ラベリングした部分のアスペクト比と円形度を求めて画像上に表示する方法について説明する。 2021.02.11 matplotlibpython画像処理
python [scikit-image] 18. ランダム図形を描写(draw.random_shapes) skimage.draw の random_shapesによるランダムな図形の描写 2019.05.14 python画像処理