<div dir="ltr">That patch should fix the release branch: <div><br></div><div><div>diff --git a/Modules/IO/DCMTK/src/itkDCMTKImageIO.cxx b/Modules/IO/DCMTK/src/itkDCMTKImageIO.cxx</div><div>index ee107a0..0f2abdd 100644</div>

<div>--- a/Modules/IO/DCMTK/src/itkDCMTKImageIO.cxx</div><div>+++ b/Modules/IO/DCMTK/src/itkDCMTKImageIO.cxx</div><div>@@ -267,15 +267,8 @@ void DCMTKImageIO::ReadImageInformation()</div><div>   reader.GetDimensions(rows,columns);</div>

<div>   this-&gt;m_Dimensions[0] = columns;</div><div>   this-&gt;m_Dimensions[1] = rows;</div><div>-  if(numPhases == 1)</div><div>-    {</div><div>-    this-&gt;m_Dimensions[2] = reader.GetFrameCount();</div><div>-    }</div>

<div>-  else</div><div>-    {</div><div>-    this-&gt;m_Dimensions[2] = reader.GetFrameCount() / numPhases;</div><div>-    this-&gt;m_Dimensions[3] = numPhases;</div><div>-    }</div><div>+  this-&gt;m_Dimensions[2] = reader.GetFrameCount();</div>

<div>+</div><div>   vnl_vector&lt;double&gt; rowDirection(3),columnDirection(3),sliceDirection(3);</div><div>   reader.GetDirCosines(rowDirection,columnDirection,sliceDirection);</div><div>   // orthogonalize</div></div>
</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 28, 2013 at 6:49 PM, Jean-Christophe Fillion-Robin <span dir="ltr">&lt;<a href="mailto:jchris.fillionr@kitware.com" target="_blank">jchris.fillionr@kitware.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Matt, <div><br></div><div>The commits associated with file  Modules/IO/DCMTK/src/itkDCMTKImageIO.cxx</div>

<div><br></div><div>on release branch are:</div><div><br></div><div>
<div>* 376aeec - BUG: Row/Column assignment into ImageDimensions was wrong (7 hours ago) &lt;Kent Williams&gt;</div><div>* ca8dedd - BUG: Dicom method for Dir Cosines made non-orthogonal directions (4 months ago) &lt;Kent Williams&gt;</div>


<div>* 9c530ae - COMP: Fix all valid cppcheck warnings in &quot;ITK/Module&quot; directory (5 months ago) &lt;Ali Ghayoor&gt;</div><div>* e081d83 - ENH: Add DCMTKImageIO to ITK (10 months ago) &lt;Kent Williams&gt;</div>

<div>
<br></div><div><br></div><div>on master branch are:</div><div><br></div><div><div>* d30bd1f - BUG: Row/Column assignment into ImageDimensions was wrong (6 days ago) &lt;Kent Williams&gt;</div><div>* 4207729 - ENH: Accomodate Philips 4D Multiframe DICOM files (6 weeks ago) &lt;Kent Williams&gt;</div>


<div>* df53542 - BUG: Need to set 3rd dir cosine for DICOM images (6 weeks ago) &lt;Kent Williams&gt;</div><div>* ca8dedd - BUG: Dicom method for Dir Cosines made non-orthogonal directions (4 months ago) &lt;Kent Williams&gt;</div>


<div>* 9c530ae - COMP: Fix all valid cppcheck warnings in &quot;ITK/Module&quot; directory (5 months ago) &lt;Ali Ghayoor&gt;</div><div>* e081d83 - ENH: Add DCMTKImageIO to ITK (10 months ago) &lt;Kent Williams&gt;</div>

<div>
<br></div><div><br></div><div>Considering the <span style="font-family:arial,sans-serif;font-size:12.800000190734863px">numPhases variable has been introduced by commit </span>4207729, I would suggest to also backport it.</div>


