[Insight-developers] itkDicomImageIOTest.cxx
Luis Ibanez
luis.ibanez@kitware.com
Fri, 13 Sep 2002 06:46:40 -0400
Hi,
The testing framework allows to pass parameters to the tests,
for example filenames.
It will be just a matter of checking in a Dicom file under
the directory defined by ITK_DATA_ROOT (CMake variable).
See for example the test that Jim defined for the
BilateralImageFilterTest in
Testing/Code/BasicFilters/CMakeLists.txt:
ADD_TEST(itkBilateralImageFilterTest2 itkBasicFiltersTests
itkBilateralImageFilterTest2 ${ITK_DATA_ROOT}/Input/cake_easy.png
${ITK_DATA_ROOT}/Baseline/BasicFilters/BilateralImageFilterTest2.png)
Luis
---------------------------------------------------------------
Julien Jomier wrote:
> Hi Bradley,
>
> It seems reasonnable to me that File IO tests require a filename, otherwise
> I don't see how you could test them.
> You could try by passing the filename of the file you want to open or by
> explicitly set this name in the
> code.
>
> Regarding the documentation only simple 2D DICOM features are implemented
> now.( i.e everything an itkImage
> requires: size, spacing ...etc ...)
> There are some documentation on the web. What type of documentation are you
> looking for ?
>
> Hope this helps
>
> Julien
>
>