Package-level declarations

Types

Link copied to clipboard
interface Colors : Variable

颜色处理工具接口,提供颜色获取、颜色比较及相似度计算等功能。

Link copied to clipboard

表示一个匹配的坐标的接口.

Link copied to clipboard
interface Images : Variable

图片处理核心接口,提供屏幕截图录取证、图像裁剪、模板匹配、颜色识别等图像处理功能。

Link copied to clipboard
interface RegionResult : Result

表示一个匹配的区域的接口.

Link copied to clipboard
interface Result

表示匹配结果的接口.

Link copied to clipboard
interface Results<T : Result>

表示结果集合的接口