nx_face_probe.nx
buildroot/runtime/nx_face_probe.nx
about
nx_face_probe.nx -- Rule-2 verify: does the existing nx_face_count detect a
face on a REAL clothed-person photo (the skin!=person case)? Decodes the
JPEG, runs nx_face_count_compute, prints the verdict fields.
license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_image.nxnx_jpeg_ascii.nxnx_face_count.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
| 10 | func gp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 11 | func gn(v: i64) -> i64 |
| 25 | func decode_jpeg(path: *u8) -> *Image |
| 44 | func main() -> i64 |