<div>hi all</div>
<div>i want to make the selection of seed points in fastmarching method fully automated. I have read from one of the emails posted in the itk mailing list</div>
<div>one possible solution for this is . </div>
<div>1-Running manually the Confidence conneceted filter and getting the mean and variance values for figuring out the intesity values.</div>
<div>2- By using this intensity values threshold the image and computer the conencted component and take the two largest ones. </div>
<div><font size="2"><span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">what i did is . ue confidenceconnected segmentation algorithm to get mean and varaince values also a segmented image . After that i tried to use 
</span></font></div>
<div><font size="2"><span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">confidencesonenctedimagefiltertest.cxx
.&nbsp; to compute the connected components and then will use the relablecomponentimagefilter.</span></font></div>
<div><font size="2"><span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"></span></font>
&nbsp;</div>
<div><font size="2"><span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">Right now my problem is if i run my program for the computing the connected components i get an error like
</span></font></div>
<div><font size="2"><span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">'itkConfidenceConnectedImageFilterTest error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup
<br>itkConfidenceConnectedImageFilterTest fatal error LNK1120: 1 unresolved externals<br></span></font></div>
<div><font size="2"><span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"></span></font>
&nbsp;</div>
<div><font size="2"><span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">my cmakelists looks like this 
</span></font></div>
<div><font size="2"><span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"></span></font>
&nbsp;</div>
<div><font size="2"><span style="FONT-SIZE: 12pt; FONT-FAMILY: 'Times New Roman'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">
<p>PROJECT(itkConfidenceConnectedImageFilterTest)</p>
<p>FIND_PACKAGE ( ITK )<br>IF ( ITK_FOUND )<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; INCLUDE( ${USE_ITK_FILE} )<br>ENDIF( ITK_FOUND )</p>
<p><br>ADD_EXECUTABLE(itkConfidenceConnectedImageFilterTest itkConfidenceConnectedImageFilterTest.cxx )<br>TARGET_LINK_LIBRARIES( itkConfidenceConnectedImageFilterTest ITKCommon ITKIO ITKNumerics ITKStatistics ITKBasicFilters)
<br></p></span></font></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>whaty am i doing wrong? I would be very happy if you guys can help me</div>
<div>&nbsp;</div>
<div>Cheers</div>
<div>ilker</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;<br>------------------------------------------------------------------<br><br>'.....ich möchte mir eine ader öffnen, die mir die ewige freiheit schaffte....'<br><br>-------------------------------------------------------------------- 
</div>