<div dir="ltr">Hi ,<div><br></div><div style>Im in putting two 3D float volumes and change the pixel and dimensions accordingly.</div><div style><br></div><div style>I may be a little confused here, is the RescaledOutputImage the 2D histogram or the image itself, when I use</div>
<div style><br></div><div style> typedef itk::Image&lt; unsigned char, 3 &gt; RescaledOutputImageType;<br></div><div style><br></div><div style>Things seem to work?</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Dec 3, 2013 at 8:43 PM, Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What is your input data?<br>
<br>
<br>
On Tue, Dec 3, 2013 at 12:47 PM, Emma Saunders<br>
<div class="HOEnZb"><div class="h5">&lt;<a href="mailto:emmasaunders123@gmail.com">emmasaunders123@gmail.com</a>&gt; wrote:<br>
&gt; Hi Bill,<br>
&gt;<br>
&gt; That works great for the 2D example,  I would like to use for 3D so change<br>
&gt; Dimension to 2 but keep  typedef itk::Image&lt; unsigned char, 2 &gt;<br>
&gt; RescaledOutputImageType, as dimension 2.<br>
&gt;<br>
&gt; The histograms are still being written but for the very first one I get an<br>
&gt; error<br>
&gt;<br>
&gt; Exception thrown<br>
&gt; itk::ExceptionObject (0x7f9c88014c90)<br>
&gt; Location: &quot;void<br>
&gt; itk::ImageBase&lt;VImageDimension&gt;::ComputeIndexToPhysicalPointMatrices() [with<br>
&gt; unsigned int VImageDimension = 2u]&quot;<br>
&gt; File:<br>
&gt; /vol/ITKVTKsrc/ITKLatestRelease/ITKLatestReleaseb/ITK/Modules/Core/Common/include/itkImageBase.hxx<br>
&gt; Line: 189<br>
&gt; Description: itk::ERROR: Image(0x7f9c8800b1f0): A spacing of 0 is not<br>
&gt; allowed: Spacing is [0, 0.0380726]<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Any ideas.<br>
&gt;<br>
&gt; Thanks<br>
&gt;<br>
&gt; Emma<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Dec 3, 2013 at 4:35 PM, Bill Lorensen &lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Emma,<br>
&gt;&gt;<br>
&gt;&gt; Try this patch:<br>
&gt;&gt; <a href="http://review.source.kitware.com/#/c/13671/" target="_blank">http://review.source.kitware.com/#/c/13671/</a><br>
&gt;&gt;<br>
&gt;&gt; BTW, please keep the list posted in your replies.<br>
&gt;&gt;<br>
&gt;&gt; Bill<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Dec 3, 2013 at 10:53 AM, Bill Lorensen &lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; Emma,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I have found the problems with that example. I am in the process of<br>
&gt;&gt; &gt; repairing it. Once I have it fixed, I&#39;ll send to a link to the gerrit<br>
&gt;&gt; &gt; patch.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Bill<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Tue, Dec 3, 2013 at 10:48 AM, Emma Saunders<br>
&gt;&gt; &gt; &lt;<a href="mailto:emmasaunders123@gmail.com">emmasaunders123@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt; Hi Bill<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I am using  ITKv4 which was updated from the git repository a couple of<br>
&gt;&gt; &gt;&gt; months back, not sure how to find out which specific sub version I am<br>
&gt;&gt; &gt;&gt; using,<br>
&gt;&gt; &gt;&gt; if this helps?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Thanks<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Emma<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On Tue, Dec 3, 2013 at 3:01 PM, Bill Lorensen &lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Emma,<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; What version of ITK are you using?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Bill<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On Tue, Dec 3, 2013 at 6:48 AM, Emma Saunders<br>
&gt;&gt; &gt;&gt;&gt; &lt;<a href="mailto:emmasaunders123@gmail.com">emmasaunders123@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt; Hi all Im recieving errors when running<br>
&gt;&gt; &gt;&gt;&gt; &gt; ImageRegistrationHistogramPlotter.cxx.<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; I am using the examples as indicated in the ITK software guide yet<br>
&gt;&gt; &gt;&gt;&gt; &gt; receive<br>
&gt;&gt; &gt;&gt;&gt; &gt; the errors of<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;  &quot;A spacing of 0 is not allowed:&quot;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; when writing the joint histogram prior to and after registration,<br>
&gt;&gt; &gt;&gt;&gt; &gt; also<br>
&gt;&gt; &gt;&gt;&gt; &gt; the<br>
&gt;&gt; &gt;&gt;&gt; &gt; joint histogram after every iteration appears to be the same for<br>
&gt;&gt; &gt;&gt;&gt; &gt; each<br>
&gt;&gt; &gt;&gt;&gt; &gt; iteration of the image.<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Does anyone else have a working example they are willing to share.<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Thanks<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Emma<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; _____________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&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;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt; &gt;&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;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt; Community mailing list<br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="mailto:Community@itk.org">Community@itk.org</a><br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; --<br>
&gt;&gt; &gt;&gt;&gt; Unpaid intern in BillsBasement at noware dot com<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Unpaid intern in BillsBasement at noware dot com<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Unpaid intern in BillsBasement at noware dot com<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
</div></div></blockquote></div><br></div>