<html><head><meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><style>body { line-height: 1.5; }blockquote { margin-top: 0px; margin-bottom: 0px; margin-left: 0.5em; }body { font-size: 10.5pt; font-family: 'Segoe UI'; color: rgb(0, 0, 0); line-height: 1.5; }</style></head><body>
<div><span></span>Hi itk experts,</div><div><br></div><div>I need to reduce the size of a 3d ct volume from original [512,512,64] to [256,256,12].</div><div>i was trying to apply a simple ExtractimageFilter with Index [128,128,0] and size [128,128,12],and it keeps showing me the exception " Extraction Region not consistent with Output image"?</div><div><br></div><div>I checked my input 3d image volume is corret , but what is the problem with the exception?</div><div><br></div><div>Thank you !</div>
<div><br></div><hr style="width: 210px; height: 1px;" color="#b5c4df" size="1" align="left">
<div><span><div style="MARGIN: 10px; FONT-FAMILY: verdana; FONT-SIZE: 10pt"><div>weiehome@sina.com</div></div></span></div>
<blockquote style="margin-top: 0px; margin-bottom: 0px; margin-left: 0.5em;"><div> </div><div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm"><div style="PADDING-RIGHT: 8px; PADDING-LEFT: 8px; FONT-SIZE: 12px;FONT-FAMILY:tahoma;COLOR:#000000; BACKGROUND: #efefef; PADDING-BOTTOM: 8px; PADDING-TOP: 8px"><div><b>From:</b> <a href="mailto:community-request@itk.org">community-request</a></div><div><b>Date:</b> 2016-05-24 10:09</div><div><b>To:</b> <a href="mailto:community@itk.org">community</a></div><div><b>Subject:</b> Community Digest, Vol 32, Issue 52</div></div></div><div><div> </div>
<div>Send Community mailing list submissions to</div>
<div>     community@itk.org</div>
<div> </div>
<div>To subscribe or unsubscribe via the World Wide Web, visit</div>
<div>     http://public.kitware.com/mailman/listinfo/community</div>
<div>or, via email, send a message with subject or body 'help' to</div>
<div>     community-request@itk.org</div>
<div> </div>
<div>You can reach the person managing the list at</div>
<div>     community-owner@itk.org</div>
<div> </div>
<div>When replying, please edit your Subject line so it is more specific</div>
<div>than "Re: Contents of Community digest..."</div>
<div> </div>
<div> </div>
<div>Today's Topics:</div>
<div> </div>
<div>   1. Re: [ITK-dev] installed ITK cannot be moved due to absolute</div>
<div>      path (Matt McCormick)</div>
<div>   2. Re: [ITK-users] cannot save transform to file: Can't Create</div>
<div>      IO    object (Sebastian Ordas)</div>
<div>   3. Re: [ITK-users] reading 3D temporal MRA dicom: miss ordered</div>
<div>      (ebasafa)</div>
<div>   4. [ITK-users] suppressing print statements when using Python</div>
<div>      wrappers (Harnish, Roy)</div>
<div> </div>
<div> </div>
<div>----------------------------------------------------------------------</div>
<div> </div>
<div>Message: 1</div>
<div>Date: Mon, 23 May 2016 19:21:39 -0400</div>
<div>From: Matt McCormick <matt.mccormick@kitware.com></div>
<div>To: Rashad Kanavath <mohammedrashadkm@gmail.com></div>
<div>Cc: ITK <insight-developers@itk.org></div>
<div>Subject: Re: [ITK] [ITK-dev] installed ITK cannot be moved due to</div>
<div>     absolute        path</div>
<div>Message-ID:</div>
<div>     <CALzTN-Q-Q9Ho4fmG99B4RUSwrpYCiihA3fiD_7WpKe5Kt24gtg@mail.gmail.com></div>
<div>Content-Type: text/plain; charset="utf-8"</div>
<div> </div>
<div>Hi Rashad,</div>
<div> </div>
<div>It looks like MXE is configured to use system versions of EXPAT, HDF5,</div>
<div>JPEG, PNG, TIFF, and ZLIB:</div>
<div> </div>
<div>  https://github.com/mxe/mxe/blob/4135f9b1227ba56b92ceb8a982016370ad5c8894/src/itk.mk#L28-L33</div>
<div> </div>
<div>USE_SYSTEM could be disabled for these libraries.</div>
<div> </div>
<div>Or, it may be possible for the module system to learn relative</div>
<div>locations of these libraries with ITK_USE_SYSTEM*. But, it would work</div>
<div>best if these projects were configured with CMake, create a</div>
<div><project>Config.cmake or <project>-config.cmake file, and use relative</div>
<div>paths internally.</div>
<div> </div>
<div>HTH,</div>
<div>Matt</div>
<div> </div>
<div>On Tue, May 10, 2016 at 5:25 PM, Rashad Kanavath</div>
<div><mohammedrashadkm@gmail.com> wrote:</div>
<div>></div>
<div>></div>
<div>> On Tue, May 10, 2016 at 10:50 PM, D?enan Zuki? <dzenanz@gmail.com> wrote:</div>
<div>>></div>
<div>>> Hi Rashad,</div>
<div>>></div>
<div>>> a few months ago relative paths were completely removed from CMake,</div>
<div>>> because they were never fully implemented. Have you followed recommendations</div>
<div>>> from here for cross-compiling?</div>
<div>></div>
<div>></div>
<div>> Yes. indeed. I had updated the mxe/src/itk.mk for several versions of ITK!</div>
<div>></div>
<div>> Regarding relative path in cmake, I don't understand.  I didn't use cmake</div>
<div>> specific REL_PATH.</div>
<div>>></div>
<div>>></div>
<div>>> As for integrating your changes into ITK, you should submit a patch</div>
<div>>> following the instructions here. If your changes don't break anything, they</div>
<div>>> are likely to be integrated.</div>
<div>></div>
<div>></div>
<div>> issue here is a bit different. For all libitk* stuff the story ends well.</div>
<div>> For thirdparties, zlib, expat etc.. it is good idea to put the full path</div>
<div>> because we don't know if they are in same install directory as ITK or not.</div>
<div>> But this make the installed cmake modules non-portable even to a different</div>
<div>> location on the same disk.</div>
<div>></div>
<div>> Now if anyone want to provide a distributable setup of ITK. patch the</div>
<div>> generated cmake files with sed and then copy it. This is what I am doing</div>
<div>> right now!</div>
<div>> A simple not perfect solution is to have all thirdparties make</div>
<div>> <LIBRARY>_PREFIX variable inside the ITKConfig.cmake</div>
<div>></div>
<div>> and for each library we use <LIBRARY>_PREFIX/include and</div>
<div>> <LIBRARY>_PREFIX/lib</div>
<div>></div>
<div>></div>
<div>> Another option is to avoid full path directly inside cmake module files and</div>
<div>> put find_package() calls in the install tree.</div>
<div>></div>
<div>> As these files are autogenerated by cmake, don't know what is possible.</div>
<div>></div>
<div>></div>
<div>></div>
<div>></div>
<div>></div>
<div>>></div>
<div>>> Regards,</div>
<div>>> D?enan</div>
<div>>></div>
<div>>> On Mon, May 9, 2016 at 4:27 PM, Rashad Kanavath</div>
<div>>> <mohammedrashadkm@gmail.com> wrote:</div>
<div>>>></div>
<div>>>> Hello all,</div>
<div>>>></div>
<div>>>> I have some issue when copying ITK install directory to a different</div>
<div>>>> system. I agree this is not usual and may not appear on a linux distro or</div>
<div>>>> windows.</div>
<div>>>></div>
<div>>>> My requirement is bit different. I cross-compile ITK and then use the</div>
<div>>>> binaries on Windows. Using dll and headers are fine. But the installed cmake</div>
<div>>>> files are a problem. They have absolute path in ITK-4.8/Modules/*.cmake</div>
<div>>>> files. It is not in all .cmake files even though I put a wildcard there..</div>
<div>>>></div>
<div>>>> For a easy and quick workaround. I rely on mighty sed command to insert</div>
<div>>>> something into installed cmake file.</div>
<div>>>></div>
<div>>>> For example see this;</div>
<div>>>> lib/cmake/ITK-4.8/ITKTargets-release.cmake</div>
<div>>>></div>
<div>>>> set(CMAKE_IMPORT_FILE_VERSION 1)</div>
<div>>>> set(LIB_INSTALL_PREFIX)</div>
<div>>>> get_filename_component(CURRENT_FILE_DIR "${CMAKE_CURRENT_LIST_FILE}"</div>
<div>>>> PATH)</div>
<div>>>> get_filename_component(LIB_INSTALL_PREFIX "${CURRENT_FILE_DIR}" PATH)</div>
<div>>>> get_filename_component(LIB_INSTALL_PREFIX "${LIB_INSTALL_PREFIX}" PATH)</div>
<div>>>> get_filename_component(LIB_INSTALL_PREFIX "${LIB_INSTALL_PREFIX}" PATH)</div>
<div>>>></div>
<div>>>> and at last:</div>
<div>>>></div>
<div>>>> $(SED) -i 's,$(PREFIX)/$(TARGET),\${LIB_INSTALL_PREFIX},g'</div>
<div>>>> 'lib/cmake/ITK-$(ITK_VER)/ITKTargets-release.cmake'</div>
<div>>>></div>
<div>>>> I would like to have this patch inside the other .cmake files in the</div>
<div>>>> installation and avoid the sed commands during post-installation</div>
<div>>>></div>
<div>>>> Here is the list of cmake files that needs this change.</div>
<div>>>> lib/cmake/ITK-4.8/ITKTargets-release.cmake</div>
<div>>>> lib/cmake/ITK-4.8/Modules/ITKZLIB.cmake</div>
<div>>>> lib/cmake/ITK-4.8/Modules/ITKExpat.cmake</div>
<div>>>> lib/cmake/ITK-4.8/Modules/ITKHDF5.cmake</div>
<div>>>> lib/cmake/ITK-4.8/Modules/ITKJPEG.cmake</div>
<div>>>> lib/cmake/ITK-4.8/Modules/ITKTIFF.cmake</div>
<div>>>> lib/cmake/ITK-4.8/Modules/ITKPNG.cmake</div>
<div>>>></div>
<div>>>> So is it possible to make the change into future version of ITK?</div>
<div>>>></div>
<div>>>> The major issue here is those cmake files are generated by cmake. Is</div>
<div>>>> there a way cmake could use relative path ?</div>
<div>>>></div>
<div>>>></div>
<div>>>> --</div>
<div>>>> Regards,</div>
<div>>>>    Rashad</div>
<div>>>></div>
<div>>>> _______________________________________________</div>
<div>>>> Powered by www.kitware.com</div>
<div>>>></div>
<div>>>> Visit other Kitware open-source projects at</div>
<div>>>> http://www.kitware.com/opensource/opensource.html</div>
<div>>>></div>
<div>>>> Kitware offers ITK Training Courses, for more information visit:</div>
<div>>>> http://kitware.com/products/protraining.php</div>
<div>>>></div>
<div>>>> Please keep messages on-topic and check the ITK FAQ at:</div>
<div>>>> http://www.itk.org/Wiki/ITK_FAQ</div>
<div>>>></div>
<div>>>> Follow this link to subscribe/unsubscribe:</div>
<div>>>> http://public.kitware.com/mailman/listinfo/insight-developers</div>
<div>>>></div>
<div>>></div>
<div>></div>
<div>></div>
<div>></div>
<div>> --</div>
<div>> Regards,</div>
<div>>    Rashad</div>
<div>></div>
<div>> _______________________________________________</div>
<div>> Powered by www.kitware.com</div>
<div>></div>
<div>> Visit other Kitware open-source projects at</div>
<div>> http://www.kitware.com/opensource/opensource.html</div>
<div>></div>
<div>> Kitware offers ITK Training Courses, for more information visit:</div>
<div>> http://kitware.com/products/protraining.php</div>
<div>></div>
<div>> Please keep messages on-topic and check the ITK FAQ at:</div>
<div>> http://www.itk.org/Wiki/ITK_FAQ</div>
<div>></div>
<div>> Follow this link to subscribe/unsubscribe:</div>
<div>> http://public.kitware.com/mailman/listinfo/insight-developers</div>
<div>></div>
<div>_______________________________________________</div>
<div>Powered by www.kitware.com</div>
<div> </div>
<div>Visit other Kitware open-source projects at</div>
<div>http://www.kitware.com/opensource/opensource.html</div>
<div> </div>
<div>Kitware offers ITK Training Courses, for more information visit:</div>
<div>http://kitware.com/products/protraining.php</div>
<div> </div>
<div>Please keep messages on-topic and check the ITK FAQ at:</div>
<div>http://www.itk.org/Wiki/ITK_FAQ</div>
<div> </div>
<div>Follow this link to subscribe/unsubscribe:</div>
<div>http://public.kitware.com/mailman/listinfo/insight-developers</div>
<div> </div>
<div>------------------------------</div>
<div> </div>
<div>Message: 2</div>
<div>Date: Mon, 23 May 2016 21:42:38 -0300</div>
<div>From: Sebastian Ordas <sebastian.ordas@gmail.com></div>
<div>To: "insight-users@itk.org" <insight-users@itk.org></div>
<div>Subject: Re: [ITK] [ITK-users] cannot save transform to file: Can't</div>
<div>     Create  IO      object</div>
<div>Message-ID: <c12b67b3-73db-9b37-a746-76f75b66abbe@gmail.com></div>
<div>Content-Type: text/plain; charset="us-ascii"; Format="flowed"</div>
<div> </div>
<div>Thanks Matt,</div>
<div> </div>
<div>The retrieved transformIO is null</div>
<div> </div>
<div>I looked into my ITK 4.9 build and I am trying something like this:</div>
<div> </div>
<div>itk::TransformFileWriterTemplate<double>::Pointer writer =</div>
<div>     itk::TransformFileWriterTemplate<double>::New();</div>
<div> </div>
<div>// are .tfm and .txt the right file extensions?</div>
<div> </div>
<div>itk::TransformIOFactoryTemplate<double>::TransformIOBasePointer </div>
<div>tranformIO = itk::TransformIOFactoryTemplate<double>::CreateTransformIO( </div>
<div>"fiducials_transform.tfm", </div>
<div>itk::TransformIOFactoryFileModeType::WriteMode );</div>
<div> </div>
<div>   if (tranformIO.IsNull())</div>
<div>   {</div>
<div>     MITK_ERROR << "transform IO is null";</div>
<div>     return;</div>
<div>   }</div>
<div> </div>
<div>writer->SetTransformIO(tranformIO);</div>
<div> </div>
<div>writer->SetFileName("fiducials_transform.tfm");</div>
<div> </div>
<div>writer->SetInput(transform);</div>
<div> </div>
<div>try</div>
<div>   {</div>
<div>     writer->Update();</div>
<div>   }</div>
<div>   catch (itk::ExceptionObject& e)</div>
<div>   {</div>
<div>     MITK_ERROR << "Caught exception: " << e.GetDescription();</div>
<div>     QMessageBox::information( this, "Save transform", "Could not save </div>
<div>transform. See error log for details." );</div>
<div>   }</div>
<div> </div>
<div>thank you</div>
<div>sebastian</div>
<div> </div>
<div> </div>
<div>On 23/05/2016 05:35 p.m., Matt McCormick wrote:</div>
<div>> Hello Sebastian,</div>
<div>></div>
<div>> By running against ITK with this patch checked out:</div>
<div>></div>
<div>>    http://review.source.kitware.com/#/c/21115/</div>
<div>></div>
<div>> the error message will state what transform IO classes are registered.</div>
<div>></div>
<div>> HTH,</div>
<div>> Matt</div>
<div>></div>
<div>> On Mon, May 23, 2016 at 4:29 PM, Sebastian Ordas</div>
<div>> <sebastian.ordas@gmail.com> wrote:</div>
<div>>> Hello, I am trying to run the code bellow from my application (using ITK</div>
<div>>> 4.9)  but I get the following error :</div>
<div>>></div>
<div>>> ERROR: Caught exception: itk::ERROR:</div>
<div>>> TransformFileWriterTemplate(000000000CD770E0): Can't Create IO object</div>
<div>>> for file test.tfm</div>
<div>>></div>
<div>>> I am sure that if I test it from a simple test application this should work,</div>
<div>>> but I am trying to understand what I am missing from within my project</div>
<div>>> (maybe some factory not yet registered or even some registration-related</div>
<div>>> module not yet enabled in cmake?)</div>
<div>>></div>
<div>>> typedef itk::VersorRigid3DTransform< double > TransformType;</div>
<div>>> TransformType::Pointer trf = TransformType::New();</div>
<div>>> trf->SetIdentity();</div>
<div>>></div>
<div>>> itk::TransformFileWriterTemplate<double>::Pointer writer =</div>
<div>>>      itk::TransformFileWriterTemplate<double>::New();</div>
<div>>></div>
<div>>>    writer->SetFileName("test.tfm");</div>
<div>>>    writer->SetInput(trf);</div>
<div>>></div>
<div>>>    try</div>
<div>>>    {</div>
<div>>>      writer->Update();</div>
<div>>>    }</div>
<div>>>    catch (itk::ExceptionObject& e)</div>
<div>>>    {</div>
<div>>>      std::cerr << "Caught exception: " << e.GetDescription() << std::endl;</div>
<div>>>    }</div>
<div>>></div>
<div>>></div>
<div>>> _____________________________________</div>
<div>>> Powered by www.kitware.com</div>
<div>>></div>
<div>>> Visit other Kitware open-source projects at</div>
<div>>> http://www.kitware.com/opensource/opensource.html</div>
<div>>></div>
<div>>> Kitware offers ITK Training Courses, for more information visit:</div>
<div>>> http://www.kitware.com/products/protraining.php</div>
<div>>></div>
<div>>> Please keep messages on-topic and check the ITK FAQ at:</div>
<div>>> http://www.itk.org/Wiki/ITK_FAQ</div>
<div>>></div>
<div>>> Follow this link to subscribe/unsubscribe:</div>
<div>>> http://public.kitware.com/mailman/listinfo/insight-users</div>
<div>>></div>
<div> </div>
<div>_____________________________________</div>
<div>Powered by www.kitware.com</div>
<div> </div>
<div>Visit other Kitware open-source projects at</div>
<div>http://www.kitware.com/opensource/opensource.html</div>
<div> </div>
<div>Kitware offers ITK Training Courses, for more information visit:</div>
<div>http://www.kitware.com/products/protraining.php</div>
<div> </div>
<div>Please keep messages on-topic and check the ITK FAQ at:</div>
<div>http://www.itk.org/Wiki/ITK_FAQ</div>
<div> </div>
<div>Follow this link to subscribe/unsubscribe:</div>
<div>http://public.kitware.com/mailman/listinfo/insight-users</div>
<div> </div>
<div> </div>
<div>------------------------------</div>
<div> </div>
<div>Message: 3</div>
<div>Date: Mon, 23 May 2016 17:54:40 -0700 (MST)</div>
<div>From: ebasafa <basafa@clearguidemedical.com></div>
<div>To: insight-users@itk.org</div>
<div>Subject: Re: [ITK] [ITK-users] reading 3D temporal MRA dicom: miss</div>
<div>     ordered</div>
<div>Message-ID: <1464051280226-7588892.post@n2.nabble.com></div>
<div>Content-Type: text/plain; charset="us-ascii"</div>
<div> </div>
<div>Does this mean that all slices have the same location information and you</div>
<div>want them to be ordered based on the time stamp? If so, I am afraid GDCM</div>
<div>might not be able to sort them properly. If all slices have the same</div>
<div>location (Image Position Patient) and orientation (Image Orientation</div>
<div>Patient), the sorting might fail. Take a look at how GDCM sorts DICOM slices</div>
<div>(https://itk.org/Doxygen/html/classitk_1_1GDCMSeriesFileNames.html):</div>
<div> </div>
<div>"This class generates a sequence of files whose filenames point to a DICOM</div>
<div>file. The ordering is based on the following strategy: Read all images in</div>
<div>the directory (assuming there is only one study/series)</div>
<div> </div>
<div>1) Extract Image Orientation & Image Position from DICOM images, and then</div>
<div>calculate the ordering based on the 3D coordinate of the slice.</div>
<div>2) If for some reason this information is not found or failed, another</div>
<div>strategy is used: the ordering is based on 'Image Number'.</div>
<div>3) If this strategy also failed, then the filenames are ordered by</div>
<div>lexicographical order."</div>
<div> </div>
<div>HTH</div>
<div>Ehsan</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div>--</div>
<div>View this message in context: http://itk-insight-users.2283740.n2.nabble.com/ITK-users-reading-3D-temporal-MRA-dicom-miss-ordered-tp7588890p7588892.html</div>
<div>Sent from the ITK Insight Users mailing list archive at Nabble.com.</div>
<div>_____________________________________</div>
<div>Powered by www.kitware.com</div>
<div> </div>
<div>Visit other Kitware open-source projects at</div>
<div>http://www.kitware.com/opensource/opensource.html</div>
<div> </div>
<div>Kitware offers ITK Training Courses, for more information visit:</div>
<div>http://www.kitware.com/products/protraining.php</div>
<div> </div>
<div>Please keep messages on-topic and check the ITK FAQ at:</div>
<div>http://www.itk.org/Wiki/ITK_FAQ</div>
<div> </div>
<div>Follow this link to subscribe/unsubscribe:</div>
<div>http://public.kitware.com/mailman/listinfo/insight-users</div>
<div> </div>
<div> </div>
<div>------------------------------</div>
<div> </div>
<div>Message: 4</div>
<div>Date: Tue, 24 May 2016 01:56:31 +0000</div>
<div>From: "Harnish, Roy" <Roy.Harnish@ucsf.edu></div>
<div>To: "insight-users@itk.org" <insight-users@itk.org></div>
<div>Subject: [ITK] [ITK-users] suppressing print statements when using</div>
<div>     Python  wrappers</div>
<div>Message-ID:</div>
<div>     <F968C6DCE9D2F04CB8519CB3ACF06E99DEE6221F@ex04.net.ucsf.edu></div>
<div>Content-Type: text/plain; charset="iso-8859-1"</div>
<div> </div>
<div>Hi,</div>
<div> </div>
<div>I'm wondering if anyone else is getting lots output to the console when using the Python wrappers? If I try to run the SNIPPET below with an itkImage:</div>
<div> </div>
<div><itkImagePython.itkImageSS3; proxy of <Swig Object of type 'itkImageSS3 *' at 0x7f1ec3bc5060> ></div>
<div> </div>
<div>I get many lines of print statements. Would like to know how to suppress.</div>
<div> </div>
<div>Thanks for any info.</div>
<div> </div>
<div>Roy</div>
<div> </div>
<div> </div>
<div>SNIPPET:</div>
<div> </div>
<div>def itkImage_orient_to_axial(itkImage, itkImageType):</div>
<div>    orienterType = itk.OrientImageFilter[ itkImageType, itkImageType ]</div>
<div>    orienter     = orienterType.New()</div>
<div>    orienter.UseImageDirectionOn()</div>
<div>    orienter.SetGivenCoordinateDirection(itkImage.GetDirection())</div>
<div>    orienter.SetInput( itkImage )</div>
<div>    orienter.SetDesiredCoordinateOrientationToAxial()</div>
<div>    orienter.Update()</div>
<div>    return orienter.GetOutput()</div>
<div> </div>
<div>itkImage_axial = itkImage_orient_to_axial(itkImage,imageType)</div>
<div> </div>
<div> </div>
<div>OUTPUT:</div>
<div> </div>
<div>itkOrientImageFilterISS3ISS3: 0.343294itkOrientImageFilterISS3ISS3: 0.346615itkOrientImageFilterISS3ISS3: 0.349935itkOrientImageFilterISS3ISS3: 0.353255itkOrientImageFilterISS3ISS3: 0.356575itkOrientImageFilterISS3ISS3: 0.359896itkOrientImageFilterISS3ISS3: 0.363216itkOrientImageFilterISS3ISS3: 0.366536itkOrientImageFilterISS3ISS3: 0.369857itkOrientImageFilterISS3ISS3: 0.373177itkOrientImageFilterISS3ISS3: 0.376497itkOrientImageFilterISS3ISS3: 0.379818itkOrientImageFilterISS3ISS3: 0.383138itkOrientImageFilterISS3ISS3: 0.386458itkOrientImageFilterISS3ISS3: 0.389779itkOrientImageFilterISS3ISS3: 0.393099itkOrientImageFilterISS3ISS3: 0.396419itkOrientImageFilterISS3ISS3: 0.399740itkOrientImageFilterISS3ISS3: 0.403060itkOrientImageFilterISS3ISS3: 0.406380itkOrientImageFilterISS3ISS3: 0.409701itkOrientImageFilterISS3ISS3: 0.413021itkOrientImageFilterISS3ISS3: 0.416341itkOrientImageFilterISS3ISS3: 0.419661itkOrientImageFilterISS3ISS3: 0.422982itkOrientImageFilterISS3ISS3: 0.426302itkOrientI</div>
<div> mageFilterISS3ISS3: 0.429622itkOrientImageFilterISS3ISS3: 0.432943itkOrientImageFilterISS3ISS3: 0.436263itkOrientImageFilterISS3ISS3: 0.439583itkOrientImageFilterISS3ISS3: 0.442904itkOrientImageFilterISS3ISS3: 0.446224itkOrientImageFilterISS3ISS3: 0.449544itkOrientImageFilterISS3ISS3: 0.452865itkOrientImageFilterISS3ISS3: 0.456185itkOrientImageFilterISS3ISS3: 0.459505itkOrientImageFilterISS3ISS3: 0.462825itkOrientImageFilterISS3ISS3: 0.466146itkOrientImageFilterISS3ISS3: 0.469466itkOrientImageFilterISS3ISS3: 0.472786itkOrientImageFilterISS3ISS3: 0.476107itkOrientImageFilterISS3ISS3: 0.479427itkOrientImageFilterISS3ISS3: 0.482747itkOrientImageFilterISS3ISS3: 0.486068itkOrientImageFilterISS3ISS3: 0.489388itkOrientImageFilterISS3ISS3: 0.492708itkOrientImageFilterISS3ISS3: 0.496029itkOrientImageFilterISS3ISS3: 0.499349itkOrientImageFilterISS3ISS3: 0.502669itkOrientImageFilterISS3ISS3: 0.505990itkOrientImageFilterISS3ISS3: 0.509310itkOrientImageFilterISS3ISS3: 0.512630itkOrientImageFilte</div>
<div> rISS3ISS3: 0.515951itkOrientImageFilterISS3ISS3: 0.519271itkOrientImageFilterISS3ISS3: 0.522591itkOrientImageFilterISS3ISS3: 0.525911itkOrientImageFilterISS3ISS3: 0.529232itkOrientImageFilterISS3ISS3: 0.532552itkOrientImageFilterISS3ISS3: 0.535872itkOrientImageFilterISS3ISS3: 0.539193itkOrientImageFilterISS3ISS3: 0.542513itkOrientImageFilterISS3ISS3: 0.545833itkOrientImageFilterISS3ISS3: 0.549154itkOrientImageFilterISS3ISS3: 0.552474itkOrientImageFilterISS3ISS3: 0.555794itkOrientImageFilterISS3ISS3: 0.559115itkOrientImageFilterISS3ISS3: 0.562435itkOrientImageFilterISS3ISS3: 0.565755itkOrientImageFilterISS3ISS3: 0.569075itkOrientImageFilterISS3ISS3: 0.572396itkOrientImageFilterISS3ISS3: 0.575716itkOrientImageFilterISS3ISS3: 0.579036itkOrientImageFilterISS3ISS3: 0.582357itkOrientImageFilterISS3ISS3: 0.585677itkOrientImageFilterISS3ISS3: 0.588997itkOrientImageFilterISS3ISS3: 0.592318itkOrientImageFilterISS3ISS3: 0.595638itkOrientImageFilterISS3ISS3: 0.598958itkOrientImageFilterISS3ISS3</div>
<div> : 0.602279itkOrientImageFilterISS3ISS3: 0.605599itkOrientImageFilterISS3ISS3: 0.608919itkOrientImageFilterISS3ISS3: 0.612240itkOrientImageFilterISS3ISS3: 0.615560itkOrientImageFilterISS3ISS3: 0.618880itkOrientImageFilterISS3ISS3: 0.622200itkOrientImageFilterISS3ISS3: 0.625521itkOrientImageFilterISS3ISS3: 0.628841itkOrientImageFilterISS3ISS3: 0.632161itkOrientImageFilterISS3ISS3: 0.635482itkOrientImageFilterISS3ISS3: 0.638802itkOrientImageFilterISS3ISS3: 0.642122itkOrientImageFilterISS3ISS3: 0.645443itkOrientImageFilterISS3ISS3: 0.648763itkOrientImageFilterISS3ISS3: 0.652083itkOrientImageFilterISS3ISS3: 0.655404itkOrientImageFilterISS3ISS3: 0.658724itkOrientImageFilterISS3ISS3: 0.662044itkOrientImageFilterISS3ISS3: 0.665365itkOrientImageFilterISS3ISS3: 0.666667itkOrientImageFilterISS3ISS3: 0.666667itkOrientImageFilterISS3ISS3: 1.000000</div>
<div> </div>
<div> </div>
<div> </div>
<div>-------------- next part --------------</div>
<div>An HTML attachment was scrubbed...</div>
<div>URL: <http://public.kitware.com/pipermail/community/attachments/20160524/80bb5a70/attachment.html></div>
<div>-------------- next part --------------</div>
<div>_____________________________________</div>
<div>Powered by www.kitware.com</div>
<div> </div>
<div>Visit other Kitware open-source projects at</div>
<div>http://www.kitware.com/opensource/opensource.html</div>
<div> </div>
<div>Kitware offers ITK Training Courses, for more information visit:</div>
<div>http://www.kitware.com/products/protraining.php</div>
<div> </div>
<div>Please keep messages on-topic and check the ITK FAQ at:</div>
<div>http://www.itk.org/Wiki/ITK_FAQ</div>
<div> </div>
<div>Follow this link to subscribe/unsubscribe:</div>
<div>http://public.kitware.com/mailman/listinfo/insight-users</div>
<div> </div>
<div>------------------------------</div>
<div> </div>
<div>Subject: Digest Footer</div>
<div> </div>
<div>_______________________________________________</div>
<div>Community mailing list</div>
<div>Community@itk.org</div>
<div>http://public.kitware.com/mailman/listinfo/community</div>
<div> </div>
<div> </div>
<div>------------------------------</div>
<div> </div>
<div>End of Community Digest, Vol 32, Issue 52</div>
<div>*****************************************</div>
<div> </div>
<div> </div>
</div></blockquote>
</body></html>