- Jul 31, 2020
- 9,111
- 1,042,957
- 129
TUTProfessor submitted a new resource:
Writing CUDA kernels for interpolation - Using CUDA textures to interpolate images
Read more about this resource...
Writing CUDA kernels for interpolation - Using CUDA textures to interpolate images
Using CUDA textures to interpolate images
What you'll learn
- Nearest-neighbor interpolation of a PGM image
- Writing CUDA kernels
- Texture filtering
- Bilinear interpolation of a PGM image
- Texture loopkup
- Bicubic interpolation of a PGM image
- Interpolation in CUDA
Requirements
- Fundamentals of C/C++ and CUDA programming
- Basic elements of calculus, especially...
Read more about this resource...