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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/BinaryFillholeImageFilter.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" : "BinaryFillholeImageFilter",
 
3
  "template_code_filename" : "ImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 1,
 
6
  "doc" : "",
 
7
  "pixel_types" : "IntegerPixelIDTypeList",
 
8
  "filter_type" : "itk::BinaryFillholeImageFilter<InputImageType>",
 
9
  "members" : [
 
10
    {
 
11
      "name" : "FullyConnected",
 
12
      "type" : "bool",
 
13
      "default" : "false",
 
14
      "doc" : "",
 
15
      "briefdescriptionSet" : "",
 
16
      "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.",
 
17
      "briefdescriptionGet" : "",
 
18
      "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."
 
19
    },
 
20
    {
 
21
      "name" : "ForegroundValue",
 
22
      "type" : "double",
 
23
      "default" : "1.0",
 
24
      "pixeltype" : "Input",
 
25
      "briefdescriptionSet" : "",
 
26
      "detaileddescriptionSet" : "Set the value in the image to consider as \"foreground\". Defaults to maximum value of InputPixelType.",
 
27
      "briefdescriptionGet" : "",
 
28
      "detaileddescriptionGet" : "Get the value in the image considered as \"foreground\". Defaults to maximum value of InputPixelType."
 
29
    }
 
30
  ],
 
31
  "custom_methods" : [],
 
32
  "tests" : [
 
33
    {
 
34
      "tag" : "BinaryFillhole1",
 
35
      "description" : "Test binary fillhole with default not fully connected",
 
36
      "md5hash" : "fc79dc09164291c76b95aaa066633f67",
 
37
      "settings" : [
 
38
        {
 
39
          "parameter" : "ForegroundValue",
 
40
          "value" : "255"
 
41
        }
 
42
      ],
 
43
      "inputs" : [
 
44
        "Input/BlackDots.png"
 
45
      ]
 
46
    },
 
47
    {
 
48
      "tag" : "BinaryFillhole2",
 
49
      "description" : "Test binary fillhole fully connected",
 
50
      "md5hash" : "96d14091c7466129e61848889b7fe89c",
 
51
      "settings" : [
 
52
        {
 
53
          "parameter" : "FullyConnected",
 
54
          "value" : "true",
 
55
          "python_value" : "True",
 
56
          "R_value" : "TRUE"
 
57
        },
 
58
        {
 
59
          "parameter" : "ForegroundValue",
 
60
          "value" : "255"
 
61
        }
 
62
      ],
 
63
      "inputs" : [
 
64
        "Input/BlackDots.png"
 
65
      ]
 
66
    }
 
67
  ],
 
68
  "briefdescription" : "Remove holes not connected to the boundary of the image.",
 
69
  "detaileddescription" : "BinaryFillholeImageFilter fills holes in a binary image.\n\nGeodesic morphology and the Fillhole algorithm is described in Chapter 6 of Pierre Soille's book \"Morphological Image Analysis:\nPrinciples 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 GrayscaleFillholeImageFilter",
 
70
  "itk_module" : "ITKLabelMap",
 
71
  "itk_group" : "LabelMap"
 
72
}
 
 
b'\\ No newline at end of file'