CogPMRedLineRunParams ZoneScale Property Cognex VisionPro 9.5
Gets the zone configuration for the scale degree of freedom.

Namespace: Cognex.VisionPro.PMRedLine
Assembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 69.0.0.0
Syntax

public CogPMRedLineZoneScale ZoneScale { get; }

Property Value

Type: CogPMRedLineZoneScale
The zone configuration for the scale DOF. Default value is a default constructed CogPMRedLineZoneScale object.
Remarks

PMRedLine can locate patterns that have changed in scale from the trained pattern. You can modify the values in the returned object to control the range of scales at which patterns may be found.

The zone scale class is always an integral part of the CogPMRedLineRunParams class. When a RunParams instance is constructed it automatically creates an instance of the zone scale class and holds it for the entire lifetime of the RunParams object. You can modify the properties of the zone scale class, but can never create, destroy, serialize, or replace it.

See Also