matplotlib [matplotlib animation] 91. 画像の複製アニメーション 1枚の画像を複製して表示するアニメーションをmatplotlibのFuncAnimationによって作成する。 2020.10.15 matplotlibmatplotlib Animationpython画像処理
matplotlib [matplotlib animation] 90. 画像の分割アニメーション 1枚の画像を分割して表示するアニメーションをmatplotlibのFuncAnimationによって作成する。 2020.10.12 matplotlibmatplotlib Animationpython画像処理
matplotlib [matplotlib animation] 88. imshowでのcmap変化アニメーション plt.imshowで表示した画像のカラーマップを変化させたときの色の変化をmatplotlibのFuncAnimationによるアニメーションで表示する。 2020.10.01 matplotlibmatplotlib AnimationpythonSciPy画像処理
matplotlib [scikit-image] 88. threshold_sauvola, opening, label, regionpropsなどを駆使してサボテンの種の数を調査 skimage.filters, morphology, measureなどを使用して、サボテンの種の数を調べたのでその詳細を解説する。 2020.09.24 matplotlibpythonサボテン画像処理
ipywidgets [ipywidgets] 28. Dropdown, Selectで画像を任意のcmapで表示 jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets DropdownおよびSelect)で、画像を任意のcmapで表示する方法について説明する。 2020.07.06 ipywidgetsmatplotlibpython画像処理
matplotlib [matplotlib] 82. マウスイベントで画像上の任意の位置に四角を表示 matplotlibのbutton_press_event、button_release_event、motion_notify_eventで、画像の任意の位置に四角をインタラクティブに表示する方法について説明する。 2020.06.27 matplotlibpython画像処理
ipywidgets [ipywidgets] 26. IntRangeSliderで画像の任意の位置に四角を表示 jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets IntRangeSlider)で、画像の任意の位置に四角をインタラクティブに表示する方法について説明する。 2020.06.25 ipywidgetspython画像処理