Documentation
¶
Index ¶
- type SlideBBox
- func EnhancedSlideMatch(targetImageData, backgroundImageData []byte) (*SlideBBox, error)
- func SimpleSlideMatch(targetImageData, backgroundImageData []byte) (*SlideBBox, error)
- func SlideComparison(targetImageData, backgroundImageData []byte) (*SlideBBox, error)
- func SlideMatch(targetImageData, backgroundImageData []byte) (*SlideBBox, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlideBBox ¶
type SlideBBox struct {
TargetY, X1, Y1, X2, Y2 int
}
SlideBBox 滑块边界框结构
func EnhancedSlideMatch ¶
func SimpleSlideMatch ¶
简单滑块匹配(无透明区域裁剪)
func SlideComparison ¶
SlideComparison 坑位匹配 通过比较两张相同尺寸的图片,找出差异区域来定位坑位位置
func SlideMatch ¶
滑块匹配主函数
Click to show internal directories.
Click to hide internal directories.