Emgu CV Library Documentation
cvTransform Method (src, dst, transmat, shiftvec)
NamespacesEmgu.CVCvInvokecvTransform(IntPtr, IntPtr, IntPtr, IntPtr)

www.emgu.com/wiki
Performs matrix transformation of every element of array src and stores the results in dst Both source and destination arrays should have the same depth and the same size or selected ROI size. transmat and shiftvec should be real floating-point matrices.
Declaration Syntax
C#Visual BasicVisual C++
public static void cvTransform(
	IntPtr src,
	IntPtr dst,
	IntPtr transmat,
	IntPtr shiftvec
)
Public Shared Sub cvTransform ( _
	src As IntPtr, _
	dst As IntPtr, _
	transmat As IntPtr, _
	shiftvec As IntPtr _
)
public:
static void cvTransform(
	IntPtr src, 
	IntPtr dst, 
	IntPtr transmat, 
	IntPtr shiftvec
)
Parameters
src (IntPtr)
The first source array
dst (IntPtr)
The destination array
transmat (IntPtr)
Transformation matrix
shiftvec (IntPtr)
Optional shift vector

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)