matplotlib [scikit-image] 89. transform.AffineTransformで画像のアフィン変換 skimage.transform.AffineTransformによるアフィン変換を使用して、画像を平行移動、回転、せん断、拡大縮小する方法について解説する。 2021.01.14 matplotlibpython画像処理
matplotlib [matplotlib] 83. 図上に矢印を表示(matplotlib.patches FancyArrowPatch, Arrow) matplotlibのpatchesの、FancyArrowPatch、Arrowでプロット上に矢印を表示する方法について説明する。 2020.07.08 matplotlibpython
python [scikit-image] 87. rotateで画像の中心を原点として回転する(skimage.transform. rotate) skimage.transformのrotateで画像を中心を原点として回転させる方法について説明する。 2020.06.14 python画像処理
python [scikit-image] 86. EuclideanTransformで画像の中心を原点として回転する(skimage.transform.EuclideanTransform) skimage.transformのEuclideanTransformでユークリッド変換(剛体変換)により、画像を中心を原点として回転させる方法について説明する。 2020.05.27 python画像処理
python [scikit-image] 85. EuclideanTransformによるユークリッド変換(skimage.transform.EuclideanTransform) skimage.transformのEuclideanTransformでユークリッド変換(剛体変換)により、画像を回転させる方法、平行移動させる方法について解説する。 2020.05.26 python画像処理
python [scikit-image] 61. 画像の一部分を低解像度(ぼかし)にする(skimage.transform pyramid_gaussian, rescale) はじめに skimage.transform のpyramid_gaussian, rescaleを用いて、画像の一部分を低解像度(ぼかし加工)化する方法について説明する。 コード 解説 モジュールのインポート 画像の読み込み パロディア属... 2020.01.02 python画像処理
python [scikit-image] 60. 画像の一部分を低解像度(モザイク)にする(skimage.transform pyramid_gaussian, rescale) skimage.transform のpyramid_gaussian, rescaleを用いて、画像の一部分を低解像度(モザイク)化する方法について説明する。 2020.01.02 python画像処理
ipywidgets [ipywidgets] 4. interactで画像の非線形変換(渦巻き:transform.swirl) jupyter notebookでは対話的にパラメータを調整できる機能(ipywidgets)がある。ここでは、その機能の一つであるinteract, IntSliderを使って、画像を渦巻き状に非線形変換するskimage,transform.swirlのパラメータを調整する方法について説明する。 2019.08.03 ipywidgetsjupyter notebook, labpython画像処理