Click or drag to resize

NativeMethodscore_batchDistance 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 void core_batchDistance(
	IntPtr src1,
	IntPtr src2,
	IntPtr dist,
	int dtype,
	IntPtr nidx,
	int normType,
	int k,
	IntPtr mask,
	int update,
	int crosscheck
)

Parameters

src1
Type: SystemIntPtr
src2
Type: SystemIntPtr
dist
Type: SystemIntPtr
dtype
Type: SystemInt32
nidx
Type: SystemIntPtr
normType
Type: SystemInt32
k
Type: SystemInt32
mask
Type: SystemIntPtr
update
Type: SystemInt32
crosscheck
Type: SystemInt32
See Also