[Insight-users] ShapeDetection Question

Luis Ibanez luis.ibanez@kitware.com
Tue, 22 Apr 2003 14:04:26 -0400


Hi Helder,


The ShapeDetection example is explained
in detail in the SoftwareGuide.

http://www.itk.org/ItkSoftwareGuide.pdf

Section 8.3.2, pdf-pages 270 to 278.

Several combination of command line argumets
for the filter are presented in the table in
pdf-page 278.

The example is intended to work in 2D, however,
you can use it in 3D by changing line 166, for

    Dimension = 3;

Note that you also will have to add the 3rd
coordinate of the seed point to the command
line arguments.

In the 3D case the input/output filename
arguments should be any of the formats
accepting 3D images.  For example

1) .mhd for MetaImage
2) .gipl for GIPL
3) .vtk  for VTK


RAW will not work because it is not a
file format.


Regards,


   Luis



-------------------------------
Helder Carvalho wrote:
> Hi,
> 
> whats the input of the ShapeDetection example?
> Is it a folder with a set of raw images ,or a "3d raw image??" ?
> If it's a folder, is the 3ºparameter, of the size of the input volume, 
> the number of images??
> Could someone send me a set of data that works with this example.
> 
> thanks,
> Helder
>