www.emgu.com/wiki
Transposes matrix src1:
dst(i,j)=src(j,i)
Note that no complex conjugation is done in case of complex matrix. Conjugation should be done separately: look at the sample code in cvXorS for example

Declaration Syntax
Public Shared Sub cvTranspose ( _
src As IntPtr, _
dst As IntPtr _
)

Parameters
- src (IntPtr)
- The source matrix
- dst (IntPtr)
- The destination matrix
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.4.3249.6313 (1.4.0.0)