regionprops_table

jupyter notebook, lab

[matplotlib] 113. ラベル画像のクリックイベントでラベルと元画像を拡大して表示

matplotlibのbutton_press_eventで、skimageのlabelで作成したlabel画像のラベルとその元画像を拡大して横に表示する方法について説明する。
jupyter notebook, lab

[matplotlib] 112. クリックイベントでラベル画像のregionprops情報を表示

matplotlibのbutton_press_eventで、skimageのlabelで作成したlabel画像上の各ラベル情報を画像の横に表示する方法について説明する。
matplotlib

[scikit-image] 93. ラベリングした部分のアスペクト比と円形度を求めて表示

skimage.measure の label, regionprops_tableで2値画像のラベリングと計測を行い、ラベリングした部分のアスペクト比と円形度を求めて画像上に表示する方法について説明する。
Pandas

[scikit-image] 68. ラベリングした領域のデータをregionprops_tableによりpandasのDataFrameで取得する(skimage.measure regionprops_table)

scikit-imageのregionprops_tableでラベリングした領域の情報を取得できるregionpropsのデータをpandasのDataFrameにする。