cvsba icon indicating copy to clipboard operation
cvsba copied to clipboard

cvsba: an OpenCV wrapper for sba library

Results 4 cvsba issues
Sort by recently updated
recently updated
newest added

adds support for building the library on windows platform. In windows you need to specify which classes sould be exported to create the library file.

When I typed "cmake .." and "make", errors occurred as follows: **[ 58%] Linking CXX shared library libcvsba.so /usr/bin/ld: /usr/local/lib/liblapack.a(dgeqrf.f.o): relocation R_X86_64_32 against `.rodata' can not be used when making...

Hi, and thanks for making this code available. I am trying to do bundle adjustment using fiducial markers found in two frames. I have couple of questions if you have...

Since F2C, F77, i77, BLAS, LAPACK are a bit tricky on windows it would be great to have a binary build of the library. I presume there must be one...