Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devilsen/CZXing
/ label_data
Method
label_data
python/QR_Code_Position.py:22–24 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
20
return
round(self._height / self._image_height, 6)
21
22
def
label_data(self):
23
return
"0 "
+ str(self.get_x()) +
" "
+ str(self.get_y()) +
" "
+ str(self.get_width()) +
" "
+ str(
24
self.get_height()) +
"\n"
Callers
1
get_result_data
Method · 0.80
Calls
4
get_x
Method · 0.95
get_y
Method · 0.95
get_width
Method · 0.95
get_height
Method · 0.95
Tested by
no test coverage detected