Replace dft in seamless cloning with directx fft [closed]

asked 2016-03-24 16:24:46 -0600

ebroglio gravatar image

updated 2016-03-24 16:25:48 -0600

Is there an easy way to replace the calculation of the fourier transformation in https://github.com/Itseez/opencv/blob... with the directx fft implementation https://msdn.microsoft.com/en-us/libr... ? I'm using this for a windows store app so I cannot use CUDA or OpenCL. But I can use directx for hardware acceleration. Are there faster ways to solve the poisson equation without using fft? Any suggestions are welcome.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-06 05:46:20.905794

Comments

you can find some methods in NRC in chapter 19

LBerger gravatar imageLBerger ( 2016-03-25 02:48:19 -0600 )edit