CvToolbox Class |
Namespace: Emgu.CV.Util
The CvToolbox type exposes the following members.
| Name | Description | |
|---|---|---|
| CopyMatrixD(IntPtr, D) |
Copy a jagged two dimensional array from the unmanaged memory
| |
| CopyMatrixTData(TData, IntPtr) |
Copy a jagged two dimensional array to the unmanaged memory
| |
| CopyVectorTData |
Copy a generic vector to the unmanaged memory
| |
| GetColorCvtCode |
Given the source and destination color type, compute the color conversion code for CvInvoke.cvCvtColor function
| |
| GetMatrixFromArraysT |
Convert arrays of data to matrix
| |
| GetMatrixFromPoints |
Convert arrays of points to matrix
| |
| GetMinMax |
Compute the minimum and maximum value from the points
| |
| Memcpy |
memcpy function
|