![]() |
Jetson Inference
DNN Vision Library
|
#include "cudaUtility.h"
Go to the source code of this file.
Functions | |
cudaError_t | cudaResize (float *input, size_t inputWidth, size_t inputHeight, float *output, size_t outputWidth, size_t outputHeight) |
Function for increasing or decreasing the size of an image on the GPU. More... | |
cudaError_t | cudaResizeRGBA (float4 *input, size_t inputWidth, size_t inputHeight, float4 *output, size_t outputWidth, size_t outputHeight) |
Function for increasing or decreasing the size of an image on the GPU. More... | |