Click or drag to resize

NativeMethodscore_Mat_checkVector3 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static int core_Mat_checkVector3(
	IntPtr self,
	int elemChannels,
	int depth,
	int requireContinuous
)

Parameters

self
Type: SystemIntPtr
elemChannels
Type: SystemInt32
depth
Type: SystemInt32
requireContinuous
Type: SystemInt32

Return Value

Type: Int32
See Also