1 | srecord noeq G22StreaksToRegions(Hi15ImageStreaks streaks) { |
2 | run { |
3 | short[] pixels = streaks.inputImage.pixels; |
4 | int w = streaks.w(), h = streaks.h(); |
5 | |
6 | // turn streaks in first row into regions |
7 | int lineStart = 0, lineEnd = lineStarts[1]; |
8 | int iStreak = 0; |
9 | |
10 | while (iStreak < lineEnd) { |
11 | |
12 | } |
13 | } |
14 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
Snippet ID: | #1036094 |
Snippet name: | StreaksToRegions [dev.] |
Eternal ID of this version: | #1036094/1 |
Text MD5: | b86082700067b1b4905b41fc3efa2249 |
Author: | stefan |
Category: | javax / gazelle 22 |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-09-12 17:06:58 |
Source code size: | 347 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 156 / 147 |
Referenced in: | [show references] |