Results 6 comments of syberhogue

thanks, for some reason its the load_nvm_bundle() function and the multi_gauss_unnormalized functions that are tripping me up at the moment..... I was able to get around the openmp by disabling...

as for the multi_gauss_normalized issue, in the "tex" project, I'm getting the compile error below. The particular code snippet that is relevant is: > for (std::size_t row = 0; row...

aha! Thanks! yes, explicitly providing the template parameters solved that particular issue... oh C++..... still running into the load_nvm_bundle issue: I wonder if its a name mangling issue....... Severity Code...

In tex.lib : generate_texture_views.cpp, the relevant snippet is: > mve::Bundle::Ptr bundle = mve::load_nvm_bundle(nvm_file, &nvm_cams); which is declared in bundle_io.h as: > /** > * Loads an NVM bundle file while...

hacky hacky, but it let's it compile: MVE_NAMESPACE_BEGIN typedef struct AdditionalCameraInfo NVMCameraInfo; now..... does it work.....

also tried running pip install . everything "succeeds" but cannot import meshview (same problem)