[Insight-developers] 3dThinning Algorithm
alberto.corvo at libero.it
alberto.corvo at libero.it
Wed Oct 30 05:57:29 EDT 2013
Hi, I'm working on the 3D thinning algorithm provided by http://www.insight-journal.org/browse/publication/181.The procedure of building give me a great amount of problem with the Linker, error as LNK2019 and 2001: I write below some of them in order to ask you everybody how I can solve the problem.
Errore 1 error LNK2001: simbolo esterno "void __cdecl itk::JPEGImageIOFactoryRegister__Private(void)" (?JPEGImageIOFactoryRegister__Private at itk@@YAXXZ) non risolto C:\Users\Utente\Desktop\IJ_181_ITKbinaryThinningImageFilter3D\build\BinaryThinning3D.obj BinaryThinning3DErrore 2 error LNK2001: simbolo esterno "void __cdecl itk::GDCMImageIOFactoryRegister__Private(void)" (?GDCMImageIOFactoryRegister__Private at itk@@YAXXZ) non risolto C:\Users\Utente\Desktop\IJ_181_ITKbinaryThinningImageFilter3D\build\BinaryThinning3D.obj BinaryThinning3D...........Errore 7 error LNK2001: simbolo esterno "void __cdecl itk::VTKImageIOFactoryRegister__Private(void)" (?VTKImageIOFactoryRegister__Private at itk@@YAXXZ) non risolto C:\Users\Utente\Desktop\IJ_181_ITKbinaryThinningImageFilter3D\build\BinaryThinning3D.obj BinaryThinning3D
Errore 66 error LNK2019: riferimento al simbolo esterno "__declspec(dllimport) public: __thiscall itk::ImageIORegion::ImageIORegion(unsigned int)" (__imp_??0ImageIORegion at itk@@QAE at I@Z) non risolto nella funzione "public: virtual void __thiscall itk::ImageFileReader<class itk::Image<short,3>,class itk::DefaultConvertPixelTraits<short> >::EnlargeOutputRequestedRegion(class itk::DataObject *)" (?EnlargeOutputRequestedRegion@?$ImageFileReader at V?$Image at F$02 at itk@@V?$DefaultConvertPixelTraits at F@2@@itk@@UAEXPAVDataObject at 2@@Z) C:\Users\Utente\Desktop\IJ_181_ITKbinaryThinningImageFilter3D\build\BinaryThinning3D.obj BinaryThinning3D.......
Errore 207 error LNK2019: riferimento al simbolo esterno "__declspec(dllimport) public: static double const itk::NumericTraits<double>::One" (__imp_?One@?$NumericTraits at N@itk@@2NB) non risolto nella funzione "protected: static void __cdecl itk::ConvertPixelBuffer<double,short,class itk::DefaultConvertPixelTraits<short> >::ConvertMultiComponentToGray(double *,int,short *,unsigned int)" (?ConvertMultiComponentToGray@?$ConvertPixelBuffer at NFV?$DefaultConvertPixelTraits at F@itk@@@itk@@KAXPANHPAFI at Z) C:\Users\Utente\Desktop\IJ_181_ITKbinaryThinningImageFilter3D\build\BinaryThinning3D.obj BinaryThinning3D.......Errore 208 error LNK1120: 207 esterni non risolti C:\Users\Utente\Desktop\IJ_181_ITKbinaryThinningImageFilter3D\build\Release\BinaryThinning3D.exe BinaryThinning3D
Grazie Alberto
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-developers/attachments/20131030/f945c2a6/attachment.htm>
More information about the Insight-developers
mailing list