MCPcopy Create free account
hub / github.com/cxapython/catvm / run

Method run

geetest/recognition.py:51–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 return left
50
51 def run(self):
52 image1 = Image.open(self.bg)
53 image2 = Image.open(self.gap_img)
54 # 获取缺口的位置
55 gap = self.get_gap(image1, image2)
56 return gap

Callers 5

get_distanceFunction · 0.95
build_eggFunction · 0.80
build_eggFunction · 0.80
index.jsFile · 0.80
hFunction · 0.80

Calls 1

get_gapMethod · 0.95

Tested by

no test coverage detected