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] 27. IntRangeSliderで画像の任意の範囲のヒストグラムを表示 jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets IntRangeSlider)で、画像の任意の位置のヒストグラムをインタラクティブに表示する方法について説明する。 2020.06.27 ipywidgetsmatplotlibpython
ipywidgets [ipywidgets] 26. IntRangeSliderで画像の任意の位置に四角を表示 jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets IntRangeSlider)で、画像の任意の位置に四角をインタラクティブに表示する方法について説明する。 2020.06.25 ipywidgetspython画像処理
ipywidgets [ipywidgets] 25. 卵状構造をとる2つの球の任意の高さにおける断面を表示 jupyter notebook, labで対話的な操作ができる機能(ipywidgets)のFloatSliderをつかって、3Dグラフの任意の高さにおける断面図を表示する方法について説明する。 2020.06.17 ipywidgetsmatplotlibmatplotlib 3Dpython
matplotlib [matplotlib animation] 83.ロケットで斜方投射 matplotlibのFuncAnimationで斜方投射のアニメーションをロケットの画像を用いて表示する。ロケットは常に進行方向を向くようにskimage.transform.rotateで回転させる。 2020.06.14 matplotlibmatplotlib Animationpython画像処理
python [scikit-image] 87. rotateで画像の中心を原点として回転する(skimage.transform. rotate) skimage.transformのrotateで画像を中心を原点として回転させる方法について説明する。 2020.06.14 python画像処理
matplotlib [matplotlib animation] 82.様々な角度で斜方投射 matplotlibのFuncAnimationで斜方投射のアニメーションを表示する。 2020.06.12 matplotlibmatplotlib Animationpython