Sophie

Sophie

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

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: itkDiscreteHessianGaussianImageFunction.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_dd352b1cbb04f9ff09fa5f33693fed9f.html">Review</a>
  </div>
<div class="contents">
<h1>itkDiscreteHessianGaussianImageFunction.h</h1><a href="itkDiscreteHessianGaussianImageFunction_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: itkDiscreteHessianGaussianImageFunction.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-28 18:14:36 $</span>
<a name="l00007"></a>00007 <span class="comment">  Version:   $Revision: 1.7 $</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 
<a name="l00018"></a>00018 <span class="preprocessor">#ifndef __itkDiscreteHessianGaussianImageFunction_h</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define __itkDiscreteHessianGaussianImageFunction_h</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span>
<a name="l00021"></a>00021 <span class="preprocessor">#include "<a class="code" href="itkNeighborhoodOperatorImageFunction_8h.html">itkNeighborhoodOperatorImageFunction.h</a>"</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include "<a class="code" href="itkImageFunction_8h.html">itkImageFunction.h</a>"</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="itkGaussianOperator_8h.html">itkGaussianOperator.h</a>"</span>
<a name="l00024"></a>00024 <span class="preprocessor">#include "<a class="code" href="itkGaussianDerivativeOperator_8h.html">itkGaussianDerivativeOperator.h</a>"</span>
<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="itkSymmetricSecondRankTensor_8h.html">itkSymmetricSecondRankTensor.h</a>"</span>
<a name="l00026"></a>00026 
<a name="l00027"></a>00027 <span class="keyword">namespace </span>itk
<a name="l00028"></a>00028 {
<a name="l00029"></a>00029 
<a name="l00047"></a>00047 <span class="keyword">template</span> &lt;<span class="keyword">class</span> TInputImage,<span class="keyword">class</span> TOutput=<span class="keywordtype">double</span>&gt;
<a name="l00048"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html">00048</a> <span class="keyword">class </span><a class="code" href="itkWin32Header_8h.html#7d4384322557205d75f0719c012dded6">ITK_EXPORT</a> <a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html" title="Compute the Hessian Gaussian of an image at a specific location in space by calculating...">DiscreteHessianGaussianImageFunction</a> :
<a name="l00049"></a>00049   <span class="keyword">public</span> <a class="code" href="classitk_1_1ImageFunction.html" title="Evaluates a function of an image at specified position.">ImageFunction</a>&lt; TInputImage,
<a name="l00050"></a>00050     SymmetricSecondRankTensor&lt;TOutput,::itk::GetImageDimension&lt;TInputImage&gt;::ImageDimension&gt;,
<a name="l00051"></a>00051     TOutput &gt;
<a name="l00052"></a>00052 {
<a name="l00053"></a>00053 <span class="keyword">public</span>:
<a name="l00054"></a>00054 
<a name="l00056"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#0e582ba2352200bac15bcacdc02d45ed">00056</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html" title="Compute the Hessian Gaussian of an image at a specific location in space by calculating...">DiscreteHessianGaussianImageFunction</a>   <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Self</a>;
<a name="l00057"></a>00057 
<a name="l00059"></a>00059   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1ImageFunction.html" title="Evaluates a function of an image at specified position.">ImageFunction</a>&lt;TInputImage,
<a name="l00060"></a>00060     <a class="code" href="classitk_1_1SymmetricSecondRankTensor.html" title="Represent a symmetric tensor of second rank.">SymmetricSecondRankTensor&lt;TOutput,::itk::GetImageDimension&lt;TInputImage&gt;::ImageDimension</a>&gt;,
<a name="l00061"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#285a664c79180e5cc4ae994a253e23b6">00061</a>     TOutput &gt; <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Superclass</a>;
<a name="l00062"></a>00062 
<a name="l00064"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#4b4d394aa9c1c96e971c152506d3eeff">00064</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="l00065"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#8efe4e8cb89951295b60b508d7ee77b2">00065</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="l00066"></a>00066 
<a name="l00068"></a>00068   <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="l00069"></a>00069 
<a name="l00071"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#831c605c6c663505aad6b6ba3c4eccaf">00071</a>   <a class="code" href="itkMacro_8h.html#574c1f86661d409dd32c742307a0e96a">itkTypeMacro</a>( <a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html" title="Compute the Hessian Gaussian of an image at a specific location in space by calculating...">DiscreteHessianGaussianImageFunction</a>, <a class="code" href="classitk_1_1ImageFunction.html" title="Evaluates a function of an image at specified position.">ImageFunction</a> );
<a name="l00072"></a>00072 
<a name="l00074"></a>00074   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#3742cbac150bee74daa9aab85ed80623">Superclass::InputImageType</a>       <a class="code" href="namespaceHardConnectedComponentImageFilter.html#3742cbac150bee74daa9aab85ed80623">InputImageType</a>;
<a name="l00075"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#af7def21c06d0f5d1de5a5dde38fbf06">00075</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#6e44b89d73d576fe68c175566a634ab8">Superclass::InputPixelType</a>       <a class="code" href="namespaceHardConnectedComponentImageFilter.html#6e44b89d73d576fe68c175566a634ab8">InputPixelType</a>;
<a name="l00076"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#fb9dc55f2a244a7cbdd6cb9d23cf03e7">00076</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">Superclass::IndexType</a>            <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">IndexType</a>;
<a name="l00077"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#c32da878a063f5273ce611a3a8d87d56">00077</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::ContinuousIndexType  ContinuousIndexType;
<a name="l00078"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#dbb120a2cf73730a722e942633c05a79">00078</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::PointType            PointType;
<a name="l00079"></a>00079 
<a name="l00081"></a>00081   <a class="code" href="itkMacro_8h.html#1905cf6b2e88235996fa7ff73b2fb0eb">itkStaticConstMacro</a>(ImageDimension2, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>,
<a name="l00082"></a>00082                       InputImageType::ImageDimension);
<a name="l00083"></a>00083 
<a name="l00085"></a>00085   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1SymmetricSecondRankTensor.html" title="Represent a symmetric tensor of second rank.">SymmetricSecondRankTensor</a>&lt;TOutput,<a class="code" href="structitk_1_1GetImageDimension.html"></a>
<a name="l00086"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#e30dfdb251466b39b88cb12dd99167d5">00086</a> <a class="code" href="structitk_1_1GetImageDimension.html">    ::itk::GetImageDimension&lt;TInputImage&gt;::ImageDimension</a>&gt;  <a class="code" href="classitk_1_1SymmetricSecondRankTensor.html" title="Represent a symmetric tensor of second rank.">TensorType</a>;
<a name="l00087"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#7ccddbbf30db15070fea2c9b8db78d89">00087</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> Superclass::OutputType                   OutputType;
<a name="l00088"></a>00088 
<a name="l00089"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#12178ec88e8a88ed0ea5781a2c78f70e">00089</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1FixedArray.html">FixedArray&lt;double,itkGetStaticConstMacro(ImageDimension2)&gt;</a>  <a class="code" href="classitk_1_1FixedArray.html">VarianceArrayType</a>;
<a name="l00090"></a>00090 
<a name="l00091"></a>00091   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1GaussianDerivativeOperator.html" title="A NeighborhoodOperator whose coefficients are a one dimensional, discrete derivative...">itk::GaussianDerivativeOperator</a>&lt;TOutput,
<a name="l00092"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#24db1006dd9e7030d534fdb45259cd16">00092</a>     <a class="code" href="itkMacro_8h.html#94ef2dc11d52c8ef0a78e34558feb8cb">itkGetStaticConstMacro</a>(ImageDimension2)&gt;            <a class="code" href="classitk_1_1GaussianDerivativeOperator.html" title="A NeighborhoodOperator whose coefficients are a one dimensional, discrete derivative...">GaussianDerivativeOperatorType</a>;
<a name="l00093"></a>00093 
<a name="l00096"></a>00096   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">FixedArray</a>&lt;<a class="code" href="classitk_1_1GaussianDerivativeOperator.html" title="A NeighborhoodOperator whose coefficients are a one dimensional, discrete derivative...">GaussianDerivativeOperatorType</a>,
<a name="l00097"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#5e467c1ede641c4d249c9c4ce1acab31">00097</a>     3*<a class="code" href="itkMacro_8h.html#94ef2dc11d52c8ef0a78e34558feb8cb">itkGetStaticConstMacro</a>(ImageDimension2)&gt;          <a class="code" href="classitk_1_1FixedArray.html">GaussianDerivativeOperatorArrayType</a>;
<a name="l00098"></a>00098 
<a name="l00099"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#c3c2f3790b7eb2ee0508e5d3f1884816">00099</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1Neighborhood.html">Neighborhood&lt;TOutput,itkGetStaticConstMacro(ImageDimension2)&gt;</a>  <a class="code" href="classitk_1_1Neighborhood.html">KernelType</a>;
<a name="l00100"></a>00100 
<a name="l00103"></a>00103   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1FixedArray.html" title="Simulate a standard C array with copy semnatics.">FixedArray</a>&lt;<a class="code" href="classitk_1_1Neighborhood.html">KernelType</a>,<a class="code" href="itkMacro_8h.html#94ef2dc11d52c8ef0a78e34558feb8cb">itkGetStaticConstMacro</a>(ImageDimension2)*
<a name="l00104"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#bb0ed0f7778f1e8b5bba00b1b35fa647">00104</a>     (<a class="code" href="itkMacro_8h.html#94ef2dc11d52c8ef0a78e34558feb8cb">itkGetStaticConstMacro</a>(ImageDimension2)+1)/2&gt;      <a class="code" href="classitk_1_1FixedArray.html">KernelArrayType</a>;
<a name="l00105"></a>00105 
<a name="l00108"></a>00108   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1NeighborhoodOperatorImageFunction.html" title="Compute the convolution of a neighborhood operator with the image at a specific location...">NeighborhoodOperatorImageFunction</a>
<a name="l00109"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#ad9ca0832c4b82660b76b1bc72a51f01">00109</a>     &lt;<a class="code" href="namespaceHardConnectedComponentImageFilter.html#3742cbac150bee74daa9aab85ed80623">InputImageType</a>, TOutput&gt;                           <a class="code" href="classitk_1_1NeighborhoodOperatorImageFunction.html" title="Compute the convolution of a neighborhood operator with the image at a specific location...">OperatorImageFunctionType</a>;
<a name="l00110"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#d367885a9506a0d83b6598f3a5399df9">00110</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">OperatorImageFunctionType::Pointer</a>   <a class="code" href="classitk_1_1SmartPointer.html">OperatorImageFunctionPointer</a>;
<a name="l00111"></a>00111 
<a name="l00113"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#6f7902dc508d81e8ba1aaa4285f497e4e4d07524879d50ca5dde15374f04c650">00113</a>   <span class="keyword">enum</span> <a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#6f7902dc508d81e8ba1aaa4285f497e4">InterpolationModeType</a> { NearestNeighbourInterpolation, LinearInterpolation };
<a name="l00114"></a>00114 
<a name="l00115"></a>00115 <span class="keyword">public</span>:
<a name="l00116"></a>00116 
<a name="l00118"></a>00118   <span class="keyword">virtual</span> OutputType Evaluate(<span class="keyword">const</span> PointType&amp; point) <span class="keyword">const</span>;
<a name="l00119"></a>00119 
<a name="l00121"></a>00121   <span class="keyword">virtual</span> OutputType EvaluateAtIndex( <span class="keyword">const</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#be32dc19e71d40322ad9828b9ab40853">IndexType</a> &amp; index ) <span class="keyword">const</span>;
<a name="l00122"></a>00122 
<a name="l00124"></a>00124   <span class="keyword">virtual</span> OutputType EvaluateAtContinuousIndex(
<a name="l00125"></a>00125     <span class="keyword">const</span> ContinuousIndexType &amp; index ) <span class="keyword">const</span>;
<a name="l00126"></a>00126 
<a name="l00131"></a>00131   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>( Variance, VarianceArrayType );
<a name="l00132"></a>00132   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>( Variance, <span class="keyword">const</span> VarianceArrayType );
<a name="l00133"></a>00133   <a class="code" href="itkMacro_8h.html#eff3a5968b6bfe273c369cdc16a838cb">itkSetVectorMacro</a>( Variance, <span class="keywordtype">double</span>, VarianceArrayType::Length );
<a name="l00135"></a>00135 
<a name="l00137"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#531f63e5a65b0544e3d2f8d2657fea63">00137</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetVariance( <span class="keywordtype">double</span> variance )
<a name="l00138"></a>00138     {
<a name="l00139"></a>00139     m_Variance.Fill( variance );
<a name="l00140"></a>00140     this-&gt;Modified();
<a name="l00141"></a>00141     }
<a name="l00143"></a>00143 
<a name="l00145"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#ef1d71347ef7f3dfb9219ba725074b79">00145</a>   <span class="keywordtype">void</span> SetSigma( <span class="keyword">const</span> <span class="keywordtype">double</span> sigma )
<a name="l00146"></a>00146     {
<a name="l00147"></a>00147     SetVariance( sigma * sigma );
<a name="l00148"></a>00148     }
<a name="l00149"></a>00149 
<a name="l00155"></a>00155   <a class="code" href="itkMacro_8h.html#5cefe2f514fdc24c2484af7849042f18">itkSetClampMacro</a>( MaximumError, <span class="keywordtype">double</span>, 0.00001, 0.99999 );
<a name="l00156"></a>00156   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>( MaximumError, <span class="keywordtype">double</span> );
<a name="l00158"></a>00158 
<a name="l00162"></a>00162   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>( NormalizeAcrossScale, <span class="keywordtype">bool</span> );
<a name="l00163"></a>00163   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>( NormalizeAcrossScale, <span class="keywordtype">bool</span> );
<a name="l00164"></a>00164   <a class="code" href="itkMacro_8h.html#9e7d129ffebb09fd28bc213e02d87248">itkBooleanMacro</a>( NormalizeAcrossScale );
<a name="l00166"></a>00166 
<a name="l00168"></a>00168   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>( UseImageSpacing, <span class="keywordtype">bool</span> );
<a name="l00169"></a>00169   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>( UseImageSpacing, <span class="keywordtype">bool</span> );
<a name="l00170"></a>00170   <a class="code" href="itkMacro_8h.html#9e7d129ffebb09fd28bc213e02d87248">itkBooleanMacro</a>( UseImageSpacing );
<a name="l00172"></a>00172 
<a name="l00177"></a>00177   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>( MaximumKernelWidth, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> );
<a name="l00178"></a>00178   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>( MaximumKernelWidth, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> );
<a name="l00180"></a>00180 
<a name="l00182"></a>00182   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>( InterpolationMode, InterpolationModeType );
<a name="l00183"></a>00183   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>( InterpolationMode, InterpolationModeType );
<a name="l00185"></a>00185 
<a name="l00190"></a>00190   <span class="keyword">virtual</span> <span class="keywordtype">void</span> SetInputImage( <span class="keyword">const</span> <a class="code" href="namespaceHardConnectedComponentImageFilter.html#3742cbac150bee74daa9aab85ed80623">InputImageType</a> * ptr );
<a name="l00191"></a>00191 
<a name="l00194"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#ef7fd58b14388649bee9a5e948528e22">00194</a>   <span class="keyword">virtual</span> <span class="keywordtype">void</span> <a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#ef7fd58b14388649bee9a5e948528e22">Initialize</a>( ) { RecomputeGaussianKernel(); }
<a name="l00195"></a>00195 
<a name="l00196"></a>00196 <span class="keyword">protected</span>:
<a name="l00197"></a>00197 
<a name="l00198"></a>00198   <a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html" title="Compute the Hessian Gaussian of an image at a specific location in space by calculating...">DiscreteHessianGaussianImageFunction</a>();
<a name="l00199"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#4f19e61bd674921b7c27445db0c3abc6">00199</a>   <a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#4f19e61bd674921b7c27445db0c3abc6">DiscreteHessianGaussianImageFunction</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Self</a>&amp; ){};
<a name="l00200"></a>00200 
<a name="l00201"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#d969309f87b194b069aa0dfa4c3e2228">00201</a>   <a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#d969309f87b194b069aa0dfa4c3e2228">~DiscreteHessianGaussianImageFunction</a>(){};
<a name="l00202"></a>00202 
<a name="l00203"></a><a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#bd4a455a2c1e4a3e38df9a964d184fdb">00203</a>   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1DiscreteHessianGaussianImageFunction.html#bd4a455a2c1e4a3e38df9a964d184fdb">operator=</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Self</a>&amp; ){};
<a name="l00204"></a>00204   <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="l00205"></a>00205 
<a name="l00206"></a>00206   <span class="keywordtype">void</span> RecomputeGaussianKernel();
<a name="l00207"></a>00207 
<a name="l00208"></a>00208 <span class="keyword">private</span>:
<a name="l00209"></a>00209 
<a name="l00211"></a>00211   VarianceArrayType m_Variance;
<a name="l00212"></a>00212 
<a name="l00215"></a>00215   <span class="keywordtype">double</span> m_MaximumError;
<a name="l00216"></a>00216 
<a name="l00220"></a>00220   <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> m_MaximumKernelWidth;
<a name="l00221"></a>00221 
<a name="l00226"></a>00226   <span class="keyword">mutable</span> GaussianDerivativeOperatorArrayType m_OperatorArray;
<a name="l00227"></a>00227 
<a name="l00231"></a>00231   KernelArrayType m_KernelArray;
<a name="l00232"></a>00232 
<a name="l00234"></a>00234   OperatorImageFunctionPointer m_OperatorImageFunction;
<a name="l00235"></a>00235 
<a name="l00237"></a>00237   <span class="keywordtype">bool</span> m_NormalizeAcrossScale;
<a name="l00238"></a>00238 
<a name="l00240"></a>00240   <span class="keywordtype">bool</span> m_UseImageSpacing;
<a name="l00241"></a>00241 
<a name="l00243"></a>00243   InterpolationModeType m_InterpolationMode;
<a name="l00244"></a>00244 
<a name="l00245"></a>00245 };
<a name="l00246"></a>00246 
<a name="l00247"></a>00247 } <span class="comment">// namespace itk</span>
<a name="l00248"></a>00248 
<a name="l00249"></a>00249 <span class="comment">// Define instantiation macro for this template.</span>
<a name="l00250"></a><a class="code" href="itkDiscreteHessianGaussianImageFunction_8h.html#53f4b97e8505a5b3d27f191d6055df95">00250</a> <span class="preprocessor">#define ITK_TEMPLATE_DiscreteHessianGaussianImageFunction(_, EXPORT, x, y) namespace itk { \</span>
<a name="l00251"></a>00251 <span class="preprocessor">  _(2(class EXPORT DiscreteHessianGaussianImageFunction&lt; ITK_TEMPLATE_2 x &gt;)) \</span>
<a name="l00252"></a>00252 <span class="preprocessor">  namespace Templates { typedef DiscreteHessianGaussianImageFunction&lt; ITK_TEMPLATE_2 x &gt; \</span>
<a name="l00253"></a>00253 <span class="preprocessor">                                                  DiscreteHessianGaussianImageFunction##y; } \</span>
<a name="l00254"></a>00254 <span class="preprocessor">  }</span>
<a name="l00255"></a>00255 <span class="preprocessor"></span>
<a name="l00256"></a>00256 <span class="preprocessor">#if ITK_TEMPLATE_EXPLICIT</span>
<a name="l00257"></a>00257 <span class="preprocessor"></span><span class="preprocessor"># include "Templates/itkDiscreteHessianGaussianImageFunction+-.h"</span>
<a name="l00258"></a>00258 <span class="preprocessor">#endif</span>
<a name="l00259"></a>00259 <span class="preprocessor"></span>
<a name="l00260"></a>00260 <span class="preprocessor">#if ITK_TEMPLATE_TXX</span>
<a name="l00261"></a>00261 <span class="preprocessor"></span><span class="preprocessor"># include "itkDiscreteHessianGaussianImageFunction.txx"</span>
<a name="l00262"></a>00262 <span class="preprocessor">#endif</span>
<a name="l00263"></a>00263 <span class="preprocessor"></span>
<a name="l00264"></a>00264 <span class="preprocessor">#endif</span>
<a name="l00265"></a>00265 <span class="preprocessor"></span>
</pre></div></div>
<hr><address><small>
Generated at Thu May 7 22:35:54 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>