nx_outfit_coverage.nx
buildroot/runtime/nx_outfit_coverage.nx
about
nx_outfit_coverage.nx -- outfit-coverage detector.
Non-skin density inside expanded torso bbox -> NUDE/MINIMAL/PARTIAL/DRESSED.
dependencies 4 imports · 1 importers
imports: nx_syscalls.nxnx_image.nxnx_color_v2.nxnx_region.nx
imported by: nx_outfit_coverage_test.nx
structs
| 28 | struct OutfitCoverageVerdict |
consts
| 15 | const NX_MAGIC_1024: i64 = 1024 |
| 17 | const NX_OC_UNKNOWN: i64 = 0 |
| 18 | const NX_OC_NUDE: i64 = 1 |
| 19 | const NX_OC_MINIMAL: i64 = 2 |
| 20 | const NX_OC_PARTIAL: i64 = 3 |
| 21 | const NX_OC_DRESSED: i64 = 4 |
| 23 | const NX_OC_NUDE_MAX_Q10: i64 = 154 |
| 24 | const NX_OC_MINIMAL_MAX_Q10: i64 = 358 |
| 25 | const NX_OC_PARTIAL_MAX_Q10: i64 = 614 |
| 26 | const NX_OC_EXPAND_PCT: i64 = 30 |
functions
| 40 | func nx_outfit_coverage_compute(rgb: *Image, verdict: *OutfitCoverageVerdict) -> i64 called by 1: main calls 5: nx_region_segmentnx_region_find_kindnx_region_get_fieldnx_color_skin_masknx_image_get |