python

Pandas

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

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

[matplotlib animation] 73. Dilationを複数回実行したときの2値化とラベリングのアニメーション

matplotlibのFuncAnimationでモルフォロジー処理の膨張(dilation)を複数回実行したときの2値化とラベリングのアニメーションを表示する。
matplotlib

[matplotlib animation] 72.しきい値を連続的に変化させたときの2値化とラベリングのアニメーション

matplotlibのFuncAnimationでしきい値を連続的に変化させたときの2値化とラベリングのアニメーションを表示する。
python

[scikit-image] 67. テンプレートマッチングを用いた移動体追跡と位置合わせ(skimage.feature match_template)

skimage.featureのmatch_templateにより、複数の画像に対してテンプレートマッチングを行うことで動く物体を追跡した例について説明する。
ipywidgets

[ipywidgets] 15. IntSliderで3Dグラフの視点を変更

jupyter notebookの対話的にパラメータを選択できる機能(ipywidgets IntSlider)で、3Dグラフの視点をインタラクティブに変更する方法について説明する。
matplotlib 3D

[matplotlib animation] 71. 3D heartbeatアニメーション

matplotlibのFuncAnimationでmplot3dのvoxelで作成した3Dハートの鼓動アニメーションを表示する。
python

[scikit-image] 66. レベルセット法による画像のセグメンテーション(skimage.segmentation chan_vese)

skimage.segmentationのChan-Vese Algorithmによる画像のセグメンテーション例について説明する。
python

[scikit-image] 65. 画像の比較(skimage.util compare_images)

skimage.utilのcompare_imagesを用いて、画像を様々な方法で比較した例について説明する。