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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/GrayscaleGrindPeakImageFilter.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" : "GrayscaleGrindPeakImageFilter",
 
3
  "template_code_filename" : "ImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 1,
 
6
  "doc" : "",
 
7
  "pixel_types" : "BasicPixelIDTypeList",
 
8
  "filter_type" : "itk::GrayscaleGrindPeakImageFilter<InputImageType, OutputImageType>",
 
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
  "custom_methods" : [],
 
22
  "tests" : [
 
23
    {
 
24
      "tag" : "GrayscaleGrindPeak1",
 
25
      "description" : "Test grayscale grind peak",
 
26
      "md5hash" : "084cdd1d64664ebfab26c2e0ed382e14",
 
27
      "settings" : [],
 
28
      "inputs" : [
 
29
        "Input/RA-Short.nrrd"
 
30
      ]
 
31
    },
 
32
    {
 
33
      "tag" : "GrayscaleGrindPeak2",
 
34
      "description" : "Test grayscale grind peak 2D",
 
35
      "md5hash" : "b18d75cccb9361c65b40bb5c0d3c6e0d",
 
36
      "settings" : [],
 
37
      "inputs" : [
 
38
        "Input/RA-Slice-Short.png"
 
39
      ]
 
40
    }
 
41
  ],
 
42
  "briefdescription" : "Remove local maxima not connected to the boundary of the image.",
 
43
  "detaileddescription" : "GrayscaleGrindPeakImageFilter removes peaks in a grayscale image. Peaks are local maxima in the grayscale topography that are not connected to boundaries of the image. Gray level values adjacent to a peak are extrapolated through the peak.\n\nThis filter is used to smooth over local maxima without affecting the values of local minima. If you take the difference between the output of this filter and the original image (and perhaps threshold the difference above a small value), you'll obtain a map of the local maxima.\n\nThis filter uses the GrayscaleGeodesicDilateImageFilter . It provides its own input as the \"mask\" input to the geodesic erosion. The \"marker\" image for the geodesic erosion is constructed such that boundary pixels match the boundary pixels of the input image and the interior pixels are set to the minimum pixel value in the input image.\n\nThis filter is the dual to the GrayscaleFillholeImageFilter which implements the Fillhole algorithm. Since it is a dual, it is somewhat superfluous but is provided as a convenience.\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\\see GrayscaleGeodesicDilateImageFilter \n\n\\see MorphologyImageFilter , GrayscaleDilateImageFilter , GrayscaleFunctionDilateImageFilter , BinaryDilateImageFilter",
 
44
  "itk_module" : "ITKMathematicalMorphology",
 
45
  "itk_group" : "MathematicalMorphology"
 
46
}
 
 
b'\\ No newline at end of file'