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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/MaximumProjectionImageFilter.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" : "MaximumProjectionImageFilter",
 
3
  "template_code_filename" : "ImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 1,
 
6
  "doc" : "",
 
7
  "pixel_types" : "BasicPixelIDTypeList",
 
8
  "vector_pixel_types_by_component" : "VectorPixelIDTypeList",
 
9
  "members" : [
 
10
    {
 
11
      "name" : "ProjectionDimension",
 
12
      "type" : "unsigned int",
 
13
      "default" : "0u"
 
14
    }
 
15
  ],
 
16
  "tests" : [
 
17
    {
 
18
      "tag" : "defaults",
 
19
      "description" : "run with some defaults",
 
20
      "md5hash" : "fb78c55635b17fc9ff38ef0ef14f0948",
 
21
      "inputs" : [
 
22
        "Input/RA-Float.nrrd"
 
23
      ]
 
24
    },
 
25
    {
 
26
      "tag" : "another_dimension",
 
27
      "description" : "project in the 3rd dimension",
 
28
      "settings" : [
 
29
        {
 
30
          "parameter" : "ProjectionDimension",
 
31
          "cxx_value" : "2u",
 
32
          "value" : "2"
 
33
        }
 
34
      ],
 
35
      "md5hash" : "f3f0d97c83c6b0d92df10c28e2481520",
 
36
      "inputs" : [
 
37
        "Input/RA-Float.nrrd"
 
38
      ]
 
39
    },
 
40
    {
 
41
      "tag" : "short_image",
 
42
      "description" : "project with a short image",
 
43
      "settings" : [
 
44
        {
 
45
          "parameter" : "ProjectionDimension",
 
46
          "cxx_value" : "1u",
 
47
          "value" : "1"
 
48
        }
 
49
      ],
 
50
      "md5hash" : "5390344262c91e83bc9208b0991a2fc9",
 
51
      "inputs" : [
 
52
        "Input/Ramp-Up-Short.nrrd"
 
53
      ]
 
54
    },
 
55
    {
 
56
      "tag" : "rgb_image",
 
57
      "description" : "project with a rgb image in 2D",
 
58
      "md5hash" : "92134e0dd38fccdf054ff23e67a72e75",
 
59
      "inputs" : [
 
60
        "Input/VM1111Shrink-RGB.png"
 
61
      ]
 
62
    }
 
63
  ],
 
64
  "briefdescription" : "Maximum projection.",
 
65
  "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 MinimumProjectionImageFilter \n\n\\see StandardDeviationProjectionImageFilter \n\n\\see SumProjectionImageFilter \n\n\\see BinaryProjectionImageFilter",
 
66
  "itk_module" : "ITKImageStatistics",
 
67
  "itk_group" : "ImageStatistics"
 
68
}
 
 
b'\\ No newline at end of file'