Libraryless. Click here for Pure Java version (8257L/47K).
static L<Pt> regionBorder_innerPoints(BWImage_FastRegions regions, int iRegion) { RegionBorder_innerPoints x = new(regions, iRegion); new PtBuffer out; x.onFoundPoint(p -> out.add(p)); x.run(); ret out; }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033758 |
| Snippet name: | regionBorder_innerPoints - get all outline points as list (including holes) |
| Eternal ID of this version: | #1033758/22 |
| Text MD5: | 37ad6aa7028f7a5a96acd6d867c14aae |
| Transpilation MD5: | 59b2c0a43c9ac9555d083c46e1ac20e8 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-14 17:07:52 |
| Source code size: | 220 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 399 / 592 |
| Version history: | 21 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1033763 - regionBorder_innerPoints backup #1033938 - regionBorder_innerPoints - find region outline |