nx_mise_en_scene.nx
buildroot/runtime/nx_mise_en_scene.nx
about
nx_mise_en_scene.nx -- background-clutter detector.
V2 calibrated thresholds (F1=0.86 at 50-150 band).
dependencies 4 imports · 1 importers
imports: nx_syscalls.nxnx_image.nxnx_color_v2.nxnx_region.nx
imported by: nx_mise_en_scene_test.nx
structs
| 26 | struct MiseEnSceneVerdict |
consts
| 14 | const NX_MAGIC_1024: i64 = 1024 |
| 16 | const NX_MES_CLEAN: i64 = 0 |
| 17 | const NX_MES_MODERATE: i64 = 1 |
| 18 | const NX_MES_CLUTTERED: i64 = 2 |
| 19 | const NX_MES_CHAOTIC: i64 = 3 |
| 21 | const NX_MES_EDGE_THRESH: i64 = 40 |
| 22 | const NX_MES_CLEAN_MAX_Q10: i64 = 50 |
| 23 | const NX_MES_MOD_MAX_Q10: i64 = 100 |
| 24 | const NX_MES_CLUT_MAX_Q10: i64 = 200 |
functions
| 35 | func nx_mise_en_scene_compute(rgb: *Image, verdict: *MiseEnSceneVerdict) -> i64 |