Click or drag to resize

CudaInvokeTranspose Method

http://www.emgu.com
Transposes a matrix.

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public static void Transpose(
	IInputArray src,
	IOutputArray dst,
	Stream stream = null
)

Parameters

src
Type: Emgu.CVIInputArray
Source matrix. 1-, 4-, 8-byte element sizes are supported for now.
dst
Type: Emgu.CVIOutputArray
Destination matrix.
stream (Optional)
Type: Emgu.CV.CudaStream
Use a Stream to call the function asynchronously (non-blocking) or null to call the function synchronously (blocking).
See Also