https://github.com/nate711/turbidityvideoprocessing
https://github.com/nate711/turbidityvideoprocessing
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nate711/turbidityvideoprocessing
- Owner: Nate711
- Created: 2015-10-08T16:10:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T17:08:43.000Z (over 9 years ago)
- Last Synced: 2025-01-13T18:35:39.419Z (5 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Undist.py: pass in a source directory containing distorted images and the destination directory to save undistorted images in. The script uses the calibration matrices I calculated using the dual hero case with a hero 3. IMPORTANT: only calibrated for 1080p video frames with medium FOV. Will not work with other resolutions and other FOVs.
Calibrate.py: A script I found online that takes in a bunch of images of a standard checkerboard and then spits out the calibration matrix. Saves images with traced checkerboard into a folder (which must already exist) called “save”
video_frame_capture.py: No arguments, just grabs frames from the video specified inside the code and outputs jpgs for each frame. All directories are hardcoded.