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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/ClosingByReconstructionImageFilter.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" : "ClosingByReconstructionImageFilter",
 
3
  "template_code_filename" : "KernelImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 1,
 
6
  "doc" : "",
 
7
  "pixel_types" : "BasicPixelIDTypeList",
 
8
  "members" : [
 
9
    {
 
10
      "name" : "FullyConnected",
 
11
      "type" : "bool",
 
12
      "default" : "false",
 
13
      "doc" : "",
 
14
      "briefdescriptionSet" : "",
 
15
      "detaileddescriptionSet" : "Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.",
 
16
      "briefdescriptionGet" : "",
 
17
      "detaileddescriptionGet" : "Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn."
 
18
    },
 
19
    {
 
20
      "name" : "PreserveIntensities",
 
21
      "type" : "bool",
 
22
      "default" : "false",
 
23
      "doc" : "",
 
24
      "briefdescriptionSet" : "",
 
25
      "detaileddescriptionSet" : "Set/Get whether the original intensities of the image retained for those pixels unaffected by the opening by reconstrcution. If Off, the output pixel contrast will be reduced.",
 
26
      "briefdescriptionGet" : "",
 
27
      "detaileddescriptionGet" : "Set/Get whether the original intensities of the image retained for those pixels unaffected by the opening by reconstrcution. If Off, the output pixel contrast will be reduced."
 
28
    }
 
29
  ],
 
30
  "custom_methods" : [],
 
31
  "tests" : [
 
32
    {
 
33
      "tag" : "ClosingByReconstruction",
 
34
      "description" : "Test grayscale closing by reconstruction",
 
35
      "md5hash" : "095f00a68a84df4396914fa758f34dcc",
 
36
      "settings" : [
 
37
        {
 
38
          "parameter" : "KernelRadius",
 
39
          "no_get_method" : 1,
 
40
          "value" : 1
 
41
        },
 
42
        {
 
43
          "parameter" : "KernelType",
 
44
          "value" : "itk::simple::sitkBall",
 
45
          "lua_value" : "SimpleITK.sitkBall",
 
46
          "python_value" : "SimpleITK.sitkBall",
 
47
          "ruby_value" : "Simpleitk::SitkBall",
 
48
          "java_value" : "KernelEnum.sitkBall",
 
49
          "tcl_value" : "$$sitkBall",
 
50
          "csharp_value" : "KernelEnum.sitkBall",
 
51
          "R_value" : "'sitkBall'"
 
52
        }
 
53
      ],
 
54
      "inputs" : [
 
55
        "Input/STAPLE1.png"
 
56
      ]
 
57
    }
 
58
  ],
 
59
  "briefdescription" : "Closing by reconstruction of an image.",
 
60
  "detaileddescription" : "This filter is similar to the morphological closing, but contrary to the mophological closing, the closing by reconstruction preserves the shape of the components. The closing by reconstruction of an image \"f\" is defined as:\n\nClosingByReconstruction(f) = ErosionByReconstruction(f, Dilation(f)).\n\nClosing by reconstruction not only preserves structures preserved by the dilation, but also levels raises the contrast of the darkest regions. If PreserveIntensities is on, a subsequent reconstruction by dilation using a marker image that is the original image for all unaffected pixels.\n\nClosing by reconstruction is described in Chapter 6.3.9 of Pierre Soille's book \"Morphological Image Analysis: Principles and\nApplications\", Second Edition, Springer, 2003.\n\n\\author Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.\n\n\\see GrayscaleMorphologicalClosingImageFilter",
 
61
  "itk_module" : "ITKMathematicalMorphology",
 
62
  "itk_group" : "MathematicalMorphology"
 
63
}
 
 
b'\\ No newline at end of file'