I work a lot with drone data. Two common tasks are stitching 360 degee
panoramas and detecting objects in an image.
Both of those are technically complicated - panorama stitching involves feature
point detection, correlation, determining homographies, seam carving, and more.
Object detection is a whole field of research unto itself …
I was really happy to give a talk at PyOhio this year.
My presentation was To Infinity and Beyond, a talk about image processing,
computer vision, and astronomy.
You can find the slides from my talk in PDF format here.
The programming language I talked about, DIL, lives on GitHub …