Hello Everyone,
The error :
CMakeFiles/FirstReconstruction.dir/FirstReconstruction.cxx.o: In function
`rtk::FDKWeightProjectionFilter<itk::Image<float, 3u>, itk::Image<float, 3u>
>::BeforeThreadedGenerateData()':
FirstReconstruction.cxx:(.text._ZN3rtk25FDKWeightProjectionFilterIN3itk5ImageIfLj3EEES3_E26BeforeThreadedGenerateDataEv[rtk::FDKWeightProjectionFilter<itk::Image<float,
3u>, itk::Image<float, 3u> >::BeforeThreadedGenerateData()]+0x49): undefined
reference to `rtk::ThreeDCircularProjectionGeometry::GetAngularGaps()' "?
can be solved as following:
In the cmake interface
modify the version of ITK and RTK
In my experiment I set ITK as : /usr/local/lib/cmake/ITK-4.7
RTK as: /usr/local/lib/cmake/RTK-1.1
Then configure and make. All done.
And the FirstReconstruction ran normally and we can get the result output.mha
Thank you very much!
Houge
_______________________________________________
Rtk-users mailing list
[email protected]
http://public.kitware.com/mailman/listinfo/rtk-users