<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Hello All,<br><br>&nbsp; I recently downloaded ITK 3.20 version and configured it with cmake_gui version on windows 7. After generating, I built the ITK solution file. It only created the ITKcommon.idb and .lib files. Previously with itk 3.16 I had also found a ITKCommon.dll along with .lib files.<br><br>I need the .dll. How can I generate this ?&nbsp; Is there a configuration issue in cmake ?&nbsp; or should I manually change the ITKCommon projects settings to "dynamically loaded library" ?<br><br>Please let me know.<br><br>Thank you,<br>Emma<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight:
 bold;">From:</span></b> "insight-users-request@itk.org" &lt;insight-users-request@itk.org&gt;<br><b><span style="font-weight: bold;">To:</span></b> insight-users@itk.org<br><b><span style="font-weight: bold;">Sent:</span></b> Tue, September 7, 2010 9:00:07 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Insight-users Digest, Vol 77, Issue 20<br></font><br>
Send Insight-users mailing list submissions to<br>&nbsp;&nbsp;&nbsp; <a ymailto="mailto:insight-users@itk.org" href="mailto:insight-users@itk.org">insight-users@itk.org</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br><span>&nbsp;&nbsp;&nbsp; <a target="_blank" href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a></span><br>or, via email, send a message with subject or body 'help' to<br>&nbsp;&nbsp;&nbsp; <a ymailto="mailto:insight-users-request@itk.org" href="mailto:insight-users-request@itk.org">insight-users-request@itk.org</a><br><br>You can reach the person managing the list at<br>&nbsp;&nbsp;&nbsp; <a ymailto="mailto:insight-users-owner@itk.org" href="mailto:insight-users-owner@itk.org">insight-users-owner@itk.org</a><br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of Insight-users digest..."<br><br><br>Today's
 Topics:<br><br>&nbsp;  1. ITK Tcon Tuesday 1pm. Agenda Posted. (Luis Ibanez)<br>&nbsp;  2. Registration of Slices (Shekhar Chandra)<br>&nbsp;  3. Re: ITK Tcon Tuesday 1pm. Agenda Posted. (Cory Quammen)<br>&nbsp;  4. Re: ITK Tcon Tuesday 1pm. Agenda Posted. (Luis Ibanez)<br>&nbsp;  5. Re: ITK Tcon Tuesday 1pm. Agenda Posted. (Cory Quammen)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Mon, 6 Sep 2010 21:28:22 -0400<br>From: Luis Ibanez &lt;<a ymailto="mailto:luis.ibanez@kitware.com" href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;<br>Subject: [Insight-users] ITK Tcon Tuesday 1pm. Agenda Posted.<br>To: itk &lt;<a ymailto="mailto:Insight-users@itk.org" href="mailto:Insight-users@itk.org">Insight-users@itk.org</a>&gt;,&nbsp;&nbsp;&nbsp; Insight Developers<br>&nbsp;&nbsp;&nbsp; &lt;<a ymailto="mailto:Insight-developers@itk.org"
 href="mailto:Insight-developers@itk.org">Insight-developers@itk.org</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp; &lt;<a ymailto="mailto:AANLkTikREuWPvfGHdy0j8HnmMcnd2MCLmg4Mure0paVJ@mail.gmail.com" href="mailto:AANLkTikREuWPvfGHdy0j8HnmMcnd2MCLmg4Mure0paVJ@mail.gmail.com">AANLkTikREuWPvfGHdy0j8HnmMcnd2MCLmg4Mure0paVJ@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset="iso-8859-1"<br><br>The Agenda for Tuesday's tcon has been posted at:<br><br><span><a target="_blank" href="http://www.itk.org/Wiki/Agenda%26Status_090710">http://www.itk.org/Wiki/Agenda%26Status_090710</a></span><br><br>Please feel free to add any items of your interest.<br><br><br>&nbsp; &nbsp; Thanks<br><br><br>&nbsp; &nbsp; &nbsp; &nbsp; Luis<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br><span>URL: &lt;<a target="_blank"
 href="http://www.itk.org/pipermail/insight-users/attachments/20100906/f1ffc047/attachment-0001.htm">http://www.itk.org/pipermail/insight-users/attachments/20100906/f1ffc047/attachment-0001.htm</a>&gt;</span><br><br>------------------------------<br><br>Message: 2<br>Date: Tue, 07 Sep 2010 12:36:24 +1000<br>From: Shekhar Chandra &lt;<a ymailto="mailto:Shekhar.Chandra@monash.edu" href="mailto:Shekhar.Chandra@monash.edu">Shekhar.Chandra@monash.edu</a>&gt;<br>Subject: [Insight-users] Registration of Slices<br>To: ITK Users &lt;<a ymailto="mailto:insight-users@itk.org" href="mailto:insight-users@itk.org">insight-users@itk.org</a>&gt;<br>Message-ID: &lt;<a ymailto="mailto:4C85A528.90404@monash.edu" href="mailto:4C85A528.90404@monash.edu">4C85A528.90404@monash.edu</a>&gt;<br>Content-Type: text/plain; charset="iso-8859-1"; Format="flowed"<br><br>&nbsp; Hi Everyone,<br><br>I'm a VTK user who is new to ITK. In my current project I have to <br>register a stack or
 series of Micro CT images, which will be used to <br>reconstruct some biological samples.<br><br>Via ITK I have worked out how to load the series (using the ImageSeries <br>class, Multi-page TIFFs or MRC files). Traverse and filter (if <br>necessary) the slices (using ImageSliceConstIteratorWithIndex and <br>JoinSeriesImageFilter, as well as the itkSliceBySliceImageFilter). I put <br>some of this on my blog for reference for those that are interested.<br><span>&lt;<a target="_blank" href="http://l3mmings.blogspot.com/2010/08/slices-stacks-and-itk.html">http://l3mmings.blogspot.com/2010/08/slices-stacks-and-itk.html</a>&gt;</span><br><br>The problem I have is that registering the slices give me barely <br>adequate results. I went about it by using the Multi-res example and <br>Software Guide.<br><br>I make the first slice the fixed image and treat the next slice as the <br>moving image. I transform/resample the moving image after registering it <br>and
 make it the next fixed image. The next slice is then the moving <br>image. I realise that the error in registration propagates using this <br>method. Is this the best way to register slices?<br><br>On one post, it was suggested that one could use a sliding window (e.g. <br>register slice before and after with fixed slice), but it was not <br>mentioned how to do this. Has someone solved this problem or encountered it?<br><br>I know the parameters for registration are data dependent and have to be <br>found. But when exploring a metric with a slice (as per Exploring a <br>Metric example), it takes a while to compute even for -50 to 50 pixel <br>translations for small images (300x300, few minutes for MeanSquares on a <br>Core2duo with Optimised Registration methods). Is this normal?<br><br>Finally, what is the best way to do very coarse alignment in ITK? Center <br>of Gravity sounds good, but it has rotations (because of the <br>CenteredRigid2DTransform)
 and I do not need rotations.<br><br>Searching the web has not yielded any further help. Any suggestion or <br>advice would be greatly appreciated.<br><br>Cheers<br>Shakes<br>-------------- next part --------------<br>A non-text attachment was scrubbed...<br>Name: Shekhar_Chandra.vcf<br>Type: text/x-vcard<br>Size: 202 bytes<br>Desc: not available<br><span>URL: &lt;<a target="_blank" href="http://www.itk.org/pipermail/insight-users/attachments/20100907/a28a51d4/attachment-0001.vcf">http://www.itk.org/pipermail/insight-users/attachments/20100907/a28a51d4/attachment-0001.vcf</a>&gt;</span><br><br>------------------------------<br><br>Message: 3<br>Date: Tue, 7 Sep 2010 09:53:50 -0400<br>From: Cory Quammen &lt;<a ymailto="mailto:cquammen@cs.unc.edu" href="mailto:cquammen@cs.unc.edu">cquammen@cs.unc.edu</a>&gt;<br>Subject: Re: [Insight-users] ITK Tcon Tuesday 1pm. Agenda Posted.<br>To: Luis Ibanez &lt;<a ymailto="mailto:luis.ibanez@kitware.com"
 href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;<br>Cc: itk &lt;<a ymailto="mailto:Insight-users@itk.org" href="mailto:Insight-users@itk.org">Insight-users@itk.org</a>&gt;,&nbsp;&nbsp;&nbsp; Insight Developers<br>&nbsp;&nbsp;&nbsp; &lt;<a ymailto="mailto:Insight-developers@itk.org" href="mailto:Insight-developers@itk.org">Insight-developers@itk.org</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp; &lt;AANLkTik1cZjvCgfs800B=<a ymailto="mailto:itP15pumMYCSyhgcWiTFm2Y@mail.gmail.com" href="mailto:itP15pumMYCSyhgcWiTFm2Y@mail.gmail.com">itP15pumMYCSyhgcWiTFm2Y@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1<br><br>Hi Luis,<br><br>I thought the ITK telecons were moved to 11am. Is that not the case?<br><br>Thanks,<br>Cory<br><br>On Mon, Sep 6, 2010 at 9:28 PM, Luis Ibanez &lt;<a ymailto="mailto:luis.ibanez@kitware.com" href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt; wrote:<br>&gt;<br>&gt; The Agenda
 for Tuesday's tcon has been posted at:<br>&gt;<br>&gt; <a href="http://www.itk.org/Wiki/Agenda%26Status_090710" target="_blank">http://www.itk.org/Wiki/Agenda%26Status_090710</a><br>&gt;<br>&gt; Please feel free to add any items of your interest.<br>&gt;<br>&gt;<br>&gt; ??? Thanks<br>&gt;<br>&gt;<br>&gt; ??????? Luis<br>&gt;<br>&gt;<br>&gt;<br>&gt; _____________________________________<br>&gt; Powered by <a target="_blank" href="http://www.kitware.com">www.kitware.com</a><br>&gt;<br>&gt; Visit other Kitware open-source projects at<br><span>&gt; <a target="_blank" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a></span><br>&gt;<br>&gt; Kitware offers ITK Training Courses, for more information visit:<br><span>&gt; <a target="_blank" href="http://www.kitware.com/products/protraining.html">http://www.kitware.com/products/protraining.html</a></span><br>&gt;<br>&gt; Please keep messages on-topic and
 check the ITK FAQ at:<br><span>&gt; <a target="_blank" href="http://www.itk.org/Wiki/ITK_FAQ">http://www.itk.org/Wiki/ITK_FAQ</a></span><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><br><br>------------------------------<br><br>Message: 4<br>Date: Tue, 7 Sep 2010 09:57:09 -0400<br>From: Luis Ibanez &lt;<a ymailto="mailto:luis.ibanez@kitware.com" href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;<br>Subject: Re: [Insight-users] ITK Tcon Tuesday 1pm. Agenda Posted.<br>To: Cory Quammen &lt;<a ymailto="mailto:cquammen@cs.unc.edu" href="mailto:cquammen@cs.unc.edu">cquammen@cs.unc.edu</a>&gt;, Jim Miller &lt;<a ymailto="mailto:millerjv@ge.com" href="mailto:millerjv@ge.com">millerjv@ge.com</a>&gt;<br>Cc: itk &lt;<a ymailto="mailto:Insight-users@itk.org"
 href="mailto:Insight-users@itk.org">Insight-users@itk.org</a>&gt;,&nbsp;&nbsp;&nbsp; Insight Developers<br>&nbsp;&nbsp;&nbsp; &lt;<a ymailto="mailto:Insight-developers@itk.org" href="mailto:Insight-developers@itk.org">Insight-developers@itk.org</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp; &lt;AANLkTimBCCaVy1grZB+<a ymailto="mailto:8Vs8T_XunO43Ui0mOEZk8QWm7@mail.gmail.com" href="mailto:8Vs8T_XunO43Ui0mOEZk8QWm7@mail.gmail.com">8Vs8T_XunO43Ui0mOEZk8QWm7@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset="iso-8859-1"<br><br>Hi Jim,<br><br>Could you please clarify if the tcon will be held<br>at 11am EST, or at 1pm EST ?<br><br><br>&nbsp; &nbsp; Thanks<br><br><br>&nbsp; &nbsp; &nbsp; &nbsp;  Luis<br><br><br>--------------------------------------------------------------------------------------<br>On Tue, Sep 7, 2010 at 9:53 AM, Cory Quammen &lt;<a ymailto="mailto:cquammen@cs.unc.edu" href="mailto:cquammen@cs.unc.edu">cquammen@cs.unc.edu</a>&gt;
 wrote:<br><br>&gt; Hi Luis,<br>&gt;<br>&gt; I thought the ITK telecons were moved to 11am. Is that not the case?<br>&gt;<br>&gt; Thanks,<br>&gt; Cory<br>&gt;<br>&gt; On Mon, Sep 6, 2010 at 9:28 PM, Luis Ibanez &lt;<a ymailto="mailto:luis.ibanez@kitware.com" href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;<br>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; The Agenda for Tuesday's tcon has been posted at:<br>&gt; &gt;<br>&gt; &gt; <a href="http://www.itk.org/Wiki/Agenda%26Status_090710" target="_blank">http://www.itk.org/Wiki/Agenda%26Status_090710</a><br>&gt; &gt;<br>&gt; &gt; Please feel free to add any items of your interest.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&nbsp; &nbsp;  Thanks<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;&nbsp; &nbsp; &nbsp; &nbsp;  Luis<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _____________________________________<br><span>&gt; &gt; Powered by <a target="_blank"
 href="http://www.kitware.com">www.kitware.com</a></span><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://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</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-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>&gt; &gt;<br>&gt; &gt;<br>&gt;<br>-------------- next part
 --------------<br>An HTML attachment was scrubbed...<br><span>URL: &lt;<a target="_blank" href="http://www.itk.org/pipermail/insight-users/attachments/20100907/8bca716f/attachment-0001.htm">http://www.itk.org/pipermail/insight-users/attachments/20100907/8bca716f/attachment-0001.htm</a>&gt;</span><br><br>------------------------------<br><br>Message: 5<br>Date: Tue, 7 Sep 2010 10:12:57 -0400<br>From: Cory Quammen &lt;<a ymailto="mailto:cquammen@cs.unc.edu" href="mailto:cquammen@cs.unc.edu">cquammen@cs.unc.edu</a>&gt;<br>Subject: Re: [Insight-users] ITK Tcon Tuesday 1pm. Agenda Posted.<br>To: Jim Miller &lt;<a ymailto="mailto:millerjv@ge.com" href="mailto:millerjv@ge.com">millerjv@ge.com</a>&gt;<br>Cc: itk &lt;<a ymailto="mailto:Insight-users@itk.org" href="mailto:Insight-users@itk.org">Insight-users@itk.org</a>&gt;,&nbsp;&nbsp;&nbsp; Insight Developers<br>&nbsp;&nbsp;&nbsp; &lt;<a ymailto="mailto:Insight-developers@itk.org"
 href="mailto:Insight-developers@itk.org">Insight-developers@itk.org</a>&gt;,&nbsp;&nbsp;&nbsp; Luis Ibanez &lt;<a ymailto="mailto:luis.ibanez@kitware.com" href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp; &lt;AANLkTikkWtVTiwiVX2Ne_vCQs6LZuvSL2NYTcp=<a ymailto="mailto:wzjL2@mail.gmail.com" href="mailto:wzjL2@mail.gmail.com">wzjL2@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1<br><br>Jim, thanks for clarifying. Sorry if I caused any confusion!<br><br>Cory<br><br>On Tue, Sep 7, 2010 at 10:05 AM, Jim Miller &lt;<a ymailto="mailto:millerjv@ge.com" href="mailto:millerjv@ge.com">millerjv@ge.com</a>&gt; wrote:<br>&gt; The tcon is still being held at 1pm.<br>&gt; Jim<br>&gt; On Sep 7, 2010, at 9:57 AM, Luis Ibanez wrote:<br>&gt;<br>&gt; Hi Jim,<br>&gt;<br>&gt; Could you please clarify if the tcon will be held<br>&gt; at 11am EST, or at 1pm EST ?<br>&gt;<br>&gt;<br>&gt; ???
 Thanks<br>&gt;<br>&gt;<br>&gt; ???????? Luis<br>&gt;<br>&gt;<br>&gt; --------------------------------------------------------------------------------------<br>&gt; On Tue, Sep 7, 2010 at 9:53 AM, Cory Quammen &lt;<a ymailto="mailto:cquammen@cs.unc.edu" href="mailto:cquammen@cs.unc.edu">cquammen@cs.unc.edu</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; Hi Luis,<br>&gt;&gt;<br>&gt;&gt; I thought the ITK telecons were moved to 11am. Is that not the case?<br>&gt;&gt;<br>&gt;&gt; Thanks,<br>&gt;&gt; Cory<br>&gt;&gt;<br>&gt;&gt; On Mon, Sep 6, 2010 at 9:28 PM, Luis Ibanez &lt;<a ymailto="mailto:luis.ibanez@kitware.com" href="mailto:luis.ibanez@kitware.com">luis.ibanez@kitware.com</a>&gt;<br>&gt;&gt; wrote:<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; The Agenda for Tuesday's tcon has been posted at:<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; <a href="http://www.itk.org/Wiki/Agenda%26Status_090710" target="_blank">http://www.itk.org/Wiki/Agenda%26Status_090710</a><br>&gt;&gt;
 &gt;<br>&gt;&gt; &gt; Please feel free to add any items of your interest.<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; ??? Thanks<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; ??????? Luis<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; _____________________________________<br><span>&gt;&gt; &gt; Powered by <a target="_blank" href="http://www.kitware.com">www.kitware.com</a></span><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://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</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-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;<br>&gt;<br>&gt; Jim Miller<br>&gt; Senior Scientist<br>&gt; GE Research<br>&gt; Interventional and Therapy<br>&gt; GE imagination at work<br>&gt;<br><br><br>------------------------------<br><br>_______________________________________________<br>Insight-users mailing list<br><a ymailto="mailto:Insight-users@itk.org" href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br><a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br><br><br>End of Insight-users Digest, Vol 77, Issue
 20<br>*********************************************<br></div></div></div><br>

      </body></html>