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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/BinaryThinningImageFilter.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" : "BinaryThinningImageFilter",
 
3
  "template_code_filename" : "ImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 1,
 
6
  "doc" : "\\todo this filter may not work in 3D\n \\note the output of this filter is still the same as the input type eventhought the output is 0 or 1.",
 
7
  "pixel_types" : "IntegerPixelIDTypeList",
 
8
  "members" : [],
 
9
  "custom_methods" : [],
 
10
  "tests" : [
 
11
    {
 
12
      "tag" : "BinaryThinning",
 
13
      "description" : "Test binnary thinning",
 
14
      "md5hash" : "153ad0b2f3658dee3b14ad93d0cfe550",
 
15
      "settings" : [],
 
16
      "inputs" : [
 
17
        "Input/BlackDots.png"
 
18
      ]
 
19
    }
 
20
  ],
 
21
  "briefdescription" : "This filter computes one-pixel-wide edges of the input image.",
 
22
  "detaileddescription" : "This class is parametrized over the type of the input image and the type of the output image.\n\nThe input is assumed to be a binary image. If the foreground pixels of the input image do not have a value of 1, they are rescaled to 1 internally to simplify the computation.\n\nThe filter will produce a skeleton of the object. The output background values are 0, and the foreground values are 1.\n\nThis filter is a sequential thinning algorithm and known to be computational time dependable on the image size. The algorithm corresponds with the 2D implementation described in:\n\nRafael C. Gonzales and Richard E. Woods. Digital Image Processing. Addison Wesley, 491-494, (1993).\n\nTo do: Make this filter ND.\n\n\\see MorphologyImageFilter \n\n\\par Wiki Examples:\n\n\\li All Examples \n\n\\li Skeletonize/thin an image",
 
23
  "itk_module" : "ITKBinaryMathematicalMorphology",
 
24
  "itk_group" : "BinaryMathematicalMorphology"
 
25
}
 
 
b'\\ No newline at end of file'