docs/html/cudaNormalize_8h.html
| | Jetson Inference
DNN Vision Library |
cudaNormalize.h File Reference
#include "cudaUtility.h"
#include "imageFormat.h"
Go to the source code of this file.
|
|
| cudaError_t | cudaNormalize (float *input, const float2 &input_range, float *output, const float2 &output_range, size_t width, size_t height) |
| | Normalize the pixel intensities of a floating-point grayscale image between two scales. More...
|
| |
| cudaError_t | cudaNormalize (float3 *input, const float2 &input_range, float3 *output, const float2 &output_range, size_t width, size_t height) |
| | Normalize the pixel intensities of a float3 RGB/BGR image between two scales. More...
|
| |
| cudaError_t | cudaNormalize (float4 *input, const float2 &input_range, float4 *output, const float2 &output_range, size_t width, size_t height) |
| | Normalize the pixel intensities of a float4 RGBA/BGRA image between two scales. More...
|
| |
| cudaError_t | cudaNormalize (void *input, const float2 &input_range, void *output, const float2 &output_range, size_t width, size_t height, imageFormat format) |
| | Normalize the pixel intensities of an image between two scales. More...
|
| |