[Insight-users] GaussianDerivativeOperator

David Doria daviddoria at gmail.com
Tue Mar 15 08:15:29 EDT 2011


On Tue, Mar 15, 2011 at 7:15 AM, john smith <mkitkinsightuser at gmail.com>wrote:

> Hello,
>
> Is it possible to run *
> http://www.itk.org/Wiki/ITK/Examples/Operators/GaussianDerivativeOperator*in itk v3?Because when I build this project, visual studio2010 and cmake
> cannot find *itkGaussianDerivativeOperator.h*  . What target_link_library
> must I enclude in the CMakeLists?
>
>
I'm not sure when GaussianDerivativeOperator was added to ITK, but that
error suggests that it is not in the version you are using. The only thing
you should include in the target_link_libraries is ${ITK_LIBRARIES} :

target_link_libraries(GaussianDerivativeOperator ${ITK_LIBRARIES})

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110315/b102b0a5/attachment-0001.htm>


More information about the Insight-users mailing list