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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/IntensityWindowingImageFilter.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" : "IntensityWindowingImageFilter",
 
3
  "template_code_filename" : "ImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 1,
 
6
  "pixel_types" : "BasicPixelIDTypeList",
 
7
  "doc" : "",
 
8
  "members" : [
 
9
    {
 
10
      "name" : "WindowMinimum",
 
11
      "type" : "double",
 
12
      "default" : "0.0",
 
13
      "pixeltype" : "Input",
 
14
      "briefdescriptionSet" : "",
 
15
      "detaileddescriptionSet" : "Set/Get the values of the maximum and minimum intensities of the input intensity window.",
 
16
      "briefdescriptionGet" : "",
 
17
      "detaileddescriptionGet" : "Set/Get the values of the maximum and minimum intensities of the input intensity window."
 
18
    },
 
19
    {
 
20
      "name" : "WindowMaximum",
 
21
      "type" : "double",
 
22
      "default" : 255.0,
 
23
      "pixeltype" : "Input",
 
24
      "briefdescriptionSet" : "",
 
25
      "detaileddescriptionSet" : "Set/Get the values of the maximum and minimum intensities of the input intensity window.",
 
26
      "briefdescriptionGet" : "",
 
27
      "detaileddescriptionGet" : "Set/Get the values of the maximum and minimum intensities of the input intensity window."
 
28
    },
 
29
    {
 
30
      "name" : "OutputMinimum",
 
31
      "type" : "double",
 
32
      "default" : 0.0,
 
33
      "pixeltype" : "Output",
 
34
      "briefdescriptionSet" : "",
 
35
      "detaileddescriptionSet" : "Set/Get the values of the maximum and minimum intensities of the output image.",
 
36
      "briefdescriptionGet" : "",
 
37
      "detaileddescriptionGet" : "Set/Get the values of the maximum and minimum intensities of the output image."
 
38
    },
 
39
    {
 
40
      "name" : "OutputMaximum",
 
41
      "type" : "double",
 
42
      "default" : 255.0,
 
43
      "pixeltype" : "Output",
 
44
      "briefdescriptionSet" : "",
 
45
      "detaileddescriptionSet" : "Set/Get the values of the maximum and minimum intensities of the output image.",
 
46
      "briefdescriptionGet" : "",
 
47
      "detaileddescriptionGet" : "Set/Get the values of the maximum and minimum intensities of the output image."
 
48
    }
 
49
  ],
 
50
  "tests" : [
 
51
    {
 
52
      "tag" : "2d",
 
53
      "description" : "2D",
 
54
      "settings" : [],
 
55
      "md5hash" : "095f00a68a84df4396914fa758f34dcc",
 
56
      "inputs" : [
 
57
        "Input/STAPLE1.png"
 
58
      ]
 
59
    },
 
60
    {
 
61
      "tag" : "3dFloat",
 
62
      "description" : "3D",
 
63
      "settings" : [],
 
64
      "md5hash" : "199c966fabac791c758766e14df9974c",
 
65
      "inputs" : [
 
66
        "Input/RA-Float.nrrd"
 
67
      ]
 
68
    },
 
69
    {
 
70
      "tag" : "3dShort",
 
71
      "description" : "3D",
 
72
      "settings" : [],
 
73
      "md5hash" : "2790c2bdfeb8610821e9ec8751f95516",
 
74
      "inputs" : [
 
75
        "Input/RA-Short.nrrd"
 
76
      ]
 
77
    }
 
78
  ],
 
79
  "briefdescription" : "Applies a linear transformation to the intensity levels of the input Image that are inside a user-defined interval. Values below this interval are mapped to a constant. Values over the interval are mapped to another constant.",
 
80
  "detaileddescription" : "IntensityWindowingImageFilter applies pixel-wise a linear transformation to the intensity values of input image pixels. The linear transformation is defined by the user in terms of the minimum and maximum values that the output image should have and the lower and upper limits of the intensity window of the input image. This operation is very common in visualization, and can also be applied as a convenient preprocessing operation for image segmentation.\n\nAll computations are performed in the precision of the input pixel's RealType. Before assigning the computed value to the output pixel.\n\n\\par Wiki Examples:\n\n\\li All Examples \n\n\\li IntensityWindowingImageFilter \n\n\n\n\n\\see RescaleIntensityImageFilter",
 
81
  "itk_module" : "ITKImageIntensity",
 
82
  "itk_group" : "ImageIntensity"
 
83
}
 
 
b'\\ No newline at end of file'