http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
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.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvTransform( IntPtr src, IntPtr dst, IntPtr transmat, IntPtr shiftvec ) |
Visual Basic |
---|
Public Shared Sub cvTransform ( _ src As IntPtr, _ dst As IntPtr, _ transmat As IntPtr, _ shiftvec As IntPtr _ ) |
Visual C++ |
---|
public: static void cvTransform( IntPtr src, IntPtr dst, IntPtr transmat, IntPtr shiftvec ) |
Parameters
- src
- Type: System..::..IntPtr
The first source array
- dst
- Type: System..::..IntPtr
The destination array
- transmat
- Type: System..::..IntPtr
Transformation matrix
- shiftvec
- Type: System..::..IntPtr
Optional shift vector