https://github.com/pinto0309/automaticimagemask
A tool to mask hard copies of Ubuntu terminals with specified keywords.
https://github.com/pinto0309/automaticimagemask
google-cloud-vision opencv python
Last synced: about 2 months ago
JSON representation
A tool to mask hard copies of Ubuntu terminals with specified keywords.
- Host: GitHub
- URL: https://github.com/pinto0309/automaticimagemask
- Owner: PINTO0309
- License: mit
- Created: 2018-05-01T08:52:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T14:31:30.000Z (about 8 years ago)
- Last Synced: 2024-10-29T08:41:11.932Z (over 1 year ago)
- Topics: google-cloud-vision, opencv, python
- Language: Python
- Homepage: https://qiita.com/PINTO/items/58f9259fa30bb65f895c
- Size: 688 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutomaticImageMask
A tool to mask hard copies of terminals with specified keywords.
https://qiita.com/PINTO/items/58f9259fa30bb65f895c
# ◆ Environment
・Ubuntu 16.04
・Python
・OpenCV3.x
・Google Cloud Vision API https://cloud.google.com/vision/
# ◆ How to use
```
$ git clone https://github.com/PINTO0309/AutomaticImageMask.git
$ cd AutomaticImageMask
$ python3 AutomaticImageMask.py [Cloud Vision API Key] [Image File Name] [Keyword for Mask]
```
# ◆ Execution Sample
```
$ python3 AutomaticImageMask.py xxxx sample.png raspberrypi
```
*Before [sample.png]

*After [masked.png]

*Other Sample



