jupyter notebook, lab [matplotlib] 113. ラベル画像のクリックイベントでラベルと元画像を拡大して表示 matplotlibのbutton_press_eventで、skimageのlabelで作成したlabel画像のラベルとその元画像を拡大して横に表示する方法について説明する。 2021.10.28 jupyter notebook, labmatplotlibpython画像処理
jupyter notebook, lab [matplotlib] 112. クリックイベントでラベル画像のregionprops情報を表示 matplotlibのbutton_press_eventで、skimageのlabelで作成したlabel画像上の各ラベル情報を画像の横に表示する方法について説明する。 2021.10.27 jupyter notebook, labmatplotlibPandaspython画像処理
matplotlib [matplotlib] 92. マウスイベントで画像の一部をリアルタイムで拡大(motion_notify_eventなど) matplotlibのmotion_notify_eventなどを使って画像の四角で囲んだ部分をインタラクティブに拡大する方法について説明する。 2020.10.23 matplotlibpython画像処理
ipywidgets [matplotlib] 62. mpl_connect(‘button_press_event’, onclick)により、画像上でクリックした2点間のプロファイルを表示 matplotlibのbutton_press_eventで取得した座標を用いて、画像上の任意の位置のプロファイルをskimageのprofile_lineで作成し、表示する方法について説明する。 2020.03.09 ipywidgetsmatplotlibpython画像処理
ipywidgets [ipywidgets] 18. 画像上でクリックした点の座標をTextareaに表示(mpl_connect(‘button_press_event’, onclick)) jupyter notebook, labのパラメータを対話的に表示できる機能(ipywidgets Textarea)で画像上でクリックした点の座標を表示する方法について説明する。座標の所得には、fig.canvas.mpl_connectの('button_press_event', onclick)を使った。 2020.03.08 ipywidgetsmatplotlibpython画像処理