<div><br></div><div>Not sure about &quot;df53542&quot; what would be the implication for Slicer ?</div><div><br></div><div>Steve, Kent: Could you comment ?</div><div><br></div><div>Thanks</div><span class="HOEnZb"><font color="#888888">
<div>Jc</div></font></span></div></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 28, 2013 at 6:38 PM, Jean-Christophe Fillion-Robin <span dir="ltr">&lt;<a href="mailto:jchris.fillionr@kitware.com" target="_blank">jchris.fillionr@kitware.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Matt, <div><br></div><div>I tried to locally build against the latest commit (<span style="font-family:arial,sans-serif;font-size:12.800000190734863px">3b54bc800</span>) of the release branch and ITKv4 failed to build. </div>



<div><br></div><div>Here is the error: </div><div><br></div><div><div>[ 99%] Building CXX object Modules/IO/DCMTK/src/CMakeFiles/ITKIODCMTK.dir/itkDCMTKImageIO.cxx.o</div><div>/home/jchris/Projects/Slicer-AHM-Superbuild-Release/ITKv4/Modules/IO/DCMTK/src/itkDCMTKImageIO.cxx: In member function ‘virtual void itk::DCMTKImageIO::ReadImageInformation()’:</div>



<div>/home/jchris/Projects/Slicer-AHM-Superbuild-Release/ITKv4/Modules/IO/DCMTK/src/itkDCMTKImageIO.cxx:270: error: ‘numPhases’ was not declared in this scope</div><div>At global scope:</div><div>cc1plus: warning: unrecognized command line option &quot;-Wno-long-double&quot;</div>



<div>make[2]: *** [Modules/IO/DCMTK/src/CMakeFiles/ITKIODCMTK.dir/itkDCMTKImageIO.cxx.o] Error 1</div><div>make[1]: *** [Modules/IO/DCMTK/src/CMakeFiles/ITKIODCMTK.dir/all] Error 2</div><div>make: *** [all] Error 2</div>


<span><font color="#888888"><div>
<br></div><div>Jc</div></font></span></div></div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Aug 28, 2013 at 6:14 PM, Jean-Christophe Fillion-Robin <span dir="ltr">&lt;<a href="mailto:jchris.fillionr@kitware.com" target="_blank">jchris.fillionr@kitware.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Matt, <div><br></div><div>Thanks for backporting these commit to the release branch. Today, I plan on updating the ITK has used by Slicer from 35b90133a7 to 3b54bc800. </div>



<div><br></div><div>
If you plan on backporting other commits before the end of the day, let me know. </div><div><br></div><div>Thanks</div><div>Jc</div></div><div class="gmail_extra"><div><div><br><br><div class="gmail_quote">On Wed, Aug 28, 2013 at 5:54 PM, Matt McCormick <span dir="ltr">&lt;<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>&gt;</span> wrote:<br>




<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for the feedback.<br>
<br>
Current list:<br>
<br>
Arnaud Gelas (2):<br>
<div>      BUG: Check that region for thread is not empty<br>
      BUG: Fix failure in InteractivePause test<br>
<br>
</div>Dirk Padfield (1):<br>
<div>      BUG: ConstPointer assigned to non-const raw pointer<br>
<br>
</div><div>Jim Miller (2):<br>
      BUG: GDCMImageIO ignore image orienations from MetaDataDictionary<br>
      BUG: Two tests were writing to same filename.<br>
<br>
Jonathan Guinet (1):<br>
      BUG: {Opening,Closing}ByReconstructionImageFilter information propagation<br>
<br>
Kent Williams (2):<br>
      BUG: Guard against Divide by Zero<br>
      BUG: Row/Column assignment into ImageDimensions was wrong<br>
<br>
</div>Matthew McCormick (7):<br>
<div>      BUG: Add missing ITKOpenJPEG dependency for ITKReview Module.<br>
      COMP: ITKOpenJPEG EXCLUDE_FROM_ALL.<br>
      BUG: Fix Module_Review enable with a single configure.<br>
</div><div>      COMP: Do not try to include float.h for MinGW.<br>
</div>      BUG: itkSingleLevelSetsv4WhitakerImage2DTest output clobber.<br>
<div>      COMP: Avoid MetaIO config conflict with USE_SYSTEM_GDCM.<br>
<br>
</div>Xiaoxiao Liu (4):<br>
<div>      ENH: Exclude ITKGDCM module when system GDCM is ON.<br>
      BUG: A fix for using sys installed GDCM.<br>
      COMP: New baseline image for MultiResImageRegistrationTest.<br>
