Hello,
I am playing with openMVS. I have had a lot of trouble being able to create and compile the project. However I think I am almost there
Currenlty I get 9 unresolved external symbols for MVS:OPTDENSE.
DensifyPointCloud.obj : error LNK2019: unresolved external symbol "void __cdecl MVS::OPTDENSE::init(void)" (?init@OPTDENSE@MVS@@YAXXZ) referenced in function "bool __cdecl Initialize(unsigned __int64,char const * *)" (?Initialize@@YA_N_KPEAPEBD@Z)
1>DensifyPointCloud.obj : error LNK2019: unresolved external symbol "void __cdecl MVS::OPTDENSE::update(void)" (?update@OPTDENSE@MVS@@YAXXZ) referenced in function "bool __cdecl Initialize(unsigned __int64,char const * *)" (?Initialize@@YA_N_KPEAPEBD@Z)
1>DensifyPointCloud.obj : error LNK2001: unresolved external symbol "class SEACAVE::CConfigTable MVS::OPTDENSE::oConfig" (?oConfig@OPTDENSE@MVS@@3VCConfigTable@SEACAVE@@A)
1>DensifyPointCloud.obj : error LNK2001: unresolved external symbol "unsigned int MVS::OPTDENSE::nMinResolution" (?nMinResolution@OPTDENSE@MVS@@3IA)
1>DensifyPointCloud.obj : error LNK2001: unresolved external symbol "unsigned int MVS::OPTDENSE::nResolutionLevel" (?nResolutionLevel@OPTDENSE@MVS@@3IA)
1>DensifyPointCloud.obj : error LNK2001: unresolved external symbol "unsigned int MVS::OPTDENSE::nMinViewsFuse" (?nMinViewsFuse@OPTDENSE@MVS@@3IA)
1>DensifyPointCloud.obj : error LNK2001: unresolved external symbol "unsigned int MVS::OPTDENSE::nNumViews" (?nNumViews@OPTDENSE@MVS@@3IA)
1>DensifyPointCloud.obj : error LNK2001: unresolved external symbol "unsigned int MVS::OPTDENSE::nEstimateColors" (?nEstimateColors@OPTDENSE@MVS@@3IA)
1>DensifyPointCloud.obj : error LNK2001: unresolved external symbol "unsigned int MVS::OPTDENSE::nEstimateNormals" (?nEstimateNormals@OPTDENSE@MVS@@3IA)
I must be missing a library for this. I have done a search on the libraries and can find any source code for this.
Any advice will be appreciated.
I downloaded the DensifyPointCloud binary from the web and used it to test the other libraries. I notice they don't seem to load the images and run the processing.
I suspect this may because I have loaded the jPeg library. Is that a valid assumption ?
I would like to confirm first before attempting CMake again ad it takes me many hours to make modifications to get the program to compile.
Regards,
Alan