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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/BinaryReconstructionByErosionImageFilter.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" : "BinaryReconstructionByErosionImageFilter",
 
3
  "template_code_filename" : "ImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 2,
 
6
  "pixel_types" : "IntegerPixelIDTypeList",
 
7
  "filter_type" : "itk::BinaryReconstructionByErosionImageFilter<InputImageType>",
 
8
  "members" : [
 
9
    {
 
10
      "name" : "BackgroundValue",
 
11
      "type" : "double",
 
12
      "default" : "0.0",
 
13
      "pixeltype" : "Input",
 
14
      "doc" : "",
 
15
      "briefdescriptionSet" : "",
 
16
      "detaileddescriptionSet" : "Set/Get the value used as \"background\" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin() .",
 
17
      "briefdescriptionGet" : "",
 
18
      "detaileddescriptionGet" : "Set/Get the value used as \"background\" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin() ."
 
19
    },
 
20
    {
 
21
      "name" : "ForegroundValue",
 
22
      "type" : "double",
 
23
      "default" : "1.0",
 
24
      "pixeltype" : "Input",
 
25
      "doc" : "",
 
26
      "briefdescriptionSet" : "",
 
27
      "detaileddescriptionSet" : "Set/Get the value used as \"foreground\" in the output image. Defaults to NumericTraits<PixelType>::max() .",
 
28
      "briefdescriptionGet" : "",
 
29
      "detaileddescriptionGet" : "Set/Get the value used as \"foreground\" in the output image. Defaults to NumericTraits<PixelType>::max() ."
 
30
    },
 
31
    {
 
32
      "name" : "FullyConnected",
 
33
      "type" : "bool",
 
34
      "default" : "false",
 
35
      "doc" : "",
 
36
      "briefdescriptionSet" : "",
 
37
      "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.",
 
38
      "briefdescriptionGet" : "",
 
39
      "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."
 
40
    }
 
41
  ],
 
42
  "custom_methods" : [],
 
43
  "tests" : [
 
44
    {
 
45
      "tag" : "basic",
 
46
      "description" : "Test binary reconstruction by erosion",
 
47
      "md5hash" : "9e52bcf554ad8e9c5391280a18f186f7",
 
48
      "settings" : [
 
49
        {
 
50
          "parameter" : "ForegroundValue",
 
51
          "value" : "100"
 
52
        }
 
53
      ],
 
54
      "inputs" : [
 
55
        "Input/2th_cthead1.png",
 
56
        "Input/cthead1-seed.png"
 
57
      ]
 
58
    }
 
59
  ],
 
60
  "briefdescription" : "binary reconstruction by erosion of an image",
 
61
  "detaileddescription" : "Reconstruction by erosion operates on a \"marker\" image and a \"mask\" image, and is defined as the erosion of the marker image with respect to the mask image iterated until stability.\n\nGeodesic morphology is described in Chapter 6.2 of Pierre Soille's book \"Morphological Image Analysis: Principles and Applications\", Second Edition, Springer, 2003.\n\n\\author Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.\n\nThis implementation was taken from the Insight Journal paper: https://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176 \n\n\\see MorphologyImageFilter , ReconstructionByErosionImageFilter , BinaryReconstructionByDilationImageFilter",
 
62
  "itk_module" : "ITKLabelMap",
 
63
  "itk_group" : "LabelMap"
 
64
}
 
 
b'\\ No newline at end of file'