Hi, everyone<br>
<br>
&nbsp;&nbsp;&nbsp; I'm using the itkSimpleFuzzyConnectednessScalarImageFilter to segment a 3D volume. <br>
&nbsp; &nbsp; In my .h file, I added #include
&quot;itkSimpleFuzzyConnectednessScalarImageFilter.h&quot; head file. However,
the complier can't find this head file when I'm building the program. I
found that the example provided by ITK is in the sub-directory of
patented. Hence, I added the ITKPatented in my cmakelist.tax file as
following<br>
<br>
&nbsp;&nbsp;&nbsp; TARGET_LINK_LIBRARIES ( exampApp fltk fltk_gl vtkfl
ITKBasicFilters ITKCommon ITKPatented ITKAlgorithms ITKIO vtkRendering
vtkGraphics vtkHybrid vtkImaging vtkIO vtkFiltering vtkCommon
vtkPatented )<br>
<br>
&nbsp;&nbsp;&nbsp; However, it still couldn't find this head file. Can
someone tell me which kind of additional library I need to add in my
cmakelist file? Thanks.<br clear="all"><br>-- <br>Sincerly<br>Jianfei Liu<br><br>