Click or drag to resize

StreamEnqueueConvert Method

converts matrix type, ex from float to uchar depending on type

Namespace:  OpenCvSharp.Cuda
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void EnqueueConvert(
	GpuMat src,
	GpuMat dst,
	int dtype,
	double a = 1,
	double b = 0
)

Parameters

src
Type: OpenCvSharp.CudaGpuMat
dst
Type: OpenCvSharp.CudaGpuMat
dtype
Type: SystemInt32
a (Optional)
Type: SystemDouble
b (Optional)
Type: SystemDouble
See Also