Overload List
| Name | Description | |
|---|---|---|
| SetData(CvArr, IntPtr, Int32) |
Assigns user data to the array header.
Header should be initialized before using cvCreate*Header, cvInit*Header or cvMat (in case of matrix) function.
| |
| SetDataT(CvArr, T, Int32) |
Assigns user data to the array header.
Header should be initialized before using cvCreate*Header, cvInit*Header or cvMat (in case of matrix) function.
|
See Also