Cog3DRobustPoseEstimationParametersSimple MinNumOfFeaturesModel3DFromAtLeast2Cameras Property Cognex VisionPro
Gets/sets the minimum number of 3D model features from at least 2 cameras to be used for the pose estimation.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public int MinNumOfFeaturesModel3DFromAtLeast2Cameras { get; set; }

Property Value

Type: Int32
The minimum number of 3D model features from at least 2 cameras to be used for the pose estimation.
Exceptions

ExceptionCondition
ArgumentException If the input argument to the setter is less than 0.
See Also