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... | |
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:
enum LPWKerfDrawFlags |
This enumeration represents the flags to control the kerf results' drawing behavior.
enum LPWKerfGrowStrategy |