画像処理

matplotlib

[matplotlib animation] 91. 画像の複製アニメーション

1枚の画像を複製して表示するアニメーションをmatplotlibのFuncAnimationによって作成する。
matplotlib

[matplotlib animation] 90. 画像の分割アニメーション

1枚の画像を分割して表示するアニメーションをmatplotlibのFuncAnimationによって作成する。
matplotlib

[matplotlib animation] 88. imshowでのcmap変化アニメーション

plt.imshowで表示した画像のカラーマップを変化させたときの色の変化をmatplotlibのFuncAnimationによるアニメーションで表示する。
matplotlib

[scikit-image] 88. threshold_sauvola, opening, label, regionpropsなどを駆使してサボテンの種の数を調査

skimage.filters, morphology, measureなどを使用して、サボテンの種の数を調べたのでその詳細を解説する。
matplotlib

[matplotlib] 88. 強調線(集中線)

matplotlibで強調線を表示する方法について説明する。
ipywidgets

[ipywidgets] 28. Dropdown, Selectで画像を任意のcmapで表示

jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets DropdownおよびSelect)で、画像を任意のcmapで表示する方法について説明する。
matplotlib

[matplotlib] 82. マウスイベントで画像上の任意の位置に四角を表示

matplotlibのbutton_press_event、button_release_event、motion_notify_eventで、画像の任意の位置に四角をインタラクティブに表示する方法について説明する。
ipywidgets

[ipywidgets] 26. IntRangeSliderで画像の任意の位置に四角を表示

jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets IntRangeSlider)で、画像の任意の位置に四角をインタラクティブに表示する方法について説明する。