Struct NppiWarpAffineBatchCXR
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ManagedCuda.NPP
Assembly: NPP.dll
Syntax
public struct NppiWarpAffineBatchCXR
Fields
| Improve this Doc View SourcenDstStep
Declaration
public int nDstStep
Field Value
Type | Description |
---|---|
System.Int32 |
nSrcStep
Declaration
public int nSrcStep
Field Value
Type | Description |
---|---|
System.Int32 |
pCoeffs
device memory pointer to the tranformation matrix with double precision floating-point coefficient values to be used for this image
Declaration
public CUdeviceptr pCoeffs
Field Value
Type | Description |
---|---|
CUdeviceptr |
pDst
device memory pointer
Declaration
public CUdeviceptr pDst
Field Value
Type | Description |
---|---|
CUdeviceptr |
pSrc
device memory pointer
Declaration
public CUdeviceptr pSrc
Field Value
Type | Description |
---|---|
CUdeviceptr |
Methods
| Improve this Doc View SourceWarpAffineBatchInit(CudaDeviceVariable<NppiWarpAffineBatchCXR>)
Initializes the aTransformdedCoeffs array in pBatchList for each image in the list. MUST be called before calling the corresponding warp affine batch function whenever any of the transformation matrices in the list have changed.
Declaration
public static void WarpAffineBatchInit(CudaDeviceVariable<NppiWarpAffineBatchCXR> pBatchList)
Parameters
Type | Name | Description |
---|---|---|
CudaDeviceVariable<NppiWarpAffineBatchCXR> | pBatchList | Device memory pointer to nBatchSize list of NppiWarpAffineBatchCXR structures. |