Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1019056 // RectAndConfidence

JavaX fragment (include)

sclass RectAndConfidence implements IF0<Rect> {
  Rect r;
  float confidence; // 0 to 1
  
  *() {}
  *(Rect *r, float *confidence) {}
  
  [stdEq]
  
  toString { ret str(pair(r, confidence)); }
  
  public Rect get() { ret r; }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019056
Snippet name: RectAndConfidence
Eternal ID of this version: #1019056/3
Text MD5: 9bd6ebf4af761388622327273606e9ed
Author: stefan
Category: javax / maths
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-09 18:30:40
Source code size: 243 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 291 / 829
Version history: 2 change(s)
Referenced in: [show references]