Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > d5e74628f0e673bb8680aebce32b2c04 > files > 17629

itk-doc-3.12.0-1mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ITK: itkVectorFuzzyConnectednessImageFilter.h Source File</title>
<link href="DoxygenStyle.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">


<!--  Section customized for INSIGHT : Tue Jul 17 01:02:45 2001 -->
<center>
<a href="index.html" class="qindex">Main Page</a>&nbsp;&nbsp; 
<a href="modules.html" class="qindex">Groups</a>&nbsp;&nbsp;
<a href="namespaces.html" class="qindex">Namespace List</a>&nbsp;&nbsp;
<a href="hierarchy.html" class="qindex">Class Hierarchy</a>&nbsp;&nbsp;
<a href="classes.html" class="qindex">Alphabetical List</a>&nbsp;&nbsp;
<a href="annotated.html" class="qindex">Compound List</a>&nbsp;&nbsp; 
<a href="files.html" class="qindex">File
List</a>&nbsp;&nbsp; 
<a href="namespacemembers.html" class="qindex">Namespace Members</a>&nbsp;&nbsp; 
<a href="functions.html" class="qindex">Compound Members</a>&nbsp;&nbsp; 
<a href="globals.html" class="qindex">File Members</a>&nbsp;&nbsp;
<a href="pages.html" class="qindex">Concepts</a></center>


<!-- Generated by Doxygen 1.5.9 -->
  <div class="navpath"><a class="el" href="dir_02e23d841c198393a6e961e9a0678fff.html">Code</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_dac74f2f86ef7740a9c4b6cbf6bd88de.html">Patented</a>
  </div>
