Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxapython/catvm
/ get_distance
Function
get_distance
geetest/jiyan.py:97–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
95
96
97
def
get_distance():
98
img1 =
"bg_pic.jpg"
# 带缺口的背景图
99
img2 =
"full_pic.jpg"
# 不带缺口的背景图
100
gt = SlideCrack(img1, img2)
101
val = gt.run()
102
return
val
103
104
def
encrypt_md5(data):
105
data = data
Callers
1
__get_track
Function · 0.85
Calls
2
run
Method · 0.95
SlideCrack
Class · 0.90
Tested by
no test coverage detected