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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/SumProjectionImageFilter.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" : "SumProjectionImageFilter",
 
3
  "template_code_filename" : "ImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 1,
 
6
  "doc" : "\todo this filter should work with VectorImages too. \todo output type should be AccumulateType",
 
7
  "pixel_types" : "BasicPixelIDTypeList",
 
8
  "output_pixel_type" : "typename itk::NumericTraits<typename InputImageType::PixelType>::RealType",
 
9
  "members" : [
 
10
    {
 
11
      "name" : "ProjectionDimension",
 
12
      "type" : "unsigned int",
 
13
      "default" : "0u"
 
14
    }
 
15
  ],
 
16
  "tests" : [
 
17
    {
 
18
      "tag" : "z_projection",
 
19
      "description" : "project in the 2nd dimension",
 
20
      "settings" : [
 
21
        {
 
22
          "parameter" : "ProjectionDimension",
 
23
          "cxx_value" : "2u",
 
24
          "value" : "2"
 
25
        }
 
26
      ],
 
27
      "tolerance" : "0.0001",
 
28
      "inputs" : [
 
29
        "Input/RA-Float.nrrd"
 
30
      ]
 
31
    }
 
32
  ],
 
33
  "briefdescription" : "Sum projection.",
 
34
  "detaileddescription" : "This class was contributed to the Insight Journal by Gaetan Lehmann. The original paper can be found at https://hdl.handle.net/1926/164 \n\n\\author Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.\n\n\\see ProjectionImageFilter \n\n\\see MedianProjectionImageFilter \n\n\\see MeanProjectionImageFilter \n\n\\see MeanProjectionImageFilter \n\n\\see MaximumProjectionImageFilter \n\n\\see MinimumProjectionImageFilter \n\n\\see BinaryProjectionImageFilter \n\n\\see StandardDeviationProjectionImageFilter",
 
35
  "itk_module" : "ITKImageStatistics",
 
36
  "itk_group" : "ImageStatistics"
 
37
}
 
 
b'\\ No newline at end of file'