~ubuntu-branches/debian/sid/simpleitk/sid

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/ComposeImageFilter.json

  • Committer: Package Import Robot
  • Author(s): Ghislain Antony Vaillant
  • Date: 2017-11-02 08:49:18 UTC
  • Revision ID: package-import@ubuntu.com-20171102084918-7hs09ih668xq87ej
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name" : "ComposeImageFilter",
 
3
  "template_code_filename" : "MultiInputImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 1,
 
6
  "pixel_types" : "BasicPixelIDTypeList",
 
7
  "output_image_type" : "itk::VectorImage< typename InputImageType::PixelType,  InputImageType::ImageDimension >",
 
8
  "members" : [],
 
9
  "tests" : [
 
10
    {
 
11
      "tag" : "default_2D",
 
12
      "description" : "default composition on 2D",
 
13
      "settings" : [],
 
14
      "md5hash" : "c0a5d977f0a9d983831dca858d842087",
 
15
      "inputs" : [
 
16
        "Input/STAPLE1.png",
 
17
        "Input/STAPLE2.png"
 
18
      ]
 
19
    },
 
20
    {
 
21
      "tag" : "default_3D",
 
22
      "description" : "default composition on 3D",
 
23
      "settings" : [],
 
24
      "md5hash" : "b7bce6e5d5f5a65f16e14aed20a664e7",
 
25
      "inputs" : [
 
26
        "Input/Ramp-One-Zero-Float.nrrd",
 
27
        "Input/Ramp-Zero-One-Float.nrrd",
 
28
        "Input/Ramp-One-Zero-Float.nrrd"
 
29
      ]
 
30
    }
 
31
  ],
 
32
  "briefdescription" : "ComposeImageFilter combine several scalar images into a multicomponent image.",
 
33
  "detaileddescription" : "ComposeImageFilter combine several scalar images into an itk::Image of vector pixel (itk::Vector , itk::RGBPixel , ...), of std::complex pixel, or in an itk::VectorImage .\n\n\\par Inputs and Usage\n\\code\n* filter->SetInput( 0, image0 );\n\n* filter->SetInput( 1, image1 );\n\n* ...\n\n* filter->Update();\n\n* itk::VectorImage< PixelType, dimension >::Pointer = filter->GetOutput();\n\n* \n\n\\endcode\n All input images are expected to have the same template parameters and have the same size and origin.\n\n\\see VectorImage \n\n\\see VectorIndexSelectionCastImageFilter \n\n\\par Wiki Examples:\n\n\\li All Examples \n\n\\li Create a vector image from a collection of scalar images \n\n\\li Compose a vector image (with 3 components) from three scalar images \n\n\\li Convert a real image and an imaginary image to a complex image",
 
34
  "itk_module" : "ITKImageCompose",
 
35
  "itk_group" : "ImageCompose"
 
36
}
 
 
b'\\ No newline at end of file'