Announcing OpenDroneMap — Software for civilian (and humanitarian?) UAS post processing

This past Friday at FOSS4G in Portland, I announced the (early) release of OpenDroneMap, a software toolchain for civilian (and humanitarian?) UAS/UAV image processing. The software is currently a simple fork of https://github.com/qwesda/BundlerTools, and will process from unreferenced overlapping photos to an unreferenced point cloud. Directions are included in the repo to create a mesh and UV textured mesh as the subsequent steps, but the … Continue reading Announcing OpenDroneMap — Software for civilian (and humanitarian?) UAS post processing

FOSS4G Korea 2014, poor GPS photos, and mapillary

As I have been moving around, whether traveling to Seoul or within Seoul, I have taken a lot of pictures. Some have GPS and I’ve processed to sent to Mapillary, like a few hundred I took on a day wandering Seoul: I’ve taken a lot of strange videos too. I took a couple videos of my feet in the subway train just to get the … Continue reading FOSS4G Korea 2014, poor GPS photos, and mapillary

Getting Bundler and friends running — part deux

In my previous post on Getting Bundler and friends running, I suggested how to modify an existing script to get Bundler and other structure from motion parts/pieces up and running.  Here’s my follow up. Install Vagrant and VirtualBox. Download (or clone) this repo: https://github.com/OpenDroneMap/odm-vagrant Navigate into the cloned or unzipped directory (on the command line), run vagrant up Go have a cup of coffee. Come … Continue reading Getting Bundler and friends running — part deux

Getting Bundler and friends running

Anyone who has jumped down the rabbit hole of computer vision has run into dependency h*ll getting software to run.  I jumped down that hole again today with great success that I don’t want to forget (these directions are for Ubuntu, fyi). First, clone BundlerTools: https://github.com/qwesda/BundlerTools This will download and compile (almost) everything for you, which is a wonderful thing.  The one exception is graclus.  … Continue reading Getting Bundler and friends running

Inventorying linear assets– really high resolution orthos

I have been contemplating all sorts of varied uses of Structure from Motion techniques. One of those outputs, in addition to using sUAVs (drones) is just to orthorectify and generate 3D meshes from ordinary photos. This has really great potential for linear assets like streams and rivers, trails and roads. We’ll have to being to contemplate how we’ll use (and summarize!) the incredible amount of … Continue reading Inventorying linear assets– really high resolution orthos

Short follow up: Photogrammetrically Derived Point Clouds

In my previous post, https://smathermather.wordpress.com/2014/02/04/big-dmn-post-photogrammetrically-derived-point-clouds/, I briefly cover software for creating photogrammetrically derived point clouds.  I didn’t summarize, like this, but PDPCs can be created in three easy steps: Structure from Motion for unordered image collections Clustering Views for Multi-view Stereo Multi-view stereo (dense point cloud reconstruction) But, unfairly, I gloss over some of the complications of creating meaningful data from PDPC processing. Truth told, … Continue reading Short follow up: Photogrammetrically Derived Point Clouds

Big d@mn post: Photogrammetrically Derived Point Clouds

I chatted with Howard Butler (@howardbutler) today about a project he’s working on with Uday Verma (@udayverma @udaykverma) called Greyhound (https://github.com/hobu/greyhound) a pointcloud querying and streaming framework over websockets for the web and your native apps. It’s a really promising project, and I hope to kick the tires of it really soon. The conversation inspired this post, which I’ve been meaning to do for a … Continue reading Big d@mn post: Photogrammetrically Derived Point Clouds