Struct NppiColorTwistBatchCXR
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 NppiColorTwistBatchCXR
Constructors
| Improve this Doc View SourceNppiColorTwistBatchCXR(NPPImageBase, NPPImageBase, CudaDeviceVariable<Single>)
Non-default pointer
Declaration
public NppiColorTwistBatchCXR(NPPImageBase src, NPPImageBase dst, CudaDeviceVariable<float> twist)
Parameters
Type | Name | Description |
---|---|---|
NPPImageBase | src | Source image |
NPPImageBase | dst | Destination image |
CudaDeviceVariable<System.Single> | twist | twist matrix |
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 |
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 |
pTwist
device memory pointer to the color twist matrix with floating-point coefficient values to be used for this image
Declaration
public CUdeviceptr pTwist
Field Value
Type | Description |
---|---|
CUdeviceptr |