python

jupyter notebook, lab

AWS cloud9でEC2上にcondaでPython(jupyter notebook)環境構築(2019年9月版)

chromebookなどでpythonを利用するには、AWS cloud9やgoogle colaboratoryを利用する必要がある。ここでは、awsのcloud9でEC2上にjupyter notebookを構築する手順について解説する。
ipywidgets

[ipywidgets] 8. IntSliderでパラメータを調整してコーナー検出

jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets IntSlider)で、skimage feature corner_harrisのパラメータを調整して、画像のコーナーを検出する方法について説明する。
python

[scikit-image] 43. Harrisコーナー検出(corner_harris)による画像のコーナー検出(skimage.feature hog)

skimage feature corner_harrisにより画像のコーナーを検出した例を示す。
python

[scikit-image] 42. HoG(Histogram of Oriented Gradients)による画像の特徴抽出(skimage.feature hog)

ここでは、skimage feature hog(Histogram of Oriented Gradients)により画像の特徴量を抽出した例を示す。
python

[toto] 第1117回totoの対象試合に関するデータ

第1117回totoで行われる試合のチームデータをPandas, matplotlibでまとめた結果を示す。
matplotlib

[matplotlib] 42. 画像を任意の形に切り取る

matplotlibのimshowで画像を任意の形状で切り取って表示する方法について解説する。
matplotlib

[matplotlib] 41. 画像の一部をカラーで表示

matplotlibのimshowで画像の一部をカラーで表示する方法について解説する。
python

[scikit-image] 41. 非局所平均フィルタによる画像のノイズ低減(skimage.restoration denoise_nl_means)

ここでは、skimage restoration denoise_nl_meansにより非局所平均フィルタにより、ノイズを低減する例について説明する。