Uses 18844K of libraries. Click here for Pure Java version (7441L/53K/187K).
1 | !7 |
2 | |
3 | static ScreenLens lens; |
4 | static int zoom = 2; |
5 | |
6 | p-substance {
|
7 | lens = new ScreenLens; |
8 | lens.w = lens.h = 100; |
9 | lens.postProcess = func(BufferedImage img) {
|
10 | MBFImage mbf = readMBF(img); |
11 | ret scaleImage(renderSegments(mbf, fhSegment(mbf)), 2); |
12 | }; |
13 | lens.start(); |
14 | } |
Began life as a copy of #1007158
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1010192 |
| Snippet name: | Screen Lens with fhSegment [OK] |
| Eternal ID of this version: | #1010192/7 |
| Text MD5: | 8ad673176dbaceec0e202ea121d66132 |
| Transpilation MD5: | 087b3597b8659cbf253836bff8a816c2 |
| Author: | stefan |
| Category: | javax / gui / ocr |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-06 01:01:30 |
| Source code size: | 289 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 628 / 846 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |