Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_distance
Function · 0.95
build_egg
Function · 0.80
build_egg
Function · 0.80
index.js
File · 0.80
h
Function · 0.80
Calls
1
get_gap
Method · 0.95
Tested by
no test coverage detected