Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milan-sony/open_cv-test
Open CV test
https://github.com/milan-sony/open_cv-test
opencv python
Last synced: 7 days ago
JSON representation
Open CV test
- Host: GitHub
- URL: https://github.com/milan-sony/open_cv-test
- Owner: milan-sony
- Created: 2023-09-03T07:33:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-03T17:01:55.000Z (about 1 year ago)
- Last Synced: 2023-09-04T10:50:47.562Z (about 1 year ago)
- Topics: opencv, python
- Language: Python
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCV Test
### Read documentation
### Programs
`opencv_test1.py`
- load image
- resize image
- rotate image
- display the image
- save the image
- waitKey()
- destroyAllWindows()`opencv_test2.py`
- capture the video
`opencv_test3.py`
- save the captured video
`opencv_test4.py`
- draw line
- draw rectabgle
- draw circle
- draw polygon
- adding text to image