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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/MinimumMaximumImageFilter.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" : "MinimumMaximumImageFilter",
 
3
  "template_code_filename" : "ImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 1,
 
6
  "pixel_types" : "BasicPixelIDTypeList",
 
7
  "filter_type" : "itk::MinimumMaximumImageFilter<InputImageType>",
 
8
  "no_procedure" : true,
 
9
  "no_return_image" : true,
 
10
  "members" : [],
 
11
  "measurements" : [
 
12
    {
 
13
      "name" : "Minimum",
 
14
      "type" : "double",
 
15
      "default" : 0.0,
 
16
      "briefdescriptionGet" : "",
 
17
      "detaileddescriptionGet" : "Return the computed Minimum."
 
18
    },
 
19
    {
 
20
      "name" : "Maximum",
 
21
      "type" : "double",
 
22
      "default" : 0.0,
 
23
      "briefdescriptionGet" : "",
 
24
      "detaileddescriptionGet" : "Return the computed Maximum."
 
25
    }
 
26
  ],
 
27
  "tests" : [
 
28
    {
 
29
      "tag" : "2d",
 
30
      "description" : "2d with unsigned char",
 
31
      "settings" : [],
 
32
      "measurements_results" : [
 
33
        {
 
34
          "name" : "Minimum",
 
35
          "value" : 0,
 
36
          "tolerance" : 0
 
37
        },
 
38
        {
 
39
          "name" : "Maximum",
 
40
          "value" : 255,
 
41
          "tolerance" : 0
 
42
        }
 
43
      ],
 
44
      "inputs" : [
 
45
        "Input/cthead1.png"
 
46
      ]
 
47
    },
 
48
    {
 
49
      "tag" : "float",
 
50
      "description" : "3d float image",
 
51
      "settings" : [],
 
52
      "measurements_results" : [
 
53
        {
 
54
          "name" : "Minimum",
 
55
          "value" : -1146,
 
56
          "tolerance" : 0
 
57
        },
 
58
        {
 
59
          "name" : "Maximum",
 
60
          "value" : 32767,
 
61
          "tolerance" : 0
 
62
        }
 
63
      ],
 
64
      "inputs" : [
 
65
        "Input/RA-Float.nrrd"
 
66
      ]
 
67
    }
 
68
  ],
 
69
  "briefdescription" : "Computes the minimum and the maximum intensity values of an image.",
 
70
  "detaileddescription" : "It is templated over input image type only. This filter just copies the input image through this output to be included within the pipeline. The implementation uses the StatisticsImageFilter .\n\n\\see StatisticsImageFilter",
 
71
  "itk_module" : "ITKImageStatistics",
 
72
  "itk_group" : "ImageStatistics"
 
73
}
 
 
b'\\ No newline at end of file'