Leaper WaferScan Toolkit
中文 / English 2.x
Data Structures | Enumerations
LPWKerfLib Module Reference

LPW Cutting Kerf Inspection Library, provides classes for the cutting kerf inspection algorithms that are accurate, reliable and resistant to noise. More...

Data Structures

interface  ILKerfDetector
 This interface provide functionalities of cutting kerf detection. More...
 
interface  ILKerfResult
 This interface holds a single kerf detection result and is used to access its properties. More...
 
class  LKerfDetector
 
class  LKerfResult
 

Enumerations

enum  LPWKerfDrawFlags {
  LPWKerfDrawLineUp = 0x01 , LPWKerfDrawLineDown = 0x02 , LPWKerfDrawLineMid = 0x04 , LPWKerfDrawGlueEdge = 0x08 ,
  LPWKerfDrawLineRange = 0x10 , LPWKerfDrawDefault = LPWKerfDrawLineUp + LPWKerfDrawLineDown , LPWKerfDrawAll = 0xff
}
 This enumeration represents the flags to control the kerf results' drawing behavior. More...
 
enum  LPWKerfGrowStrategy { LPWKerfGrowNearCenter = 0 , LPWKerfGrowNearDark = 1 }
 This enumeration represents the flags to control the growing strategy of the kerf detection. More...
 

Detailed Description

LPW Cutting Kerf Inspection Library, provides classes for the cutting kerf inspection algorithms that are accurate, reliable and resistant to noise.

To include the definitions of the library's classes, use the following directive:

Example Code

Enumeration Type Documentation

◆ LPWKerfDrawFlags

This enumeration represents the flags to control the kerf results' drawing behavior.

Enumerator
LPWKerfDrawLineUp 

Draw the up-border lines of the kerf

LPWKerfDrawLineDown 

Draw the bottom-border lines of the kerf

LPWKerfDrawLineMid 

Draw the middle lines of the kerf

LPWKerfDrawGlueEdge 

Draw the edges of the glue range

LPWKerfDrawLineRange 

Draw the detection ranges for the individual kerf border lines

LPWKerfDrawDefault 

Default draw flags, which draws only the up and bottom border lines

LPWKerfDrawAll 

Draw the all components

◆ LPWKerfGrowStrategy

This enumeration represents the flags to control the growing strategy of the kerf detection.

Enumerator
LPWKerfGrowNearCenter 

The kerf lines grows starting and near the center of the detection region

LPWKerfGrowNearDark 

The kerf lines grows starting and near the darkest region