DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

ImageProcessingCommon.h File Reference

Detailed Description

NVIDIA DriveWorks API: Image Transformation Methods

Description: This file defines image transformation methods.

Definition in file ImageProcessingCommon.h.

Go to the source code of this file.

Enumerations

enum  dwImageProcessingBorderMode {
  DW_IMAGEPROCESSING_BORDER_MODE_ZERO = 0,
  DW_IMAGEPROCESSING_BORDER_MODE_MIRROR = 1,
  DW_IMAGEPROCESSING_BORDER_MODE_REPEAT = 2,
  DW_IMAGEPROCESSING_BORDER_MODE_WRAP = 3
}
 border mode (valid for DW_IMAGE_CUDA types) More...
 
enum  dwImageProcessingInterpolation {
  DW_IMAGEPROCESSING_INTERPOLATION_DEFAULT,
  DW_IMAGEPROCESSING_INTERPOLATION_LINEAR
}
 interpolation mode More...