【HowToPython】Pythonにおける画像処理の方法について

Python

Pythonにおける画像処理の方法についての記事となっております。
こちらの記事では、opencv/pillow/matplotlib/imageio/scikit-image/openexr/pyexrといったPythonライブラリを用いた方法を紹介しております。

画像処理関連の機能 … About Image Processing related Function

基本機能 … Basic Function

  1. 画像の読み込み … Read the Image
    【opencv】【pillow】【matplotlib】【imageio】【scikit-image】【openexr】【pyexr】
  2. 画像の書き出し、保存 … Save the Image
    【opencv】【pillow】【matplotlib】【openexr】【pyexr】
  3. 画像の表示 … Show the Image
    【opencv】【pillow】【matplotlib】【scikit-image】
  4. 画像情報の表示 … Get Information from the Image
    【opencv】【pillow】【matplotlib】【imageio】【scikit-image】【openexr】
  5. 画像の生成 … Create the Image
    【opencv】【pillow】【matplotlib】【openexr】

幾何学変換機能 … Geometry Transformation Function

  1. 画像の反転 … Flip the image
    【opencv】【matplotlib】
  2. 画像の回転 … Rotate the Image
    【opencv】
  3. 画像の拡大/縮小 … Resize the Image
    【opencv】

描画機能 … Drawing Function

  1. 線の描画 … Draw a Line on the Image
    【opencv】【pillow】【matplotlib】
  2. 円の描画 … Draw a Circle on the Image
    【opencv】【pillow】【matplotlib】
  3. 長方形の描画 … Draw a Rectangle on the Image
    【opencv】【pillow】
  4. 文字の描画 … Write a Text/Word on the Image
    【opencv】【pillow】

その他機能 … ETC

画像処理関連のライブラリ … About Image Processing related Library