nx_eye_detect_test.nx
buildroot/runtime/nx_eye_detect_test.nx
about
Inline-in-main smoke for nx_eye_detect algorithm. The wrapper-call
pattern in nx_eye_detect.nx hits the documented nxc2 codegen bug
with struct-pointer returns clobbered across function calls; this
test runs the algorithm directly in main() to prove correctness
while the library file documents the API.
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_image.nxnx_geom.nxnx_eye_detect.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 12 | func draw_circle_perimeter(edge: *Image, cx: i64, cy: i64, r: i64, |
| 29 | func main() -> i64 |