ScoreWeightStrength Property
Applies To
Vision Objects: ArcFinder, ArcInspector, BoxFinder, Contour, CornerFinder, Edge, LineFinder, LineInspector
Description
Sets the percentage of the score which is affected by the strength result.
Usage
VGet Sequence.Object.ScoreWeightStrength, var
VSet Sequence.Object.ScoreWeightStrength, value
- Sequence
- Name of a sequence or string variable containing a sequence name.
- Object
- Name of an object or string variable containing an object name. The object must exist in the specified sequence.
- var
- Integer variable that will contain the value of the property.
- value
- Integer value or expression for the new value of the property.
Values
Integer value from 0 to 100%
Default: 50
Remarks
The ScoreWeightStrength is a percentage value that tells the Edge object how much to weigh the edge strength result in the final score. ScoreWeightStrength works with ScoreWeighContrast. Both of these property values must add up to 100%. When you set one property, the system will automatically set the other property to the correct value.
See Also
Contour Object, Edge Object, Contrast Result, ScoreWeightContrast Property