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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/ModulusImageFilter.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" : "ModulusImageFilter",
 
3
  "template_code_filename" : "BinaryFunctorFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "constant_type" : "uint32_t",
 
6
  "number_of_inputs" : 2,
 
7
  "pixel_types" : "IntegerPixelIDTypeList",
 
8
  "members" : [],
 
9
  "tests" : [
 
10
    {
 
11
      "tag" : "defaults",
 
12
      "description" : "Simply run with default settings",
 
13
      "settings" : [],
 
14
      "md5hash" : "12fd4fb023059d4659d30ee449bb6599",
 
15
      "inputs" : [
 
16
        "Input/STAPLE1.png",
 
17
        "Input/STAPLE2.png"
 
18
      ]
 
19
    }
 
20
  ],
 
21
  "briefdescription" : "Computes the modulus (x % dividend) pixel-wise.",
 
22
  "detaileddescription" : "The input pixel type must support the c++ modulus operator (%).\n\nIf the dividend is zero, the maximum value will be returned.\n\n\\author Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.",
 
23
  "itk_module" : "ITKImageIntensity",
 
24
  "itk_group" : "ImageIntensity"
 
25
}
 
 
b'\\ No newline at end of file'