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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/LabelContourImageFilter.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" : "LabelContourImageFilter",
 
3
  "template_code_filename" : "ImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 1,
 
6
  "doc" : "",
 
7
  "pixel_types" : "IntegerPixelIDTypeList",
 
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. \\note 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. \\note For objects that are 1 pixel wide, use FullyConnectedOn."
 
18
    },
 
19
    {
 
20
      "name" : "BackgroundValue",
 
21
      "type" : "double",
 
22
      "default" : "0",
 
23
      "pixeltype" : "Input",
 
24
      "briefdescriptionSet" : "",
 
25
      "detaileddescriptionSet" : "Set/Get the background value used to identify the objects and mark the pixels not on the border of the objects.",
 
26
      "briefdescriptionGet" : "",
 
27
      "detaileddescriptionGet" : "Set/Get the background value used to identify the objects and mark the pixels not on the border of the objects."
 
28
    }
 
29
  ],
 
30
  "tests" : [
 
31
    {
 
32
      "tag" : "default",
 
33
      "description" : "Simply run with default settings",
 
34
      "md5hash" : "d742c05a8d8aa9b41f58b8d2aad6b5d0",
 
35
      "settings" : [],
 
36
      "inputs" : [
 
37
        "Input/2th_cthead1.png"
 
38
      ]
 
39
    }
 
40
  ],
 
41
  "briefdescription" : "Labels the pixels on the border of the objects in a labeled image.",
 
42
  "detaileddescription" : "LabelContourImageFilter takes a labeled image as input, where the pixels in the objects are the pixels with a value different of the BackgroundValue. Only the pixels on the contours of the objects are kept. The pixels not on the border are changed to BackgroundValue. The labels of the object are the same in the input and in the output image.\n\nThe connectivity can be changed to minimum or maximum connectivity with SetFullyConnected() . Full connectivity produces thicker contours.\n\nhttps://hdl.handle.net/1926/1352 \n\n\\author Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.\n\n\\see BinaryContourImageFilter \n\n\\par Wiki Examples:\n\n\\li All Examples \n\n\\li Label the contours of connected components",
 
43
  "itk_module" : "ITKImageLabel",
 
44
  "itk_group" : "ImageLabel"
 
45
}
 
 
b'\\ No newline at end of file'