MCPcopy 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
97def 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
104def encrypt_md5(data):
105 data = data

Callers 1

__get_trackFunction · 0.85

Calls 2

runMethod · 0.95
SlideCrackClass · 0.90

Tested by

no test coverage detected