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

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/InverseFFTImageFilter.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" : "InverseFFTImageFilter",
 
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::InverseFFTImageFilter<InputImageType>",
 
9
  "members" : [],
 
10
  "tests" : [
 
11
    {
 
12
      "tag" : "defaults",
 
13
      "description" : "Test Inverse FFT",
 
14
      "tolerance" : "0.01",
 
15
      "settings" : [],
 
16
      "inputs" : [
 
17
        "Input/RA-FFT-Complex.nrrd"
 
18
      ]
 
19
    }
 
20
  ],
 
21
  "briefdescription" : "Base class for inverse Fast Fourier Transform .",
 
22
  "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 available on the system when the object is created via the object factory system.\n\nThis class transforms a full complex image with Hermitian symmetry into its real spatial domain representation. If the input does not have Hermitian symmetry, the imaginary component is discarded.\n\n\\see ForwardFFTImageFilter , InverseFFTImageFilter",
 
23
  "itk_module" : "ITKFFT",
 
24
  "itk_group" : "FFT"
 
25
}
 
 
b'\\ No newline at end of file'