Open TheCodez opened 4 years ago
Instead of using the whole OpenGL framework to perform texture mapping to transform from polar to cartesian, just use one CUDA Kernel, which uses the standard formulas for converting from polar to cartesian and then use bilinear interpolation.
Instead of using the whole OpenGL framework to perform texture mapping to transform from polar to cartesian, just use one CUDA Kernel, which uses the standard formulas for converting from polar to cartesian and then use bilinear interpolation.