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
Syntaxpublic const LKFlowFlag LKGetMinEigenvals = 8
Public Const LKGetMinEigenvals As LKFlowFlag = 8
public:
literal LKFlowFlag^ LKGetMinEigenvals = 8
static val mutable LKGetMinEigenvals: LKFlowFlag
Field Value
Type:
LKFlowFlag
See Also