nx_areola_texture.nx
buildroot/runtime/nx_areola_texture.nx
about
nx_areola_texture.nx -- areola micro-texture realism (NEAR-fidelity proxy).
Center-of-torso GLCM as approximation; concept_fidelity_q10 = 512.
dependencies 5 imports · 1 importers
imports: nx_syscalls.nxnx_image.nxnx_texture.nxnx_region.nxnx_skin_texture.nx
imported by: nx_areola_texture_test.nx
structs
| 28 | struct AreolaTextureVerdict |
consts
| 15 | const NX_MAGIC_1024: i64 = 1024 |
| 17 | const NX_AT_UNKNOWN: i64 = 0 |
| 18 | const NX_AT_REALISTIC: i64 = 1 |
| 19 | const NX_AT_TOO_SMOOTH: i64 = 2 |
| 21 | const NX_AT_ENERGY_SMOOTH_Q10: i64 = 900 |
| 22 | const NX_AT_CONTRAST_SMOOTH_Q10: i64 = 50 |
| 23 | const NX_AT_CENTER_X_MIN_Q10: i64 = 307 |
| 24 | const NX_AT_CENTER_X_MAX_Q10: i64 = 717 |
| 25 | const NX_AT_CENTER_Y_MIN_Q10: i64 = 410 |
| 26 | const NX_AT_CENTER_Y_MAX_Q10: i64 = 717 |
functions
| 39 | func nx_areola_texture_compute(rgb: *Image, verdict: *AreolaTextureVerdict) -> i64 |