Generate CUDA Code for a Fog Rectification Algorithm

preview_player
Показать описание
GPU Coder™ generates optimized CUDA® code from MATLAB® code for deep learning, embedded vision, and autonomous systems. The generated code calls optimized NVIDIA® CUDA libraries and can be integrated into your project as source code, static libraries, or dynamic libraries. It can also be used for prototyping on GPUs, such as the NVIDIA Tesla® and NVIDIA Tegra®.

This video shows an example of taking a foggy image as input and producing a defogged image. The image processing algorithm is a typical implementation of a fog rectification algorithm and has several stages, including dark channel estimation, anisotropic diffusion, inverse Koschmieder's law, and histogram stretching. It uses conv2, rgb2gray, and imhist functions. Once the code is generated, a MEX-file is created and is then executed back in the MATLAB environment where you will see a 5X speedup compared to running the algorithm on the CPU.

At this point, you can take the generated CUDA code and run it on any NVIDIA GPU, including the embedded Tegra GPUs.
Рекомендации по теме