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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/SobelEdgeDetectionImageFilter.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" : "SobelEdgeDetectionImageFilter",
 
3
  "template_code_filename" : "ImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 1,
 
6
  "doc" : "Some global documentation",
 
7
  "pixel_types" : "RealPixelIDTypeList",
 
8
  "members" : [],
 
9
  "tests" : [
 
10
    {
 
11
      "tag" : "defaults",
 
12
      "description" : "Simply run with default settings",
 
13
      "settings" : [],
 
14
      "tolerance" : 0.01,
 
15
      "inputs" : [
 
16
        "Input/RA-Float.nrrd"
 
17
      ]
 
18
    }
 
19
  ],
 
20
  "briefdescription" : "A 2D or 3D edge detection using the Sobel operator.",
 
21
  "detaileddescription" : "This filter uses the Sobel operator to calculate the image gradient and then finds the magnitude of this gradient vector. The Sobel gradient magnitude (square-root sum of squares) is an indication of edge strength.\n\n\\see ImageToImageFilter \n\n\\see SobelOperator \n\n\\see Neighborhood \n\n\\see NeighborhoodOperator \n\n\\see NeighborhoodIterator \n\n\\par Wiki Examples:\n\n\\li All Examples \n\n\\li SobelEdgeDetectionImageFilter",
 
22
  "itk_module" : "ITKImageFeature",
 
23
  "itk_group" : "ImageFeature"
 
24
}
 
 
b'\\ No newline at end of file'