LPV 模板匹配模块,用于提供模板匹配功能。 更多...
结构体 | |
interface | ILMatch |
该接口提供模板匹配的功能。 更多... | |
interface | ILMatchResult |
该接口提供单个模板匹配结果,可获取其具体属性。 更多... | |
interface | ILMatchResults |
该接口提供一组模板匹配结果的集合,包含一个或多个模板匹配结果。 更多... | |
class | LMatch |
class | LMatchResult |
class | LMatchResults |
枚举 | |
enum | LPVPatCenterMode { LPVPatImageCenter = 0 , LPVPatTrainedCenter = 1 , LPVPatCustomCenter = 2 } |
该枚举表示模板匹配结果中心的设置方式 更多... | |
enum | LPVPatDrawFlags { LPVPatDrawBoundingRect = 1 , LPVPatDrawCenter = 2 , LPVPatDrawFeature = 4 , LPVPatDrawIndex = 8 , LPVPatDrawFeatureLevel0 = LPVPatDrawFeature , LPVPatDrawFeatureLevel1 = 16 , LPVPatDrawFeatureLevelAll = LPVPatDrawFeatureLevel0 + LPVPatDrawFeatureLevel1 , LPVPatDrawDefault = LPVPatDrawCenter , LPVPatDrawAll = 0xff } |
该枚举用于控制模板匹配结果绘制的行为 更多... | |
LPV 模板匹配模块,用于提供模板匹配功能。
该模块提供模板匹配相关的算法类。使用该模块中的类和算法,需按照以下方式引用该模块:
enum LPVPatCenterMode |
enum LPVPatDrawFlags |
该枚举用于控制模板匹配结果绘制的行为