Click or drag to resize
NormHistogramCostExtractor Constructor
http://www.emgu.com
Create a norm 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 NormHistogramCostExtractor(
	DistType flag = DistType.L2,
	int nDummies = 25,
	float defaultCost = 0.2f
)

Parameters

flag (Optional)
Type: Emgu.CV.CvEnumDistType
Distance type
nDummies (Optional)
Type: SystemInt32
Number of dummies
defaultCost (Optional)
Type: SystemSingle
Default cost
See Also