Libraryless. Click here for Pure Java version (5761L/32K).
static URecognizer.Cell uRoot(IIntegralImage img) { ret new URecognizer(img).rootCell(); } static URecognizer.Cell uRoot(BufferedImage img) { ret uRoot(IntegralImage(img)); } static URecognizer.Cell uRoot(MakesBufferedImage img) { ret uRoot(IntegralImage(img)); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1032015 |
| Snippet name: | uRoot - make root cell of URecognizer |
| Eternal ID of this version: | #1032015/3 |
| Text MD5: | 68dc25f1ccf13c6238b440321ad9c022 |
| Transpilation MD5: | 484c43e55d7701926f21cdeb95d4f294 |
| Author: | stefan |
| Category: | javax / ultra-fast recognition |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-08-11 11:42:31 |
| Source code size: | 281 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 380 / 504 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |