paulinus / opensfm-docker-base

A base docker image to build OpenSfM with all dependencies included
20 stars 39 forks source link

opencv branch #1

Closed BrookRoberts closed 7 years ago

BrookRoberts commented 7 years ago

Is there any reason the opencv branch is not in master? I'm presuming that opensfm won't run without opencv, and having tested the opencv branch here and building a docker image, it seems that at least for standard runs of opensfm the docker image on opencv branch works.

paulinus commented 7 years ago

The opencv3 branch installs OpenCV version 3. master uses OpenCV version 2 provided by ubuntu packages.

BrookRoberts commented 7 years ago

Ah, sorry, being dopey, didn't see that it still installed OpenCV. Seems to work fine with opencv3 though!