Click or drag to resize

NativeMethodsximgproc_createEdgeBoxes 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 IntPtr ximgproc_createEdgeBoxes(
	float alpha,
	float beta,
	float eta,
	float minScore,
	int maxBoxes,
	float edgeMinMag,
	float edgeMergeThr,
	float clusterMinMag,
	float maxAspectRatio,
	float minBoxArea,
	float gamma,
	float kappa
)

Parameters

alpha
Type: SystemSingle
beta
Type: SystemSingle
eta
Type: SystemSingle
minScore
Type: SystemSingle
maxBoxes
Type: SystemInt32
edgeMinMag
Type: SystemSingle
edgeMergeThr
Type: SystemSingle
clusterMinMag
Type: SystemSingle
maxAspectRatio
Type: SystemSingle
minBoxArea
Type: SystemSingle
gamma
Type: SystemSingle
kappa
Type: SystemSingle

Return Value

Type: IntPtr
See Also