returns pointer to y-th row
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic byte* Ptr(
int y = 0
)
Visual Basic does not support APIs that consume or return unsafe types.
public:
unsigned char* Ptr(
int y = 0
)
F# does not support APIs that consume or return unsafe types.
JavaScript does not support APIs that consume or return unsafe types.
Parameters
- y (Optional)
- Type: SystemInt32
Return Value
Type:
Byte*
See Also