Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 831
    • Issues 831
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 240
    • Merge requests 240
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Gitlab will be updated February 2nd, between 8am and 9am EST (UTC-5). Gitlab will be offline during that time.

  • VTKVTK
  • VTKVTK
  • Issues
  • #17424
Closed
Open
Issue created Oct 24, 2018 by Ben Boeckel@ben.boeckel⛰Owner

Split out vtkTableFFT from Imaging/Fourier into Filters/Fourier

This causes a cycle in kits because vtkFiltersStatistics (of the vtkFilters kit) requires vtkTableFFT (of the vtkImaging kit), but the vtkImaging kit requires vtkFilters in many places. Currently, vtkTableFFT is implemented as running an FFT over the table by shoving the data into a vtkImageData and reusing the vtkImageFFT filter. Instead, the vtkImageFFT filter should use the vtkTableFFT since that is more general. It also reduces dependencies of those wanting to do FFT of raw data to not require vtkImagingCore.

Cc: @utkarsh.ayachit (02ddfee8)

Assignee
Assign to
Time tracking