Noah Snavely

Results 34 comments of Noah Snavely

Glad to hear it, and sorry for the difficulty compiling. Are you interested in contributing your patch to the repository as a push request? Noah On Wed, Mar 21, 2018...

It is definitely doable to switch to another feature, although one it looks like AKAZE uses binary descriptors, rather than integer-valued descriptors, which means that for that particular feature would...

For instance, I think Theia might support AKAZE: https://github.com/sweeneychris/TheiaSfM Noah On Wed, May 24, 2017 at 9:47 AM Noah Snavely wrote: > It is definitely doable to switch to another...

Hi Albert, Joaquin Salas was kind enough to share some instructions for compiling in Windows. If you implement this, please feel free to share a patch: Download Blunder from https://github.com/snavely/bundler_sfm...

Any chance of using #defines to make this compile on both Linux and Windows? Noah On Fri, Jan 2, 2015 at 1:12 AM, albertcheng [email protected] wrote: > I can compile...

Thanks! Do you want to submit a patch? On Thu, Feb 23, 2017 at 5:48 AM lshGame wrote: > The error "Unable to open source file: “..\src\SifterUtil.cpp”" is caused >...

Hey Fahad, Looks like you are missing a Fortran compiler on your machine: > gcc -O2 -ffast-math -c -o dpmparo dpmparf > error: invalid value 'f95' in '-x f95' Not...

What happens if you edit bundler_sfm/lib/minpack/Makefile, and replace FC=gcc with FC=gfortran ? Noah On Tue, Apr 12, 2016 at 1:53 PM, Gunshi Gupta [email protected] wrote: > Hi, i installed the...

Looks like you need to install the libjpeg development library (or equivalent for Mac). Noah On Thu, Apr 14, 2016 at 4:02 AM, Gunshi Gupta [email protected] wrote: > it continues...

Hi -- are you still experiencing this issue?