Click or drag to resize
EMDL1HistogramCostExtractor Constructor
http://www.emgu.com
Create an EMD-L1 based cost extraction.

Namespace: Emgu.CV.Shape
Assembly: Emgu.CV.Shape (in Emgu.CV.Shape.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public EMDL1HistogramCostExtractor(
	int nDummies = 25,
	float defaultCost = 0.2f
)

Parameters

nDummies (Optional)
Type: SystemInt32
Number of dummies
defaultCost (Optional)
Type: SystemSingle
Default cost
See Also