Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/akihironitta/image-processing-python
- Owner: akihironitta
- License: mit
- Created: 2020-10-07T19:56:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-07T20:34:04.000Z (over 4 years ago)
- Last Synced: 2024-12-05T17:52:08.127Z (about 1 month ago)
- Topics: image-processing, introduction-to-python, python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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/)