CogPMAlignComposite ImageFraction Property Cognex VisionPro 9.7
Gets or sets the ImageFraction property. The feature must be present in at least this fraction of the images to contribute to the produced pattern.

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

public double ImageFraction { get; set; }

Property Value

Type: Double
The default value is 0.75.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfImageFraction state flag may be affected.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is out of range. Value must be between 0 and 1.
See Also