NREL / Panel-Segmentation

This open-source package provides a framework for automatically detecting and extracting metadata from solar array installations in satellite images.
https://panel-segmentation.readthedocs.io
MIT License
21 stars 5 forks source link

Try the rectangle method. #9

Closed kperry2215 closed 2 years ago

kperry2215 commented 3 years ago

Try out the cv2.minAreaRect() rotated rectangle function for azimuth estimation, per Tim Silverman's recommendation.