nx_lbp.nx
buildroot/runtime/nx_lbp.nx
about
nx_lbp.nx -- SOVEREIGN face-descriptor RUNG 1 GATE (hardware-up, integer-only). Proves the LBP operator +
histogram + chi-square distance (in nx_lbp_core.nx) with a BIT-EXACT KAT and a same<different neg-control.
LBP is weight-free + illumination-invariant by construction -> a capability we reproduce from first
principles. BENCHMARK (measuring-stick ONLY): insightface ArcFace 512-d embeddings.
Build/run: ./_offc/nx_sov_build_run.elf nx_lbp license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_lbp_core.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
| 9 | func fill_uniform(img: *u8, n: i64, val: i64) -> i64 { var i: i64=0; while i<n { img[i]=val as u8; i=i+1 } return 0 } called by 1: main |
| 10 | func fill_gradient(img: *u8, w: i64, h: i64, step: i64) -> i64 called by 1: main |
| 14 | func main() -> i64 |