<div><br></div><div>Hi Luis,</div><div><br></div><div>Thank you for looking at this.  There&#39;s no secrets to hide in my code and I&#39;m glad it compiles on another system ;-).</div><div><br></div><div>In the download .tgz file, there are tiff files in:</div>
<div>testResize/w1/bw/section*_w1.tif</div><div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><a href="ftp://anonymous" target="_blank" style="color: rgb(51, 51, 204); ">ftp://anonymous</a>@<a href="http://ftp.buckinstitute.org/dweber/testResize.tgz" target="_blank" style="color: rgb(51, 51, 204); ">ftp.buckinstitute.org/dweber/testResize.tgz</a></span></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br>
</span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><span class="Apple-style-span" style="border-collapse: separate; font-family: arial; ">I have ITK 3.16.0 through MacPorts.  There might have been some changes in the dylib links.  So I did a full MacPorts update/upgrade and then re-built and installed ITK.  I still get some bugs with these tiff files.  They were created using ImageMagick convert from the .png files (using no options to convert).  The port system reports the following install for ImageMagick</span></span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><br></font></div><div><font class="Apple-style-span" face="arial, sans-serif">ImageMagick @6.5.9-0_0+q16 (active)</font></div><div><font class="Apple-style-span" face="arial, sans-serif"><br>
</font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse; "><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Take care,</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Darren</span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br>
</span></font></div><div><br></div><br><br><div class="gmail_quote">On Mon, Feb 15, 2010 at 2:23 PM, Luis Ibanez <span dir="ltr">&lt;<a href="mailto:luis.ibanez@kitware.com">luis.ibanez@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;">Hi Darren,<br>
<br>
Thanks for posting the full source code.<br>
<br>
I manage to build it (after installing Boost), and got to the point<br>
where I needed one of the original TIFF images in order to<br>
test the code. Can you post one ?<br>
<br>
Looking at the source code, the only thing that I found suspicious<br>
is the use of NumericTraits::max() in the definition of the default<br>
pixel value for the resampler.<br>
<br>
These intensity rescaling shouldn&#39;t be happening with the<br>
classes that you are using.<br>
<br>
There may be something particular about your input TIFF<br>
images....<br>
<br>
<br>
      Regards,<br>
<br>
<br>
            Luis<br>
<br>
<br>
---------------------------------------------------------------------------------------------<br>
<div><div></div><div class="h5">On Fri, Feb 12, 2010 at 5:19 PM, Darren Weber<br>
&lt;<a href="mailto:darren.weber.lists@gmail.com">darren.weber.lists@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi,<br>
&gt; A program that was working with ITK 3.14 is not working with 3.16 (on OSX).<br>
&gt;  It&#39;s a mystery to me.<br>
&gt; The program takes a list of image files (regex input), scans them all for<br>
&gt; the largest image dimensions (2D), then &quot;converts&quot; or resamples all the<br>
&gt; images in the series into the same dimensions.<br>
&gt; The conversion process involves an information filter and a reslicer.  The<br>
&gt; latter includes an affine transform (just a translation to center the<br>
&gt; images) and an interpolator.<br>
&gt; The outputs fail to replicate the intensity scale of the inputs.  Also, the<br>
&gt; outputs are wildly different for .png and .tif inputs.<br>
&gt; All the code and example files are available for download (as of Feb 2010)<br>
&gt; <a href="ftp://anonymous" target="_blank">ftp://anonymous</a>@<a href="http://ftp.buckinstitute.org/dweber/testResize.tgz" target="_blank">ftp.buckinstitute.org/dweber/testResize.tgz</a><br>
&gt; In that archive, the source code and a build are in testResizeCode, the<br>
&gt; input data files are in testResize/w1/bw/ and the outputs are in<br>
&gt; testResize/w1/bw_resize.  There is a script, testResize.bash, to run the<br>
&gt; example - it has a variable for image type (png or tif).  The output files<br>
&gt; are wildly different for the png and tif inputs.<br>
&gt; BTW, the purpose of this image resize process is to provide a series of<br>
&gt; images with the same dimensions for registration.  Is it true that a<br>
&gt; registration process for any two images must have images of the same<br>
&gt; dimensions?<br>
&gt; Take care,<br>
&gt; Darren<br>
&gt;<br>
</div></div>&gt; _____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br>