nx_lbp_img.nx
buildroot/runtime/nx_lbp_img.nx
about
nx_lbp_img.nx -- SOVEREIGN face-descriptor RUNG 2 GATE: bridge the LBP descriptor to REAL pixels.
Reads real gallery PNGs (nx_png_decoder, RFC2083), luma-grayscales them (nx_lbp_core.rgb_to_gray),
and runs the LBP histogram. Proves: decode ok + histogram covers exactly the interior pixels +
self-distance is 0 + two distinct images give distinct descriptors (chi2>0). Discrimination of
SAME-person vs DIFFERENT-person (measured against the insightface benchmark) is a later rung.
Build/run: ./_offc/nx_sov_build_run.elf nx_lbp_img license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_lbp_core.nxnx_lbp_imgio.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
| 11 | func descr(path: *u8, tag: *u8, hist: *i64) -> i64 |
| 23 | func main() -> i64 |