Click or drag to resize

NativeMethodsimgproc_EMD 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 float imgproc_EMD(
	IntPtr signature1,
	IntPtr signature2,
	int distType,
	IntPtr cost,
	out float lowerBound,
	IntPtr flow
)

Parameters

signature1
Type: SystemIntPtr
signature2
Type: SystemIntPtr
distType
Type: SystemInt32
cost
Type: SystemIntPtr
lowerBound
Type: SystemSingle
flow
Type: SystemIntPtr

Return Value

Type: Single
See Also