Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dinhanhx/morphology_study
A repos for USTH Digital Image Processing 2020 Group 1. It's quite obvious in the title.
https://github.com/dinhanhx/morphology_study
image-processing morphology opencv python3
Last synced: about 1 month ago
JSON representation
A repos for USTH Digital Image Processing 2020 Group 1. It's quite obvious in the title.
- Host: GitHub
- URL: https://github.com/dinhanhx/morphology_study
- Owner: dinhanhx
- Created: 2020-06-16T03:33:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T03:26:51.000Z (over 2 years ago)
- Last Synced: 2023-08-01T08:27:19.467Z (over 1 year ago)
- Topics: image-processing, morphology, opencv, python3
- Language: Python
- Homepage:
- Size: 998 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Morphology Study
A repos for USTH Digital Image Processing 2020 Group 1. It's quite obvious in the title.## Morphological transform list
- Open, close- Erode, dialate
- Gradient
- Hit or miss
- Skeleton
- Tophat, blackhat
## Requirements
Python 3
```
pip install -r requirements.txt
```## Project structure
```
Morphology_Study
| .gitignore
| close_open.py
| dialate_erode.py
| gradient.py
| hit_miss.py
| README.md
| requirements.txt
| skeleton.py
| tophat_blackhat.py
| utils.py
|
+---dataset
| cancer-vs-normal-cell.jpg
| captcha.jpg
| left-hand.png
| right-hand.png
| title.jpg
|
+---output
\---__pycache__
```## Image source
- [Cancer vs normal cell](https://cdn.technologynetworks.com/tn/images/thumbs/jpeg/640_360/cancer-cells-vs-normal-cells-307366.jpg)- [Captcha](https://captcha.com/demos/image-styles/captcha-demo.aspx)
- [Hand](https://www.kaggle.com/koryakinp/fingers)
- [Vietnamese newspaper title in old paper](http://baochi.nlv.gov.vn/baochi/cgi-bin/imageserver/imageserver.pl?oid=Hueo19400701.2.3&area=1&width=700&color=all&ext=jpg&key=)