Sphinx is a really useful tool, but one
shortcoming is its markdown support. Specifically, it uses the
recommonmark specification, which does
not support tables. I wrote a Sphinx extension to render tables authored in
markdown.
It can be installed via pip install sphinx-markdown-tables
.
If you don't already have Sphinx configured …
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 …