[Insight-users] MPI Vector Gradient Anisotropic Diffusion Image Filter

Kevin H. Hobbs hobbsk at ohiou.edu
Mon Dec 6 14:16:29 EST 2010


The attached allow for 20 iterations of the full Visible Woman Head data
set in 25 minutes on 8 nodes with 2 Intel Xeon X5550 CPUs and 12 GB of
RAM each connected with Gigabit ethernet.

There's still some clean-up to be done on the final writing, I get :

WARNING: In /home/kevin/kitware/ITK/Code/IO/itkMetaImageIO.cxx, line 1663
MetaImageIO (0x268e2a0): Pixel types does not match file, but component
type and number of components do.

for each piece.

The command was :

time mpirun \
  -hostfile ~/mpi_hostsfile \
  ./MPIVectorGradientAnisotropicDiffusionImageFilter \
  VisibleWomanHead/RawRGB/VisibleWomanHeadFull.mhd \
  VisibleWomanHeadFull_Smooth.mhd \
  1.0 20 0.03

Could this warning be related to the input file having unsigned char
component type while I'm using :

typedef itk::RGBPixel < float >                  RGBPixelType;
typedef itk::Image< RGBPixelType, Dimension >    RGBImageType;

throughout the program?
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: CMakeLists.txt
URL: <http://www.itk.org/pipermail/insight-users/attachments/20101206/91630b22/attachment.txt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: itkImageRegionNonCubeSplitter.h
Type: text/x-chdr
Size: 3776 bytes
Desc: not available
URL: <http://www.itk.org/pipermail/insight-users/attachments/20101206/91630b22/attachment.h>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: itkImageRegionNonCubeSplitter.txx
URL: <http://www.itk.org/pipermail/insight-users/attachments/20101206/91630b22/attachment.asc>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MPIVectorGradientAnisotropicDiffusionImageFilter.cxx
Type: text/x-c++src
Size: 10106 bytes
Desc: not available
URL: <http://www.itk.org/pipermail/insight-users/attachments/20101206/91630b22/attachment.cxx>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
URL: <http://www.itk.org/pipermail/insight-users/attachments/20101206/91630b22/attachment.pgp>


More information about the Insight-users mailing list