Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crazyxw/SlideCrack
/ functions
Functions
9 in github.com/crazyxw/SlideCrack
⨍
Functions
9
◇
Types & classes
2
↓ 2 callers
Method
image_edge_detection
(img)
slide_01/main.py:61
↓ 1 callers
Method
clear_white
(img)
slide_01/main.py:19
↓ 1 callers
Method
discern
(self)
slide_01/main.py:65
↓ 1 callers
Method
get_gap
获取缺口位置 :param image1:完整图片 :param image2: 带缺口的图片 :return:
slide_02/main.py:30
↓ 1 callers
Method
pixel_is_equal
判断两张图片的像素是否相等,不想等即为缺口位置 :param image1: :param image2: :param x: x坐标 :param y: y 坐标 :return:
slide_02/main.py:12
↓ 1 callers
Method
run
(self)
slide_02/main.py:45
↓ 1 callers
Method
template_match
(self, tpl, target)
slide_01/main.py:43
Method
__init__
(self, gap_img, bg)
slide_02/main.py:7
Method
__init__
init code :param gap: 缺口图片 :param bg: 背景图片 :param out: 输出图片
slide_01/main.py:7