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

15
LINES

< > BotCompany Repo | #1032078 // uCell - synonym of uRoot

JavaX fragment (include)

1  
static URecognizer.Cell uCell(IIntegralImage img) {
2  
  ret uRoot(img);
3  
}
4  
5  
6  
7  
static URecognizer.Cell uCell(BufferedImage img) {
8  
  ret uRoot(img);
9  
}
10  
11  
12  
13  
static URecognizer.Cell uCell(MakesBufferedImage img) {
14  
  ret uRoot(img);
15  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032078
Snippet name: uCell - synonym of uRoot
Eternal ID of this version: #1032078/1
Text MD5: 796e41ccfeabcbd358ac8f450eef45a3
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-11 12:28:14
Source code size: 228 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 77 / 103
Referenced in: [show references]