Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
currently I cannot figure out why the symbol is missing since the _Kernel.cxx file is generated and contains the function. I can find the symbol in the _Kernel.obj file but the ITKGPUFiniteDifference.lib seems not to export it. At least dumpbin + findstr does give not hint to GetOpenCLSource
Working on https://github.com/microsoft/vcpkg/pull/11208
Trying to get ITK+RTK Python Wrappers to compile
The error I observed is a link error:
currently I cannot figure out why the symbol is missing since the
_Kernel.cxx
file is generated and contains the function. I can find the symbol in the_Kernel.obj
file but theITKGPUFiniteDifference.lib
seems not to export it. At least dumpbin + findstr does give not hint toGetOpenCLSource