Cog3DRobustPoseEstimationParametersSimple MinNumOfFeaturesModel3D Property Cognex VisionPro 9.7
Gets/sets the minimum number of 3D model features to be used for the pose estimation.

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

public int MinNumOfFeaturesModel3D { get; set; }

Property Value

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

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