Leaper Vision Toolkit
中文 / English 2.x
Properties
ILGauge Interface Reference

This interface provide basic functionalities of the gauge object. More...

Inheritance diagram for ILGauge:
ILObject ILEdgeGauge ILShapeGauge LEdgeGauge ILArcGauge ILCircleGauge ILEllipseGauge ILLineGauge ILPolyGauge LArcGauge LCircleGauge LEllipseGauge LLineGauge LPolyGauge

Properties

int AcceptScore [get, set]
 The accept score used in inspection. It defines the minimum score for identifying the sample point as a valid result. You may pick a proper score with help of the score chart. More...
 
int KernelSize [get, set]
 The kernel size used in gradient filtering, should be an odd number which is ≥ 3, say 3, 5, 7, etc.
 
int MaxSamplePointCount [get, set]
 The maximum of sample points to find in each sample region.
 
BOOL NormScore [get, set]
 Whether we should normalize the score based on maximum gradient or grayscale value in region.
 
LPVPolarity Polarity [get, set]
 The detection polarity, either object or edge polarity is acceptable.
 
LPVGaugeFeatures SortBy [get, set]
 The method used to sort all sample point candidates, the top ones are reported as final results. More...
 
LPVFindBy SortByPosition [get, set]
 Works when SortBy enables LPVGaugeFeaturePosition, prefer either the last, the central or the last ones. More...
 
BOOL SortByScoreDescending [get, set]
 Works when SortBy enables LPVGaugeFeatureScore. True to sort all sample point candidates descending(from large score to small, aka. prefer the maximum magnitude), false for sorting in ascending order. More...
 

Additional Inherited Members

- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 

Detailed Description

This interface provide basic functionalities of the gauge object.

This is a base interface for all kinds of gauge. To use this interface, you should create a gauge object, such as:

LEdgeGauge, LLineGauge, LCircleGauge...

Property Documentation

◆ AcceptScore

int AcceptScore
getset

The accept score used in inspection. It defines the minimum score for identifying the sample point as a valid result. You may pick a proper score with help of the score chart.

See also
ILShapeGaugeResult::DrawScoreChart().

◆ SortBy

LPVGaugeFeatures SortBy
getset

The method used to sort all sample point candidates, the top ones are reported as final results.

See also
MaxSamplePointCount, SortByScoreDescending

◆ SortByPosition

LPVFindBy SortByPosition
getset

Works when SortBy enables LPVGaugeFeaturePosition, prefer either the last, the central or the last ones.

See also
SortBy

◆ SortByScoreDescending

BOOL SortByScoreDescending
getset

Works when SortBy enables LPVGaugeFeatureScore. True to sort all sample point candidates descending(from large score to small, aka. prefer the maximum magnitude), false for sorting in ascending order.

See also
SortBy