画像処理

ipywidgets

[ipywidgets] 6. RadioButtonsでデータを取得する方向を選択して、IntSliderで画像の任意の位置のデータをラインで表示

jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets RadioButtons, IntSlider)でデータを取得する方向を選択し、画像中の任意の位置のデータを線で表示する方法について説明する。
ipywidgets

[ipywidgets] 5. IntSliderで画像の任意の位置の横方向データをラインで表示

jupyter notebookの対話的にパラメータを調整できる機能(ipywidgets IntSlider)で画像中の任意の位置の横方向データを線で表示する方法について説明する。
python

[scikit-image] 40. 画像の位相アンラッピング(skimage.restoration unwrap_phase)

ここでは、skimage restoration unwrap_phaseによりラッピングした画像アンラッピングする例について説明する。
matplotlib Animation

[matplotlib animation] 51. 画像の拡大アニメーション

ここでは、matplotlib FuncAnimationによって画像を拡大するアニメーションについて解説する。
python

[scikit-image] 39. 画像のノイズを低減(skimage.restoration denoise_tv_chambolle, denoise_bilateral, denoise_wavelet)

ここでは、skimage restoration denoise_tv_chambolle, denoise_bilateral, denoise_waveletにより画像のノイズを低減する例について説明する。
ipywidgets

[ipywidgets] 4. interactで画像の非線形変換(渦巻き:transform.swirl)

jupyter notebookでは対話的にパラメータを調整できる機能(ipywidgets)がある。ここでは、その機能の一つであるinteract, IntSliderを使って、画像を渦巻き状に非線形変換するskimage,transform.swirlのパラメータを調整する方法について説明する。
python

[scikit-image] 37. 画像の欠損部分を修復(skimage.restoration inpaint)

ここでは、skimage restoration inpaintにより画像の欠損部分を修復する例について説明する。
python

[scikit-image] 36. アンシャープマスク処理による画像の鮮明化(skimage.filters unsharp_mask)

ここでは、skimage filters unsharp_maskにより画像を鮮明化する例について説明する。