MatCheckVector Method (Int32, Int32, Boolean)
|
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic int CheckVector(
int elemChannels,
int depth,
bool requireContinuous
)
Public Function CheckVector (
elemChannels As Integer,
depth As Integer,
requireContinuous As Boolean
) As Integer
public:
int CheckVector(
int elemChannels,
int depth,
bool requireContinuous
)
member CheckVector :
elemChannels : int *
depth : int *
requireContinuous : bool -> int
function CheckVector(elemChannels, depth, requireContinuous);
Parameters
- elemChannels
- Type: SystemInt32
- depth
- Type: SystemInt32
- requireContinuous
- Type: SystemBoolean
Return Value
Type:
Int32
See Also