LPV Pattern Library, provides functionality for pattern matching. More...
Data Structures | |
interface | ILMatch |
This interface provide functionalities of pattern matching. More... | |
interface | ILMatchResult |
This interface holds a single pattern matching result and is used to access its properties. More... | |
interface | ILMatchResults |
This interface holds a collection of pattern matching results. More... | |
class | LMatch |
class | LMatchResult |
class | LMatchResults |
Enumerations | |
enum | LPVPatCenterMode { LPVPatImageCenter = 0 , LPVPatTrainedCenter = 1 , LPVPatCustomCenter = 2 } |
This enumeration represents the mode of the pattern template center. More... | |
enum | LPVPatDrawFlags { LPVPatDrawBoundingRect = 1 , LPVPatDrawCenter = 2 , LPVPatDrawFeature = 4 , LPVPatDrawIndex = 8 , LPVPatDrawFeatureLevel0 = LPVPatDrawFeature , LPVPatDrawFeatureLevel1 = 16 , LPVPatDrawFeatureLevelAll = LPVPatDrawFeatureLevel0 + LPVPatDrawFeatureLevel1 , LPVPatDrawDefault = LPVPatDrawCenter , LPVPatDrawAll = 0xff } |
This enumeration represents the flags to control the pattern drawing behavior. More... | |
LPV Pattern Library, provides functionality for pattern matching.
This library provides functionality for pattern matching. To include the definitions of the library's classes, use the following directive:
enum LPVPatCenterMode |
This enumeration represents the mode of the pattern template center.
enum LPVPatDrawFlags |
This enumeration represents the flags to control the pattern drawing behavior.