Libraryless. Click here for Pure Java version (20600L/125K).
srecord G22RegionPlusLabel(IImageRegion region, G22Label label) is IRecognizedBox { settable double confidence = 1.0; *(IImageRegion *region) {} public simplyCached Rect bounds() { ret region.bounds(); } public IImageRegion region() { ret region; } public S label() { ret strOrNull(label); } }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034561 | 
| Snippet name: | G22RegionPlusLabel (label is optional) | 
| Eternal ID of this version: | #1034561/3 | 
| Text MD5: | 4a18c1ebcb0459f768d1b856630ffcf0 | 
| Transpilation MD5: | 517225c4bb3b085fd8c20ae79bb56773 | 
| Author: | stefan | 
| Category: | javax / | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2022-02-15 17:36:46 | 
| Source code size: | 315 bytes / 9 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 607 / 741 | 
| Version history: | 2 change(s) | 
| Referenced in: | #1003674 - Standard Classes + Interfaces (LIVE continued in #1034167) #1034563 - RectAsRecognizedBox |