Click or drag to resize

DistTypeHuber Field

http://www.emgu.com
distance = |x|<c ? x^2/2 : c(|x|-c/2), c=1.345

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const DistType Huber = 7

Field Value

Type: DistType
See Also