https://github.com/howardabrams/opencv-python-xp
Collection of experimental code for learning OpenCV
https://github.com/howardabrams/opencv-python-xp
Last synced: about 1 year ago
JSON representation
Collection of experimental code for learning OpenCV
- Host: GitHub
- URL: https://github.com/howardabrams/opencv-python-xp
- Owner: howardabrams
- Created: 2018-01-13T03:23:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T21:37:26.000Z (about 5 years ago)
- Last Synced: 2024-04-15T12:46:30.721Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 970 KB
- Stars: 7
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A collection of sample Python code shared while learning more about vision
analysis and object tracking with the [OpenCV](https://opencv.org/) library.
Validation
-----------
- validate-step-1.py :: once you've installed OpenCV's python client library,
run this script to see if you can use it. It displays an odd picture in grayscale.
- validate-step-2.py :: connect your camera to the USB port 0 (or edit the
source to specify another point number...like 1), and see if you can view
your camera image, again in grayscale.
Camera Calibration
--------------------
- show-corners.py :: displays three checkerboard images in succession where the
corners have been identified and displayed with rainbowic colors.