Charlie Hustle

Results 6 comments of Charlie Hustle

Agreed. The documentation is very good as is the code base. I can concur that be colorization code absolutely does work in the 0.8 release. On Wed, Nov 21, 2018,...

So just to verify, OpenImageIO is only used in: exif_reader : https://github.com/sweeneychris/TheiaSfM/blob/master/src/theia/sfm/exif_reader.cc#L130 And significantly throughout the Image class : https://github.com/sweeneychris/TheiaSfM/blob/master/src/theia/image/image.cc#L39 Thats it?

As a work around (because my CMAKE_MODULE_PATH references several modules when I am compiling the theia libraries), I've opted to use the CMAKE_CURRENT_LIST_DIR in CMakeLists.txt under libraries/vlfeat/ e.g. include("${CMAKE_CURRENT_LIST_DIR}/../../cmake/OptimizeTheiaCompilerFlags.cmake") optimizetheiacompilerflags()...

I have a dataset that will fail to bundle adjust using incremental SFM if shared calibration enabled. Once I disabled shared calibration, the incremental SFM bundle adjusts worked and I...

I'll have to give permission to share the dataset with you. That being said I could probably share a few of the images with you and talk about what the...

Got it. I will try to repro the error tomorrow and see what I can capture in the debugger. On Mon, Oct 15, 2018, 8:10 PM Chris Sweeney wrote: >...