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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/HalfHermitianToRealInverseFFTImageFilter.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" : "HalfHermitianToRealInverseFFTImageFilter",
 
3
  "template_code_filename" : "ImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 1,
 
6
  "doc" : "Some global documentation",
 
7
  "pixel_types" : "ComplexPixelIDTypeList",
 
8
  "filter_type" : "itk::HalfHermitianToRealInverseFFTImageFilter<InputImageType>",
 
9
  "members" : [
 
10
    {
 
11
      "name" : "ActualXDimensionIsOdd",
 
12
      "type" : "bool",
 
13
      "default" : "false",
 
14
      "doc" : "",
 
15
      "briefdescriptionSet" : "",
 
16
      "detaileddescriptionSet" : "Was the original truncated dimension size odd?",
 
17
      "briefdescriptionGet" : "",
 
18
      "detaileddescriptionGet" : "Was the original truncated dimension size odd?"
 
19
    }
 
20
  ],
 
21
  "tests" : [
 
22
    {
 
23
      "tag" : "defaults",
 
24
      "description" : "Test half inverse FFT",
 
25
      "tolerance" : "0.01",
 
26
      "settings" : [],
 
27
      "inputs" : [
 
28
        "Input/RA-HalfFFT-Complex.nrrd"
 
29
      ]
 
30
    }
 
31
  ],
 
32
  "briefdescription" : "Base class for specialized complex-to-real inverse Fast Fourier Transform .",
 
33
  "detaileddescription" : "This is a base class for the \"inverse\" or \"reverse\" Discrete Fourier Transform . This is an abstract base class: the actual implementation is provided by the best child class available on the system when the object is created via the object factory system.\n\nThe input to this filter is assumed to have the same format as the output of the RealToHalfHermitianForwardFFTImageFilter . That is, the input is assumed to consist of roughly half the full complex image resulting from a real-to-complex discrete Fourier transform. This half is expected to be the first half of the image in the X-dimension. Because this filter assumes that the input stores only about half of the non-redundant complex pixels, the output is larger in the X-dimension than it is in the input. To determine the actual size of the output image, this filter needs additional information in the form of a flag indicating whether the output image has an odd size in the X-dimension. Use SetActualXDimensionIsOdd() to set this flag.\n\n\\see ForwardFFTImageFilter , HalfHermitianToRealInverseFFTImageFilter",
 
34
  "itk_module" : "ITKFFT",
 
35
  "itk_group" : "FFT"
 
36
}
 
 
b'\\ No newline at end of file'