http://www.emgu.com
Get a pointer to the raw data given the specific index
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic IntPtr GetDataPointer(
params int[] index
)
Public Function GetDataPointer (
ParamArray index As Integer()
) As IntPtr
public:
IntPtr GetDataPointer(
... array<int>^ index
)
member GetDataPointer :
index : int[] -> IntPtr
Parameters
- index
- Type: SystemInt32
The index to the Mat data
Return Value
Type:
IntPtrA pointer to the raw data given the specific index
See Also