<br>
</div><div><div>On Wed, Aug 28, 2013 at 2:10 PM, Johnson, Hans J &lt;<a href="mailto:hans-johnson@uiowa.edu" target="_blank">hans-johnson@uiowa.edu</a>&gt; wrote:<br>
&gt; Matt,<br>
&gt;<br>
&gt; Kent&#39;s changes are definitely a good candidate.  It was clearly a bug that<br>
&gt; rarely affects the results (due to most data being square).  But for<br>
&gt; non-square data it was a bug.<br>
&gt;<br>
&gt; Hans<br>
&gt;<br>
&gt;<br>
&gt; On 8/28/13 8:38 AM, &quot;Bradley Lowekamp&quot; &lt;<a href="mailto:blowekamp@mail.nih.gov" target="_blank">blowekamp@mail.nih.gov</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt;Matt,<br>
&gt;&gt;<br>
&gt;&gt;I believe the Slicer developers were talking about Jim&#39;s GDCM patches<br>
&gt;&gt;would be good in the release branch.<br>
&gt;&gt;<br>
&gt;&gt;Also it looked like these from Gordon and Kent may be import IO fixes as<br>
&gt;&gt;well:<br>
&gt;&gt;&gt; BUG: airOneLinify() infinite loop, synch w/ Teem for its 1.11.1 release<br>
&gt;&gt;&gt; BUG: Row/Column assignment into ImageDimensions was wrong<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;Brad<br>
&gt;&gt;<br>
&gt;&gt;On Aug 28, 2013, at 12:22 AM, Matt McCormick &lt;<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>&gt;<br>
&gt;&gt;wrote:<br>
&gt;&gt;<br>
&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Requesting feedback for patches to include on the release branch for<br>
&gt;&gt;&gt;v4.4.2.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Currently:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Matthew McCormick (3):<br>
&gt;&gt;&gt;      BUG: Add missing ITKOpenJPEG dependency for ITKReview Module.<br>
&gt;&gt;&gt;      COMP: ITKOpenJPEG EXCLUDE_FROM_ALL.<br>
&gt;&gt;&gt;      BUG: Fix Module_Review enable with a single configure.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Sean McBride (1):<br>
&gt;&gt;&gt;      COMP: Fixed compiler error in C++11<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Xiaoxiao Liu (1):<br>
&gt;&gt;&gt;      BUG: Exclude ITKReview when ITK_USE_REVIEW if off.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Although the last one will be reverted to prevent unexpected behavior<br>
&gt;&gt;&gt; on a bugfix release.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Patches since v4.4.1 release:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Ali Ghayoor (3):<br>
&gt;&gt;&gt;      ENH: transform reader/writer filters are templated on output<br>
&gt;&gt;&gt; precision type<br>
&gt;&gt;&gt;      BUG: Fix memory leak error in itkHDF5TransformIO<br>
&gt;&gt;&gt;      DOC: Migration guide is updated for multi precision of ITK<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Arnaud Gelas (9):<br>
&gt;&gt;&gt;      BUG: Check that region for thread is not empty<br>
&gt;&gt;&gt;      COMP: use concept checking instead of runtime checking<br>
&gt;&gt;&gt;      BUG: Fix failure in InteractivePause test<br>
&gt;&gt;&gt;      ENH: updating level sets sparse layer visualization<br>
&gt;&gt;&gt;      ENH: Upgrade doxygen config file<br>
&gt;&gt;&gt;      BUG: fix KWStyle errors in itkVTKVisualize* files<br>
&gt;&gt;&gt;      BUG: Fix visualization of 3D level-sets<br>
&gt;&gt;&gt;      ENH: Add Concept checking for 2D Visualization<br>
&gt;&gt;&gt;      ENH: Use partial template specialization for iso value vis<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Bill Lorensen (1):<br>
&gt;&gt;&gt;      ENH: Reduce test times for Debug builds<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Brad King (1):<br>
&gt;&gt;&gt;      MetaIO: Removed the deprecated _CM24 CMake variables<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Bradley Lowekamp (14):<br>
&gt;&gt;&gt;      ENH: Enabling shared IO modules on windows<br>
&gt;&gt;&gt;      DOC: adding Examples directory to ITK Doxygen<br>
&gt;&gt;&gt;      DOC: remove explicit doxygen example commands now automatically<br>
&gt;&gt;&gt;added<br>
&gt;&gt;&gt;      BUG: add installation of Export headers<br>
&gt;&gt;&gt;      BUG: Remove ENABLED_SHARED option for IOSpatialObjects module<br>
&gt;&gt;&gt;      BUG: Fix linking of factory register method on static windows<br>
&gt;&gt;&gt;      STYLE: Fix some style errors reported in continuous test<br>
&gt;&gt;&gt;      BUG: Remove Spurious testing file<br>
&gt;&gt;&gt;      COMP: Use relative path for generate output header parameter<br>
&gt;&gt;&gt;      BUG: Enable slice-by-slice streaming for ShrinkImageFilter<br>
&gt;&gt;&gt;      STYLE: Fix ShrinkImageStreamingTest style<br>
&gt;&gt;&gt;      PERF: Flip filter use increment in scanline direction<br>
&gt;&gt;&gt;      PERF: Additional FlipImageFilter performance by using input<br>
&gt;&gt;&gt;iterator<br>
&gt;&gt;&gt;      PERF: Move test to IntegratedTest directory<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Brian Helba (10):<br>
&gt;&gt;&gt;      STYLE: Unify style of &quot;operator delete[]&quot;<br>
&gt;&gt;&gt;      STYLE: Remove superfluous return statements at the end of void<br>
&gt;&gt;&gt;functions<br>
&gt;&gt;&gt;      STYLE: Fix miscellaneous KWStyle errors<br>
&gt;&gt;&gt;      ENH: Remove superfluous IMMEDIATE option from CMake CONFIGURE_FILE<br>
&gt;&gt;&gt;      STYLE: Replace Unicode in ITK source with ASCII homoglyphs<br>
&gt;&gt;&gt;      ENH: Use MINC API to free memory allocated by MINC<br>
&gt;&gt;&gt;      PERF: Allow delete of NULL pointers<br>
&gt;&gt;&gt;      PERF: Refactor some deletion code<br>
&gt;&gt;&gt;      ENH: Refactor KWStyle testing<br>
&gt;&gt;&gt;      COMP: Make find_package usage compatible with &lt; CMake-2.8.8<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; C Cagatay Bilgin (1):<br>
&gt;&gt;&gt;      DOC: Modify ShapeLabelObject comments.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Cyrille Faucheux (1):<br>
&gt;&gt;&gt;      BUG: Fix support for RLE-compressed &amp; upper-left BMP.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Dirk Padfield (2):<br>
&gt;&gt;&gt;      BUG: ConstPointer assigned to non-const raw pointer<br>
&gt;&gt;&gt;      ENH: Otsu code replaced with OtsuMultiple call<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Gordon Kindlmann (1):<br>
&gt;&gt;&gt;      BUG: airOneLinify() infinite loop, synch w/ Teem for its 1.11.1<br>
&gt;&gt;&gt;release<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Irina Vidal-Migallon (3):<br>
&gt;&gt;&gt;      ENH: Remote module: GPU and CPU Smoothing recursive YVV Gaussian<br>
&gt;&gt;&gt;Filter<br>
&gt;&gt;&gt;      ENH: Remote module: GPU and CPU Smoothing recursive YVV Gaussian<br>
&gt;&gt;&gt;Filter<br>
&gt;&gt;&gt;      ENH: YVV remote module - Add EXCLUDE_FROM_ALL option to itk_module.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Jim Miller (2):<br>
&gt;&gt;&gt;      BUG: GDCMImageIO ignore image orienations from MetaDataDictionary<br>
&gt;&gt;&gt;      BUG: Two tests were writing to same filename.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Jonathan Guinet (1):<br>
&gt;&gt;&gt;      BUG: {Opening,Closing}ByReconstructionImageFilter information<br>
&gt;&gt;&gt;propagation<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Kent Williams (2):<br>
&gt;&gt;&gt;      BUG: Guard against Divide by Zero<br>
&gt;&gt;&gt;      BUG: Row/Column assignment into ImageDimensions was wrong<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Kishore Mosaliganti (6):<br>
&gt;&gt;&gt;      ENH: Allow visualization of initial level-set<br>
&gt;&gt;&gt;      ENH: Add Set/GetNumberOfThreads for evolution<br>
&gt;&gt;&gt;      ENH: New binary mask term with test<br>
&gt;&gt;&gt;      ENH: Set/Get number of threads for Whitaker evolution class<br>
&gt;&gt;&gt;      BUG: Non-square images mesh not specified correctly<br>
&gt;&gt;&gt;      ENH: Set the scaling factor of the level-set function<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Luis Ibanez (4):<br>
&gt;&gt;&gt;      STYLE: Fixed miscelaneous style errors.<br>
&gt;&gt;&gt;      DOC: Removed Doxygen \example tags for Tests.<br>
&gt;&gt;&gt;      COMP: Fix warnings in matrix division by scalar.<br>
&gt;&gt;&gt;      COMP: Attempt to fix warning about \param.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Mark Hiner (1):<br>
&gt;&gt;&gt;      STYLE: update SCIFIO module name<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Matthew McCormick (23):<br>
&gt;&gt;&gt;      BUG: Add missing ITKOpenJPEG dependency for ITKReview Module.<br>
&gt;&gt;&gt;      COMP: ITKOpenJPEG EXCLUDE_FROM_ALL.<br>
&gt;&gt;&gt;      COMP: Fix invalid Doxygen LaTeX formula.<br>
&gt;&gt;&gt;      BUG: Fix Module_Review enable with a single configure.<br>
&gt;&gt;&gt;      COMP: Wrap cost functions for templated precision.<br>
&gt;&gt;&gt;      BUG: Fix Module_Review enable with a single configure.<br>
&gt;&gt;&gt;      DOC: Fix GradientDescentOptimizer doc grammar.<br>
&gt;&gt;&gt;      BUG: Using consistent naming for Transform template name change.<br>
&gt;&gt;&gt;      BUG: Remove unused QUASI_NEWTON_STEP_ERROR.<br>
&gt;&gt;&gt;      COMP: Do not try to include float.h for MinGW.<br>
&gt;&gt;&gt;      STYLE: TScalarType -&gt; TScalar<br>
&gt;&gt;&gt;      COMP: Fix NIFTI CMake variable separation warning.<br>
&gt;&gt;&gt;      ENH: Use Transform::Clone() in ImageToImageMetric.<br>
&gt;&gt;&gt;      COMP: Remove redundant Typename structs. #3195.<br>
&gt;&gt;&gt;      STYLE: Fix include guard in level set visualization.<br>
&gt;&gt;&gt;      ENH: Use file(COPY .. instead of exec_process.<br>
&gt;&gt;&gt;      COMP: Fix transform wrapping errors with ITK_WRAP_double OFF.<br>
&gt;&gt;&gt;      DOC: Fix spelling errors in FourierDescriptors1.cxx.<br>
&gt;&gt;&gt;      BUG: Fix ITK_USE_REVIEW compatibility set syntax.<br>
&gt;&gt;&gt;      COMP: Avoid MetaIO config conflict with USE_SYSTEM_GDCM.<br>
&gt;&gt;&gt;      BUG: itkSingleLevelSetsv4WhitakerImage2DTest output clobber.<br>
&gt;&gt;&gt;      ENH: Test conversion writing float transform with templateless<br>
&gt;&gt;&gt;writer.<br>
&gt;&gt;&gt;      BUG: BMPImageIO buffer size computation.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Nick Tustison (1):<br>
&gt;&gt;&gt;      ENH:  Added B-spline registration test.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Sean McBride (1):<br>
&gt;&gt;&gt;      COMP: Fixed compiler error in C++11<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Sureerat Reaungamornrat (1):<br>
&gt;&gt;&gt;      ENH: Make SetFixedImageRegion a virtual function<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Taylor Braun-Jones (1):<br>
&gt;&gt;&gt;      COMP: Remove unused TransformFileWriter::m_Precision ivar<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Xiaoxiao Liu (11):<br>
&gt;&gt;&gt;      COMP: Relax tolerance for a regression test.<br>
&gt;&gt;&gt;      ENH: Exclude ITKGDCM module when system GDCM is ON.<br>
&gt;&gt;&gt;      BUG: Exclude ITKReview when ITK_USE_REVIEW if off.<br>
&gt;&gt;&gt;      BUG: A fix for using sys installed GDCM.<br>
&gt;&gt;&gt;      BUG: ITK_USE_Review did not turn Review module ON.<br>
&gt;&gt;&gt;      ENH: Simplify the steps to build remote modules.<br>
&gt;&gt;&gt;      ENH: Turn remote module LSTK off by default.<br>
&gt;&gt;&gt;      ENH: Deprecate ITK_USE_REVIEW.<br>
&gt;&gt;&gt;      DOC: Migration guide for ITK_USE_REVIEW deprecation.<br>
&gt;&gt;&gt;      ENH: Remote module names need to be consistent.<br>
&gt;&gt;&gt;      COMP: New baseline image for MultiResImageRegistrationTest.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Planned to include for the bugfix release if they apply cleanly on the<br>
&gt;&gt;&gt; release branch:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Arnaud Gelas:<br>
&gt;&gt;&gt;      BUG: Check that region for thread is not empty<br>
&gt;&gt;&gt;      BUG: Fix failure in InteractivePause test<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Dirk Padfield:<br>
&gt;&gt;&gt;      BUG: ConstPointer assigned to non-const raw pointer<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Jim Miller:<br>
&gt;&gt;&gt;      BUG: GDCMImageIO ignore image orienations from MetaDataDictionary<br>
&gt;&gt;&gt;      BUG: Two tests were writing to same filename.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Jonathan Guinet:<br>
&gt;&gt;&gt;      BUG: {Opening,Closing}ByReconstructionImageFilter information<br>
&gt;&gt;&gt;propagation<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Kent Williams:<br>
&gt;&gt;&gt;      BUG: Guard against Divide by Zero<br>
&gt;&gt;&gt;      BUG: Row/Column assignment into ImageDimensions was wrong<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Matthew McCormick:<br>
&gt;&gt;&gt;      COMP: Do not try to include float.h for MinGW.<br>
&gt;&gt;&gt;      COMP: Remove redundant Typename structs. #3195.<br>
&gt;&gt;&gt;      BUG: itkSingleLevelSetsv4WhitakerImage2DTest output clobber.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Sean McBride:<br>
&gt;&gt;&gt;      COMP: Fixed compiler error in C++11<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Xiaoxiao Liu:<br>
&gt;&gt;&gt;      COMP: Relax tolerance for a regression test.<br>
&gt;&gt;&gt;      ENH: Exclude ITKGDCM module when system GDCM is ON.<br>
&gt;&gt;&gt;      BUG: A fix for using sys installed GDCM.<br>
&gt;&gt;&gt;      COMP: New baseline image for MultiResImageRegistrationTest.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please reply in this thread if the proposed additional patches are not<br>
&gt;&gt;&gt; simple bug fixes that address critical issues or if some patches were<br>
&gt;&gt;&gt; left out.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks,<br>
&gt;&gt;&gt; Matt<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt;&gt; <a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/protraining.php</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt;&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; <a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/listinfo/insight-developers</a><br>
&gt;&gt;<br>
&gt;&gt;_______________________________________________<br>
&gt;&gt;Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt;Visit other Kitware open-source projects at<br>
&gt;&gt;<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt;Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt;<a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/protraining.php</a><br>
&gt;&gt;<br>
&gt;&gt;Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt;<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt;Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;<a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/listinfo/insight-developers</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ________________________________<br>
&gt; Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged.  If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited.  Please reply to the sender that you have received the message in error, then delete it.  Thank you.<br>





&gt; ________________________________<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/listinfo/insight-developers</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div></div></div><span><font color="#888888">-- <br><a href="tel:%2B1%20919%20869%208849" value="+19198698849" target="_blank">+1 919 869 8849</a><br>

</font></span></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><a href="tel:%2B1%20919%20869%208849" value="+19198698849" target="_blank">+1 919 869 8849</a><br>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><a href="tel:%2B1%20919%20869%208849" value="+19198698849" target="_blank">+1 919 869 8849</a><br>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>+1 919 869 8849<br>
</div>