![]() |
Jetson Inference
DNN Vision Library
|
CUDA device functions for sampling pixels with bilinear filtering. More...
Enumerations | |
| enum | cudaFilterMode { FILTER_POINT, FILTER_LINEAR } |
| Enumeration of interpolation filtering modes. More... | |
| enum | cudaDataFormat { FORMAT_HWC, FORMAT_CHW, FORMAT_DEFAULT = FORMAT_HWC } |
| Enumeration of image layout formats. More... | |
Functions | |
| cudaFilterMode | cudaFilterModeFromStr (const char *filter, cudaFilterMode default_value=FILTER_LINEAR) |
| Parse a cudaFilterMode enum from a string. More... | |
| const char * | cudaFilterModeToStr (cudaFilterMode filter) |
| Convert a cudaFilterMode enum to a string. More... | |
CUDA device functions for sampling pixels with bilinear filtering.
| enum cudaDataFormat |
| enum cudaFilterMode |
Enumeration of interpolation filtering modes.
| Enumerator | |
|---|---|
| FILTER_POINT | Nearest-neighbor sampling. |
| FILTER_LINEAR | Bilinear filtering. |
| cudaFilterMode cudaFilterModeFromStr | ( | const char * | filter, |
| cudaFilterMode | default_value = FILTER_LINEAR |
||
| ) |
Parse a cudaFilterMode enum from a string.
| const char* cudaFilterModeToStr | ( | cudaFilterMode | filter | ) |
Convert a cudaFilterMode enum to a string.