nx_multi_body.nx
buildroot/runtime/nx_multi_body.nx
about
nx_multi_body.nx -- count of major skin regions (interaction-presence).
Major-body floor: 5% of image area. Emits sealed kind:
NO_BODY | SOLO | TWO_BODY | MULTI_BODY.
dependencies 4 imports · 1 importers
imports: nx_syscalls.nxnx_image.nxnx_color_v2.nxnx_features.nx
imported by: nx_multi_body_test.nx
structs
| 24 | struct MultiBodyVerdict |
consts
| 16 | const NX_MAGIC_1024: i64 = 1024 |
| 18 | const NX_MB_NO_BODY: i64 = 0 |
| 19 | const NX_MB_SOLO: i64 = 1 |
| 20 | const NX_MB_TWO_BODY: i64 = 2 |
| 21 | const NX_MB_MULTI_BODY: i64 = 3 |
| 22 | const NX_MB_MAJOR_FLOOR_Q10: i64 = 50 |
functions
| 34 | func nx_multi_body_compute(rgb: *Image, verdict: *MultiBodyVerdict) -> i64 called by 1: main calls 4: nx_color_skin_masknx_feat_connected_componentssys_mmapnx_feat_component_stats |