Bundler
Bundler copied to clipboard
Structure from Motion (SfM) for Unordered Image Collections
mac os fix matrix
While trying to execute `RunBundler.sh`, I get the error `./bin/sift: cannot execute binary file`. Initially I thought this to be a permissions issue, but even after `chmod +x bin/sift` I...
Hi, very one. I am new to the awesome project ODM. But when I use the odm_georeference, I got the obstacle. Could you explain the method of barycentic coordinate (caculate...
Recently, I want to transplant the sources of bundler to mobile phone based on andriod. DO YOU HAVE some files or articles about this? Or, give me some hints. Ok,...
First failed with this error: ``` 2 warnings generated. ar r libsfmdrv.a sfm.o ar: creating archive libsfmdrv.a cp libsfmdrv.a .. cd lib/minpack; /Library/Developer/CommandLineTools/usr/bin/make gcc -O2 -ffast-math -c -o dpmpar.o dpmpar.f...
[ 24%] Building C object lib/cminpack/CMakeFiles/cminpack.dir/lmdif_.c.o In file included from Bundler/lib/cminpack/lmdif_.c:8:0: Bundler/./lib/imagelib/fmatrix.h:86:2: error: expected specifier-qualifier-list before ‘fmatrix_residuals2’ fmatrix_residuals2(v3_t\* ins, v3_t\* outs, int numMatches, double scale)
1.change the construtor error. 2.using BLAS to conquer this error: liblapack.so: undefined reference to symbol 'dgemm_' according to https://code.google.com/p/m-a-d-n-e-s-s/issues/detail?id=46 CBLAS, which is a library that provides a C interface for...
1. lib/CMakeLists.txt: in Ubuntu 12.04, uses system zlib, blas and minpack to avoid conflicts 2. src/BundlerApp.h: adjust derived class constructor to invoke base class constructor grammer to avoid g++ compile...