Hi all
I am working on a project to identify informal settlements in
quickbird images. I looked at the possibility of using the road
networks as one of the identifying features of informal settlements. I
have thus looked at the road extraction application, tested it on
several pictures to assess its performance. I am now trying to include
this feature in my overall project. I am using MVS 2008, and it is
throwing linker errors. I built OTB using CMAKE, and compiled the
solution with MVS. I don't know what these linker errors are or how to
solve them. I will paste a snippet of them, any help will be
appreciated.
*************************************************************************** *******************************************************
1>OTBFeatureExtraction.lib(otbFillGapsFilter.obj) : error LNK2019:
unresolved external symbol "public: __thiscall
vnl_vector<double>::~vnl_vector<double>(void)" (??1?
$vnl_vector@N@@QAE@XZ) referenced in function "public: virtual class
vnl_vector_fixed<double,2> __thiscall
itk::MatrixOffsetTransformBase<double,2,2>::TransformVector(class
vnl_vector_fixed<double,2> const &)const " (?TransformVector@?
$MatrixOffsetTransformBase@N$01$01@itk@@UBE?AV?$vnl_vector_fixed@N
$01@@ABV3@@Z)
1>ITKCommon.lib(itkTransformFactoryBase.obj) : error LNK2001:
unresolved external symbol "public: __thiscall
vnl_vector<double>::~vnl_vector<double>(void)" (??1?
$vnl_vector@N@@QAE@XZ)
*************************************************************************** ********************************************************
there are about 94 such linker errors, any pointers??