Sophie

Sophie

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

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: itkScalarImageTextureCalculator.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_2c33022d19e8077162952ea9ed57656d.html">Numerics</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_e82fe55e9fab4124d6625d716e091a5f.html">Statistics</a>
  </div>
<div class="contents">
<h1>itkScalarImageTextureCalculator.h</h1><a href="itkScalarImageTextureCalculator_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: itkScalarImageTextureCalculator.h,v $</span>
<a name="l00005"></a>00005 <span class="comment">  Language:  C++</span>
<a name="l00006"></a>00006 <span class="comment">  Date:      $Date: 2005-08-24 15:16:53 $</span>
<a name="l00007"></a>00007 <span class="comment">  Version:   $Revision: 1.6 $</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 __itkScalarImageTextureCalculator_h</span>
<a name="l00018"></a>00018 <span class="preprocessor"></span><span class="preprocessor">#define __itkScalarImageTextureCalculator_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="itkObject_8h.html">itkObject.h</a>"</span>
<a name="l00022"></a>00022 <span class="preprocessor">#include "<a class="code" href="itkVectorContainer_8h.html">itkVectorContainer.h</a>"</span>
<a name="l00023"></a>00023 <span class="preprocessor">#include "<a class="code" href="itkMacro_8h.html">itkMacro.h</a>"</span>
<a name="l00024"></a>00024 
<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="itkGreyLevelCooccurrenceMatrixTextureCoefficientsCalculator_8h.html">itkGreyLevelCooccurrenceMatrixTextureCoefficientsCalculator.h</a>"</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="itkMaskedScalarImageToGreyLevelCooccurrenceMatrixGenerator_8h.html">itkMaskedScalarImageToGreyLevelCooccurrenceMatrixGenerator.h</a>"</span>
<a name="l00027"></a>00027 
<a name="l00028"></a>00028 <span class="keyword">namespace </span>itk {
<a name="l00029"></a>00029 <span class="keyword">namespace </span>Statistics {
<a name="l00030"></a>00030 
<a name="l00106"></a>00106 <span class="keyword">template</span>&lt; <span class="keyword">class </span>TImageType,
<a name="l00107"></a>00107           <span class="keyword">class </span>THistogramFrequencyContainer = DenseFrequencyContainer &gt;
<a name="l00108"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html">00108</a> <span class="keyword">class </span><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html" title="This class computes texture descriptions from an image.">ScalarImageTextureCalculator</a> : <span class="keyword">public</span> <a class="code" href="classitk_1_1Object.html" title="Base class for most itk classes.">Object</a>
<a name="l00109"></a>00109 {
<a name="l00110"></a>00110 <span class="keyword">public</span>:
<a name="l00112"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#39a06806a46f253434c0248422c894c7">00112</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html" title="This class computes texture descriptions from an image.">ScalarImageTextureCalculator</a> <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Self</a>;
<a name="l00113"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#951e7286efda147a42275291424485c9">00113</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1Object.html" title="Base class for most itk classes.">Object</a> <a class="code" href="classitk_1_1LightObject.html" title="Light weight base class for most itk classes.">Superclass</a>;
<a name="l00114"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#e9d6c7d273019632d463efc58e9ddf84">00114</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="l00115"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#331962d663919460a40f8822b3e14cf1">00115</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="l00116"></a>00116 
<a name="l00118"></a>00118   <a class="code" href="itkMacro_8h.html#574c1f86661d409dd32c742307a0e96a">itkTypeMacro</a>(<a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html" title="This class computes texture descriptions from an image.">ScalarImageTextureCalculator</a>, <a class="code" href="classitk_1_1Object.html" title="Base class for most itk classes.">Object</a>);
<a name="l00119"></a>00119 
<a name="l00121"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#2da943f8a90bb8ca3afe864a185dcebb">00121</a>   <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="l00122"></a>00122 
<a name="l00123"></a>00123   <span class="keyword">typedef</span> THistogramFrequencyContainer                <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#2da943f8a90bb8ca3afe864a185dcebb">FrequencyContainerType</a>;
<a name="l00124"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#5f15e71d9af909fb04afc05bfddf9cb1">00124</a>   <span class="keyword">typedef</span> TImageType                                  <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#5f15e71d9af909fb04afc05bfddf9cb1">ImageType</a>;
<a name="l00125"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#41c37e6f9226b719c53e46c753e9796d">00125</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="itkFEMMacro_8h.html#539cce1a3282ba59952dedcbf9cdb23f">ImageType::Pointer</a>                 <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#41c37e6f9226b719c53e46c753e9796d">ImagePointer</a>;
<a name="l00126"></a>00126       
<a name="l00127"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#f23453f600b090fb30e511f6ea0a476c">00127</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> ImageType::PixelType               <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#f23453f600b090fb30e511f6ea0a476c">PixelType</a>;
<a name="l00128"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#2dadd8940644fc6eb8f7ab43f98f1098">00128</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> ImageType::OffsetType              <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#2dadd8940644fc6eb8f7ab43f98f1098">OffsetType</a>;
<a name="l00129"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#2a14e24dc207e7ab98a5a4b02532cea6">00129</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1VectorContainer.html">VectorContainer&lt;unsigned char, OffsetType&gt;</a>  <a class="code" href="classitk_1_1VectorContainer.html">OffsetVector</a>;
<a name="l00130"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#be9b855aa9f4558da24c53a66f83acc7">00130</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">OffsetVector::Pointer</a>              <a class="code" href="classitk_1_1SmartPointer.html">OffsetVectorPointer</a>;
<a name="l00131"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#2ec37fb23ac587e9ffdff0a983d9416a">00131</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">OffsetVector::ConstPointer</a>         <a class="code" href="classitk_1_1SmartPointer.html">OffsetVectorConstPointer</a>;
<a name="l00132"></a>00132 
<a name="l00133"></a>00133   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1Statistics_1_1MaskedScalarImageToGreyLevelCooccurrenceMatrixGenerator.html" title="This class computes a grey-level co-occurence matrix (histogram) from a given image...">MaskedScalarImageToGreyLevelCooccurrenceMatrixGenerator</a>&lt; <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#5f15e71d9af909fb04afc05bfddf9cb1">ImageType</a>,
<a name="l00134"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#79e973e49ab8371aed0fe14cba317c82">00134</a>     <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#2da943f8a90bb8ca3afe864a185dcebb">FrequencyContainerType</a> &gt; <a class="code" href="classitk_1_1Statistics_1_1MaskedScalarImageToGreyLevelCooccurrenceMatrixGenerator.html" title="This class computes a grey-level co-occurence matrix (histogram) from a given image...">GLCMGeneratorType</a>;
<a name="l00135"></a>00135   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1Statistics_1_1GreyLevelCooccurrenceMatrixTextureCoefficientsCalculator.html" title="This class computes texture feature coefficients from a grey level co-occurrence...">GreyLevelCooccurrenceMatrixTextureCoefficientsCalculator</a>&lt; <span class="keyword">typename</span>
<a name="l00136"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#b5b544920859c34cc5779ae2d54641f2">00136</a>   <a class="code" href="classitk_1_1Statistics_1_1Histogram.html" title="This class stores measurement vectors in the context of n-dimensional histogram.">GLCMGeneratorType::HistogramType</a> &gt;                <a class="code" href="classitk_1_1Statistics_1_1GreyLevelCooccurrenceMatrixTextureCoefficientsCalculator.html" title="This class computes texture feature coefficients from a grey level co-occurrence...">GLCMCalculatorType</a>;
<a name="l00137"></a>00137       
<a name="l00138"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#4ddc30af1fcc5967d02551bad3a1d858">00138</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1VectorContainer.html">VectorContainer&lt;unsigned char, TextureFeatureName&gt;</a> <a class="code" href="classitk_1_1VectorContainer.html">FeatureNameVector</a>;
<a name="l00139"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#411fa7dda27125a4b8226255804b30d4">00139</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">FeatureNameVector::Pointer</a>         <a class="code" href="classitk_1_1SmartPointer.html">FeatureNameVectorPointer</a>;
<a name="l00140"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#bbda46b76f6ce232dd0a6f45c788ad52">00140</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">FeatureNameVector::ConstPointer</a>    <a class="code" href="classitk_1_1SmartPointer.html">FeatureNameVectorConstPointer</a>;
<a name="l00141"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#817c9aaf51260996dacab48542f15944">00141</a>   <span class="keyword">typedef</span> <a class="code" href="classitk_1_1VectorContainer.html">VectorContainer&lt;unsigned char, double&gt;</a>      <a class="code" href="classitk_1_1VectorContainer.html">FeatureValueVector</a>;
<a name="l00142"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#0897767db6bbbcd035a8eda1dea88b63">00142</a>   <span class="keyword">typedef</span> <span class="keyword">typename</span> <a class="code" href="classitk_1_1SmartPointer.html">FeatureValueVector::Pointer</a>        <a class="code" href="classitk_1_1SmartPointer.html">FeatureValueVectorPointer</a>;
<a name="l00143"></a>00143      
<a name="l00145"></a>00145   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#a7a0d0aef267dfa619aa8154e194cbe7">Compute</a>( <span class="keywordtype">void</span> );
<a name="l00146"></a>00146 
<a name="l00148"></a>00148   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#6df5f24b08166de319d71e469fe41513">SetInput</a>( <span class="keyword">const</span> <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#5f15e71d9af909fb04afc05bfddf9cb1">ImageType</a> * );
<a name="l00149"></a>00149 
<a name="l00153"></a>00153   <a class="code" href="itkMacro_8h.html#f6bef9ee7e4c077b96a08848ed4e7660">itkGetObjectMacro</a>(FeatureMeans, <a class="code" href="classitk_1_1VectorContainer.html">FeatureValueVector</a>);
<a name="l00154"></a>00154   <a class="code" href="itkMacro_8h.html#f6bef9ee7e4c077b96a08848ed4e7660">itkGetObjectMacro</a>(FeatureStandardDeviations, <a class="code" href="classitk_1_1VectorContainer.html">FeatureValueVector</a>);
<a name="l00156"></a>00156 
<a name="l00158"></a>00158   <a class="code" href="itkMacro_8h.html#1e680e0abf41fd9bbefa2829ea3d1e6a">itkSetConstObjectMacro</a>(RequestedFeatures, <a class="code" href="classitk_1_1VectorContainer.html">FeatureNameVector</a>);
<a name="l00159"></a>00159   <a class="code" href="itkMacro_8h.html#d11f8adb47609be2b4b58948904f8a7c">itkGetConstObjectMacro</a>(RequestedFeatures, <a class="code" href="classitk_1_1VectorContainer.html">FeatureNameVector</a>);
<a name="l00161"></a>00161 
<a name="l00164"></a>00164   <a class="code" href="itkMacro_8h.html#1e680e0abf41fd9bbefa2829ea3d1e6a">itkSetConstObjectMacro</a>(Offsets, <a class="code" href="classitk_1_1VectorContainer.html">OffsetVector</a>);
<a name="l00165"></a>00165   <a class="code" href="itkMacro_8h.html#d11f8adb47609be2b4b58948904f8a7c">itkGetConstObjectMacro</a>(Offsets, <a class="code" href="classitk_1_1VectorContainer.html">OffsetVector</a>);
<a name="l00167"></a>00167 
<a name="l00170"></a>00170   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#5b82e798a2411250a190e6e4f3456b51">SetNumberOfBinsPerAxis</a>( <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> );
<a name="l00171"></a>00171 
<a name="l00174"></a>00174   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#7753d78e2bb7607abada9301d8d59f45">SetPixelValueMinMax</a>( <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#f23453f600b090fb30e511f6ea0a476c">PixelType</a> min, <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#f23453f600b090fb30e511f6ea0a476c">PixelType</a> max );
<a name="l00176"></a>00176 
<a name="l00179"></a>00179   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#2f7e5f87ce15f23e2dc61b5e49d9fc71">SetImageMask</a>(<span class="keyword">const</span> <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#5f15e71d9af909fb04afc05bfddf9cb1">ImageType</a> * );
<a name="l00180"></a>00180 
<a name="l00183"></a>00183   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#129d8c028cf2587adbe0bb9deb39143a">SetInsidePixelValue</a>(<a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#f23453f600b090fb30e511f6ea0a476c">PixelType</a> InsidePixelValue);
<a name="l00184"></a>00184 
<a name="l00185"></a>00185   <a class="code" href="itkMacro_8h.html#1600305bb01e39e87c472d8bf29bd1cf">itkGetMacro</a>(FastCalculations, <span class="keywordtype">bool</span>);
<a name="l00186"></a>00186   <a class="code" href="itkMacro_8h.html#7ebdd33cc5e7d74720ced9099c034faa">itkSetMacro</a>(FastCalculations, <span class="keywordtype">bool</span>);
<a name="l00187"></a>00187   <a class="code" href="itkMacro_8h.html#9e7d129ffebb09fd28bc213e02d87248">itkBooleanMacro</a>(FastCalculations);
<a name="l00188"></a>00188       
<a name="l00189"></a>00189 <span class="keyword">protected</span>:
<a name="l00190"></a>00190   <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#5a7496dfb493ee204d11214c96c2adcc">ScalarImageTextureCalculator</a>();
<a name="l00191"></a><a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#d53f1fb20722e4be44c91209bec917f8">00191</a>   <span class="keyword">virtual</span> <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#d53f1fb20722e4be44c91209bec917f8">~ScalarImageTextureCalculator</a>() {};
<a name="l00192"></a>00192   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#37d6ba30457ee9374a19cfb891c40bd0">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="l00193"></a>00193   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#62e99f640015a44fa83fde2d76cf0209">FastCompute</a>();
<a name="l00194"></a>00194   <span class="keywordtype">void</span> <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#ec3b9c5647e19c7627d29b10b0f3d1b0">FullCompute</a>();
<a name="l00195"></a>00195       
<a name="l00196"></a>00196 <span class="keyword">private</span>:
<a name="l00197"></a>00197   <span class="keyword">typename</span> <a class="code" href="classitk_1_1Statistics_1_1MaskedScalarImageToGreyLevelCooccurrenceMatrixGenerator.html#d26f87eb696bcf92bb82b9948fb851de">GLCMGeneratorType::Pointer</a> m_GLCMGenerator;
<a name="l00198"></a>00198   <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#0897767db6bbbcd035a8eda1dea88b63">FeatureValueVectorPointer</a> m_FeatureMeans, m_FeatureStandardDeviations;
<a name="l00199"></a>00199   <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#bbda46b76f6ce232dd0a6f45c788ad52">FeatureNameVectorConstPointer</a> m_RequestedFeatures;
<a name="l00200"></a>00200   <a class="code" href="classitk_1_1Statistics_1_1ScalarImageTextureCalculator.html#2ec37fb23ac587e9ffdff0a983d9416a">OffsetVectorConstPointer</a> m_Offsets;
<a name="l00201"></a>00201   <span class="keywordtype">bool</span> m_FastCalculations;
<a name="l00202"></a>00202 };    
<a name="l00203"></a>00203     
<a name="l00204"></a>00204 } <span class="comment">// end of namespace Statistics </span>
<a name="l00205"></a>00205 } <span class="comment">// end of namespace itk </span>
<a name="l00206"></a>00206 
<a name="l00207"></a>00207 <span class="preprocessor">#ifndef ITK_MANUAL_INSTANTIATION</span>
<a name="l00208"></a>00208 <span class="preprocessor"></span><span class="preprocessor">#include "itkScalarImageTextureCalculator.txx"</span>
<a name="l00209"></a>00209 <span class="preprocessor">#endif</span>
<a name="l00210"></a>00210 <span class="preprocessor"></span>
<a name="l00211"></a>00211 <span class="preprocessor">#endif</span>
<a name="l00212"></a>00212 <span class="preprocessor"></span>
</pre></div></div>
<hr><address><small>
Generated at Fri May 8 00:06:32 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>