Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terraref/extractors-stereo-rgb
Scripts and code relevant to the 8MP RGB stereo 3D cameras.
https://github.com/terraref/extractors-stereo-rgb
Last synced: 8 days ago
JSON representation
Scripts and code relevant to the 8MP RGB stereo 3D cameras.
- Host: GitHub
- URL: https://github.com/terraref/extractors-stereo-rgb
- Owner: terraref
- License: bsd-3-clause
- Created: 2016-09-06T13:55:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T15:22:01.000Z (over 4 years ago)
- Last Synced: 2024-08-02T15:35:46.843Z (3 months ago)
- Language: Python
- Size: 2.78 MB
- Stars: 2
- Watchers: 32
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stereo 3D RGB extractors
This repository contains extractors that process data originating from the GT3300C 8MP RGB Camera.
### Canopy cover extractor
This extractor processes binary stereo images and generates plot-level percentage canopy cover traits for BETYdb.
_Input_- Evaluation is triggered whenever a file is added to a dataset
- Following data must be found
- _left.bin image
- _right.bin image
- dataset metadata for the left+right capture dataset; can be attached as Clowder metadata or included as a metadata.json file
_Output_- CSV with canopy coverage traits will be added to original dataset in Clowder
- The configured BETYdb instance will have canopy coverage traits inserted### Full field mosaic stitching extractor
This extractor takes a day of stereo BIN files and creates tiled JPG/TIFF images as well as a map HTML page.
_Input_
- Currently this should be run on Roger as a job. Date is primary parameter.
### Stereo Texture Analysis
Computes geometric and texture properties using the [computeFeatures](https://rdrr.io/bioc/EBImage/man/computeFeatures.html) functions in the EBImage R package
### RGB image quality enhancement extractor
This extractor is designed to improve the RGB image (Gantry or UAS imaging systems) quality in term of visualization from four different aspects: illumination, contrast, noise, and color.