<div class="contents">
<h1>itkVectorFuzzyConnectednessImageFilter.h</h1><a href="itkVectorFuzzyConnectednessImageFilter_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*=========================================================================</span>
<a name="l00002"></a>00002 <span class="comment"></span>
<a name="l00003"></a>00003 <span class="comment">  Program:   Insight Segmentation &amp; Registration Toolkit</span>
<a name="l00004"></a>00004 <span class="comment">  Module:    $RCSfile: itkVectorFuzzyConnectednessImageFilter.h,v $</span>
<a name="l00005"></a>00005 <span class="comment">  Language:  C++</span>
<a name="l00006"></a>00006 <span class="comment">  Date:      $Date: 2009-01-31 17:23:45 $</span>
<a name="l00007"></a>00007 <span class="comment">  Version:   $Revision: 1.2 $</span>
<a name="l00008"></a>00008 <span class="comment"></span>
<a name="l00009"></a>00009 <span class="comment">  Copyright (c) Insight Software Consortium. All rights reserved.</span>
<a name="l00010"></a>00010 <span class="comment">  See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.</span>
<a name="l00011"></a>00011 <span class="comment"></span>
<a name="l00012"></a>00012 <span class="comment">     This software is distributed WITHOUT ANY WARRANTY; without even </span>
<a name="l00013"></a>00013 <span class="comment">     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR </span>
<a name="l00014"></a>00014 <span class="comment">     PURPOSE.  See the above copyright notices for more information.</span>
<a name="l00015"></a>00015 <span class="comment"></span>
<a name="l00016"></a>00016 <span class="comment">=========================================================================*/</span>
<a name="l00017"></a>00017 <span class="preprocessor">#ifndef __itkVectorFuzzyConnectednessImageFilter_h</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __itkVectorFuzzyConnectednessImageFilter_h</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span>
<a name="l00020"></a>00020 <span class="preprocessor">#include "<a class="code" href="itkImage_8h.html">itkImage.h</a>"</span>
<a name="l00021"></a>00021 <span class="preprocessor">#include "<a class="code" href="itkImageToImageFilter_8h.html">itkImageToImageFilter.h</a>"</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include "<a class="code" href="itkVector_8h.html">itkVector.h</a>"</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="itkMatrix_8h.html">itkMatrix.h</a>"</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;vector&gt;</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;list&gt;</span>
<a name="l00026"></a>00026 
<a name="l00027"></a><a class="code" href="itkVectorFuzzyConnectednessImageFilter_8h.html#0706168c32c39d519133d981a3df0687">00027</a> <span class="preprocessor">#define MAX_SCALE 8</span>
<a name="l00028"></a>00028 <span class="preprocessor"></span>
<a name="l00029"></a>00029 
<a name="l00030"></a>00030 <span class="keyword">namespace </span>itk {
<a name="l00031"></a>00031 
<a name="l00160"></a>00160 <span class="keyword">template</span> &lt;<span class="keyword">class</span> TInputImage, <span class="keyword">class</span> TOutputImage&gt;
<a name="l00161"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html">00161</a> <span class="keyword">class </span><a class="code" href="itkWin32Header_8h.html#7d4384322557205d75f0719c012dded6">ITK_EXPORT</a> <a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html">VectorFuzzyConnectednessImageFilter</a>:
<a name="l00162"></a>00162     <span class="keyword">public</span> <a class="code" href="classitk_1_1ImageToImageFilter.html" title="Base class for filters that take an image as input and produce an image as output...">ImageToImageFilter</a>&lt;TInputImage,TOutputImage&gt;
<a name="l00163"></a>00163 {
<a name="l00164"></a>00164 <span class="keyword">public</span>:
<a name="l00166"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#20dad7cda198583f0c0cbbd765d2ee73">00166</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html">VectorFuzzyConnectednessImageFilter</a>            <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Self</a>;
<a name="l00167"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#8cbc8ff5f00bd2a90d2ab4c58aafc351">00167</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ImageToImageFilter.html">ImageToImageFilter&lt;TInputImage,TOutputImage&gt;</a>   <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Superclass</a>;
<a name="l00168"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#b65457b0b81bc5d72a73aed09b435eaf">00168</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1SmartPointer.html">SmartPointer &lt;Self&gt;</a>                            <a class="code" href="classitk_1_1SmartPointer.html">Pointer</a>;
<a name="l00169"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#fdd4c287d74fc61cf283215c860d75f5">00169</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1SmartPointer.html">SmartPointer&lt;const Self&gt;</a>                       <a class="code" href="classitk_1_1SmartPointer.html">ConstPointer</a>;
<a name="l00170"></a>00170 
<a name="l00172"></a>00172   <a class="code" href="itkMacro_8h.html#0fdc15685afa271857c57e7cd482f30c">itkNewMacro</a>(<a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Self</a>);
<a name="l00173"></a>00173 
<a name="l00175"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#95c06f8512af16568fcd98db8a19eed1">00175</a>   <a class="code" href="itkMacro_8h.html#574c1f86661d409dd32c742307a0e96a">itkTypeMacro</a>(<a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html">VectorFuzzyConnectednessImageFilter</a>,<a class="code" href="classitk_1_1ImageToImageFilter.html" title="Base class for filters that take an image as input and produce an image as output...">ImageToImageFilter</a>);
<a name="l00176"></a>00176 
<a name="l00178"></a>00178   <span class="keyword">typedef</span> <span class="keyword">typename</span> TInputImage::PixelType     <a class="code" href="namespaceHardConnectedComponentImageFilter.html#6e44b89d73d576fe68c175566a634ab8">InputPixelType</a>;
<a name="l00179"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#476ef404b741115be65e97db709f76bf">00179</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> TOutputImage::PixelType    <a class="code" href="namespaceHardConnectedComponentImageFilter.html#73549c9066bb62470db248f27cde10d2">OutputPixelType</a>;
<a name="l00180"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#3c5a1de86dbf6e8c78702c2d2dff8fb1">00180</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> InputPixelType::VectorType InputVectorType;
<a name="l00181"></a>00181 
<a name="l00183"></a>00183   <a class="code" href="itkMacro_8h.html#1905cf6b2e88235996fa7ff73b2fb0eb">itkStaticConstMacro</a>(VectorDimension, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>,
<a name="l00184"></a>00184                       InputPixelType::Dimension);
<a name="l00185"></a>00185   <a class="code" href="itkMacro_8h.html#1905cf6b2e88235996fa7ff73b2fb0eb">itkStaticConstMacro</a>(ImageDimension, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>, TInputImage::ImageDimension);
<a name="l00187"></a>00187 
<a name="l00189"></a>00189   <span class="keyword">typedef</span>   <a class="code" href="classitk_1_1Matrix.html" title="A templated class holding a M x N size Matrix This class contains a vnl_matrix_fixed...">Matrix</a>&lt;double, <a class="code" href="itkMacro_8h.html#94ef2dc11d52c8ef0a78e34558feb8cb">itkGetStaticConstMacro</a>(VectorDimension), 
<a name="l00190"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#179c97fc41ac81f4f9e701b51dcd73b2">00190</a>                    <a class="code" href="itkMacro_8h.html#94ef2dc11d52c8ef0a78e34558feb8cb">itkGetStaticConstMacro</a>(VectorDimension)&gt; <a class="code" href="classitk_1_1Matrix.html">DoubleMatrixType</a>;
<a name="l00191"></a>00191 
<a name="l00193"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#68f1bb94197a37c7dfec877615f5c80d">00193</a>   <span class="keyword">typedef</span> std::vector&lt;DoubleMatrixType&gt;            DoubleMatrixArrayType;
<a name="l00194"></a>00194 
<a name="l00196"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#e9f1e9d10bf5a1bc589c36c2b605b586">00196</a>   <span class="keyword">typedef</span>   <a class="code" href="classitk_1_1Vector.html" title="A templated class holding a n-Dimensional vector.">Vector&lt;unsigned short,itkGetStaticConstMacro(ImageDimension)&gt;</a>  <a class="code" href="classitk_1_1Vector.html" title="A templated class holding a n-Dimensional vector.">AffinityVector</a>;
<a name="l00197"></a>00197 
<a name="l00199"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#63ddc1558c11553f4f84fafd1984e495">00199</a>   <span class="keyword">typedef</span>   <a class="code" href="classitk_1_1Vector.html" title="A templated class holding a n-Dimensional vector.">Vector&lt;double, itkGetStaticConstMacro(VectorDimension)&gt;</a> <a class="code" href="classitk_1_1Vector.html" title="A templated class holding a n-Dimensional vector.">DoubleVectorType</a>;
<a name="l00200"></a>00200 
<a name="l00202"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#e2f34b7af493c70c157dfe5139a0250b">00202</a>   <span class="keyword">typedef</span> std::vector&lt;DoubleVectorType&gt;            DoubleVectorArrayType;
<a name="l00203"></a>00203 
<a name="l00204"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#f3026539d2a9623d6fdbb336ed363535">00204</a>   <span class="keyword">typedef</span>   <a class="code" href="classitk_1_1Vector.html">Vector&lt;int,2&gt;</a>                          <a class="code" href="classitk_1_1Vector.html">TDVector</a>;
<a name="l00205"></a>00205 
<a name="l00207"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#e8e61b25ede39b8cc71deab1ccd88eca">00207</a>   <span class="keyword">typedef</span>   TInputImage                            <a class="code" href="namespaceHardConnectedComponentImageFilter.html#3742cbac150bee74daa9aab85ed80623">InputImageType</a>;
<a name="l00208"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#a15122d9f44286b0f3568ddaadd8f6b1">00208</a>   <span class="keyword">typedef</span>   TOutputImage                           <a class="code" href="namespaceHardConnectedComponentImageFilter.html#386ea018cab3835dcdff2603f4d2280e">OutputImageType</a>;
<a name="l00209"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#58522a55e492cb43f776ce687599621f">00209</a>   <span class="keyword">typedef</span>   <a class="code" href="classitk_1_1Image.html" title="Templated n-dimensional image class.">Image &lt;unsigned short,itkGetStaticConstMacro(ImageDimension)&gt;</a>  <a class="code" href="classitk_1_1Image.html" title="Templated n-dimensional image class.">UShortImageType</a>;
<a name="l00210"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#d6f4145c4163dda33b2a57b00d6cc300">00210</a>   <span class="keyword">typedef</span>   <a class="code" href="classitk_1_1Image.html" title="Templated n-dimensional image class.">Image &lt;AffinityVector, itkGetStaticConstMacro(ImageDimension)&gt;</a> <a class="code" href="classitk_1_1Image.html" title="Templated n-dimensional image class.">AffinityImageType</a>;
<a name="l00212"></a>00212 
<a name="l00213"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#f159ed7a20c4f0d6d47f1e3a1b2e998e">00213</a>   <span class="keyword">typedef</span>   <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">TInputImage::IndexType</a>        <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">IndexType</a>;
<a name="l00214"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#7f742055c55df70c6001b6281804d906">00214</a>   <span class="keyword">typedef</span>   <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#5bf82236e1e50e653de84c8ead448599">TInputImage::SizeType</a>         <a class="code" href="namespaceHardConnectedComponentImageFilter.html#5bf82236e1e50e653de84c8ead448599">SizeType</a>;
<a name="l00215"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#274d948b625a3571ca9f2fa78923c174">00215</a>   <span class="keyword">typedef</span>   <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#ed8c4a40607d317c666eb96ea265e126">TOutputImage::RegionType</a>      OutRegionType;
<a name="l00216"></a>00216 
<a name="l00218"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#a49ff6ed009716d6940c7ba3b3493385">00218</a>   <span class="keyword">typedef</span>   std::list&lt;IndexType&gt;                   ListSeedType;
<a name="l00219"></a>00219 
<a name="l00221"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#30816aefab4eba1299762bd460289f19">00221</a>   <span class="keyword">typedef</span>   std::vector&lt;ListSeedType&gt;              ListSeedArrayType;
<a name="l00222"></a>00222 
<a name="l00223"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#bf2167b011b10421b5af8c831b034651">00223</a>   <span class="keyword">typedef</span>   std::vector&lt;TDVector&gt;                  OffsetType;
<a name="l00224"></a>00224   
<a name="l00226"></a>00226   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(NumberOfObjects, <span class="keywordtype">int</span>);
<a name="l00227"></a>00227   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>(NumberOfObjects, <span class="keywordtype">int</span>);
<a name="l00229"></a>00229 
<a name="l00231"></a>00231   <span class="keywordtype">void</span> SetHomogeneityMatrix(<span class="keyword">const</span> <a class="code" href="classitk_1_1Matrix.html">DoubleMatrixType</a> homo_max);
<a name="l00232"></a>00232 
<a name="l00234"></a>00234   <span class="keywordtype">void</span> SetObjectsMatrix(<span class="keyword">const</span> <a class="code" href="classitk_1_1Matrix.html">DoubleMatrixType</a> object_max,<span class="keyword">const</span> <span class="keywordtype">int</span> object_num);
<a name="l00235"></a>00235 
<a name="l00237"></a>00237   <span class="keywordtype">void</span> SetObjectsSeed( <span class="keyword">const</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">IndexType</a> &amp;seed, <span class="keyword">const</span> <span class="keywordtype">int</span> object_num);
<a name="l00238"></a>00238 
<a name="l00240"></a>00240   <span class="keywordtype">void</span> SetObjectsMean(<span class="keyword">const</span> <a class="code" href="classitk_1_1Vector.html" title="A templated class holding a n-Dimensional vector.">DoubleVectorType</a>, <span class="keyword">const</span> <span class="keywordtype">int</span> object_num);
<a name="l00241"></a>00241 
<a name="l00243"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#3dcc3cc0510b7d70c1f095b95eb131a9">00243</a>   <span class="keywordtype">void</span> SetSuppressBckgFlag(<span class="keyword">const</span> <span class="keywordtype">int</span> flag)
<a name="l00244"></a>00244     {
<a name="l00245"></a>00245     m_SuppressBckgFlag = flag;
<a name="l00246"></a>00246     }
<a name="l00247"></a>00247 
<a name="l00251"></a><a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html#e65d522e83c5855179a312d2c7753fd8">00251</a>   <span class="keywordtype">void</span> SetThreshold(<span class="keyword">const</span> <span class="keywordtype">float</span> threshold)
<a name="l00252"></a>00252     {
<a name="l00253"></a>00253     m_Threshold = threshold;
<a name="l00254"></a>00254     }
<a name="l00255"></a>00255 
<a name="l00257"></a>00257   <span class="keywordtype">void</span> Initialization();
<a name="l00258"></a>00258 
<a name="l00259"></a>00259 <span class="keyword">protected</span>:
<a name="l00260"></a>00260   <a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html">VectorFuzzyConnectednessImageFilter</a>();
<a name="l00261"></a>00261   ~<a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html">VectorFuzzyConnectednessImageFilter</a>();
<a name="l00262"></a>00262 
<a name="l00263"></a>00263   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#920ae03048a5ad715d803ca2e92b52de">PrintSelf</a>(std::ostream&amp; os, <a class="code" href="classitk_1_1Indent.html" title="Control indentation during Print() invocation.">Indent</a> indent) <span class="keyword">const</span>;
<a name="l00264"></a>00264 
<a name="l00266"></a>00266   <span class="keywordtype">void</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#f75a5945cdd8315676941024a0b8c1e9">GenerateData</a>();
<a name="l00267"></a>00267 
<a name="l00268"></a>00268 <span class="keyword">private</span>:
<a name="l00269"></a>00269   <a class="code" href="namespaceHardConnectedComponentImageFilter.html#5bf82236e1e50e653de84c8ead448599">SizeType</a>                       m_Size;
<a name="l00270"></a>00270   std::vector&lt;OffsetType&gt;        m_CirclePointsLoc;
<a name="l00271"></a>00271   std::vector&lt;int&gt;               m_CirclePointsNum;
<a name="l00272"></a>00272 
<a name="l00273"></a>00273   <a class="code" href="namespaceHardConnectedComponentImageFilter.html#6e44b89d73d576fe68c175566a634ab8">InputPixelType</a>                 m_Mean;
<a name="l00274"></a>00274   <span class="keywordtype">int</span>                            m_SuppressBckgFlag;
<a name="l00275"></a>00275   <span class="keywordtype">float</span>                          m_Threshold;
<a name="l00276"></a>00276 
<a name="l00277"></a>00277   DoubleMatrixType               m_HomoCovariance;
<a name="l00278"></a>00278 
<a name="l00279"></a>00279   <span class="keywordtype">int</span>                            m_NumberOfObjects;
<a name="l00280"></a>00280   DoubleMatrixArrayType          m_ObjectCovariances;
<a name="l00281"></a>00281   DoubleVectorArrayType          m_ObjectMeans;
<a name="l00282"></a>00282   ListSeedArrayType              m_ObjectSeeds;
<a name="l00283"></a>00283 
<a name="l00284"></a>00284   std::vector&lt;char&gt;              m_ScaleArray;
<a name="l00285"></a>00285 
<a name="l00286"></a>00286   <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#68fafcc6909430ccd70cbc4aeee0107c">InputImageType::ConstPointer</a>   m_InputImage;
<a name="l00287"></a>00287   <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#539cce1a3282ba59952dedcbf9cdb23f">InputImageType::Pointer</a>        m_FilterImage;
<a name="l00288"></a>00288   <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#539cce1a3282ba59952dedcbf9cdb23f">OutputImageType::Pointer</a>       m_SegmentObject;
<a name="l00289"></a>00289   <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#539cce1a3282ba59952dedcbf9cdb23f">AffinityImageType::Pointer</a>     m_AffinityImage;
<a name="l00290"></a>00290   <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#539cce1a3282ba59952dedcbf9cdb23f">UShortImageType::Pointer</a>       m_FuzzyConnImage;
<a name="l00291"></a>00291 
<a name="l00292"></a>00292   <span class="keywordtype">void</span> ScalePrepare();
<a name="l00293"></a>00293   <span class="keywordtype">void</span> Compute_Scale();
<a name="l00294"></a>00294   <span class="keywordtype">void</span> Compute_Filter();
<a name="l00295"></a>00295   <span class="keywordtype">void</span> Compute_Affinity(<span class="keyword">const</span> <span class="keywordtype">int</span>);
<a name="l00296"></a>00296   <span class="keywordtype">double</span> FuzzyAffinity(<span class="keyword">const</span> InputVectorType , <span class="keyword">const</span> InputVectorType, <span class="keyword">const</span> <span class="keywordtype">int</span>);
<a name="l00297"></a>00297   <span class="keywordtype">void</span> Fast_Tracking(<span class="keyword">const</span> <span class="keywordtype">int</span>);
<a name="l00298"></a>00298   
<a name="l00299"></a>00299 <span class="keyword">private</span>:
<a name="l00300"></a>00300   <a class="code" href="classitk_1_1VectorFuzzyConnectednessImageFilter.html">VectorFuzzyConnectednessImageFilter</a>(<span class="keyword">const</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#ac7d0120fe5292cdcdddb6163b8cb150">Self</a>&amp;); <span class="comment">//purposely not implemented</span>
<a name="l00301"></a>00301   <span class="keywordtype">void</span> operator=(<span class="keyword">const</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#ac7d0120fe5292cdcdddb6163b8cb150">Self</a>&amp;); <span class="comment">//purposely not implemented  </span>
<a name="l00302"></a>00302 };
<a name="l00303"></a>00303 
<a name="l00304"></a>00304 
<a name="l00305"></a>00305 } <span class="comment">// end namespace itk</span>
<a name="l00306"></a>00306 
<a name="l00307"></a>00307 <span class="preprocessor">#ifndef ITK_MANUAL_INSTANTIATION</span>
<a name="l00308"></a>00308 <span class="preprocessor"></span><span class="preprocessor">#include "itkVectorFuzzyConnectednessImageFilter.txx"</span>
<a name="l00309"></a>00309 <span class="preprocessor">#endif</span>
<a name="l00310"></a>00310 <span class="preprocessor"></span>
<a name="l00311"></a>00311 <span class="preprocessor">#endif</span>
<a name="l00312"></a>00312 <span class="preprocessor"></span>
</pre></div></div>
<hr><address><small>
Generated at Fri May 8 00:28:57 2009 for ITK  by <a href="http://www.stack.nl/~dimitri/doxygen/index.html"> <img 
src="http://www.stack.nl/~dimitri/doxygen/doxygen.png" alt="doxygen"
align="middle" border=0 width=110 height=53>
</a> 1.5.9 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2000</small></address>
</body>
</html>