terraref / drone-pipeline

Generalizing the TERRA REF pipelines for processing data from UAV's
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Find code that allows me to extract RGB channels from images #57

Closed cmbrown89 closed 5 years ago

cmbrown89 commented 5 years ago

Find a way to extract RGB channels from digital images in python.

For python, using imageio with this code example.

cmbrown89 commented 5 years ago

Ultimately just needed numpy. I was then able to test out RGB channel extraction code with Chris' tester.py.