Click or drag to resize

LKFlowFlagLKGetMinEigenvals Field

http://www.emgu.com
use minimum eigen values as an error measure (see minEigThreshold description); if the flag is not set, then L1 distance between patches around the original and a moved point, divided by number of pixels in a window, is used as a error measure.

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const LKFlowFlag LKGetMinEigenvals = 8

Field Value

Type: LKFlowFlag
See Also