Hi everyone,<div><br></div><div>this week I started converting some of my computation-intensive code from C++ to CUDA. However, it appears right now that I will have to write some of the ITK filters in CUDA myself (namely itkGradientRecursiveGaussianImageFilter and GradientToMagnitudeImageFilter), or simply execute those filters on CPU and pass the results to CUDA code.</div>

<div><br></div><div>Does anyone have CUDA implementation of those filters? Or some other related suggestions?</div><div><br></div><div>Regards,</div><div>Dženan</div>