DriveWorks SDK Reference
5.16.65 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.

Data Structures

struct  dwImageTransformationParameters
 

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 ,
  DW_IMAGEPROCESSING_INTERPOLATION_POINT
}
 Interpolation mode. More...