[Insight-users] Re: Can not open itkSimpleFuzzyConnectednessScalarImageFilter.h error?

Pingkun Yan pingkun.yan at gmail.com
Mon Feb 20 10:08:24 EST 2006


Hi Chunyan,

You should check if you turned on the ITK USE PATENT option in cmake
when you built the itk. The Fuzzyconnectedness filters are under
patented folder.

HTH,
Pingkun

On 2/20/06, Chunyan Jiang <chunyan.jiang at gmail.com> wrote:
> I have tried to add
>    ITKBasicFilters
>    ITKNumerics
>  to TARGET_LINK_LIBRARIES(FuzzyConnectedness ...
>
>  But it doesn't work. How should I do?
>
>
> On 2/20/06, Chunyan Jiang <chunyan.jiang at gmail.com> wrote:
> > Hi, all,
> > I tried to compile ITK example
> E:\ITK\InsightApplications-2.4.0\FuzzyConnectedness, outside of
> InsightApplications-2.4.0.
> > I configer it in CMake, and open .dsw file in MSVC++6. When I build it,
> there is one error:
> > fatal error C1083: Cannot open include file: 'itkImage.h': No such file or
> directory
> >
> > I add ITKCommon to CMakeLists.txt
> > TARGET_LINK_LIBRARIES(FuzzyConnectedness ...
> >
> > This error is figured out. But another error comes:
> > fatal error C1083: Cannot open include file:
> 'itkSimpleFuzzyConnectednessScalarImageFilter.h': No such
> file or directory
> >
> > I don't know whether I should add some other ITK lib file to
> TARGET_LINK_LIBRARIES. But which one?
> > Or there is some other problem?
> >
> > I look forward to seeing some replies.
> >
> > Thanks!
> >
> > Chunyan
> >
>
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
>
>


More information about the Insight-users mailing list