Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akihironitta/image-processing-python

[WIP] Introduction to image processing in Python.
https://github.com/akihironitta/image-processing-python

image-processing introduction-to-python python

Last synced: 26 days ago
JSON representation

[WIP] Introduction to image processing in Python.

Awesome Lists containing this project

README

        

# 画像処理入門
1. [動画像の入出力](./doc/io/)
1. WIP [画像の編集](./doc/editing/)
1. WIP [色情報の変換](./doc/color_info_conversion/)
1. WIP [色情報に基づく領域抽出](./doc/extract_region_color/)
1. WIP [モルフォロジー変換](./doc/morphology/)
1. WIP [背景差分](./doc/background_difference/)
1. WIP [フレーム間差分](./doc/inter_frame_difference/)
1. WIP [エッジ検出](./doc/edge_detection/)
1. WIP [テンプレートマッチング](./doc/template_matching/)
1. WIP [画像の回転とスケーリング](./doc/rotating_and_scaling)
1. WIP [テンプレートマッチング2](./doc/template_matching2/)