topic: image
22 modules sharing the image name family (derived from the tree's prefix discipline).
The 'image' topic family in the Nishi sovereign ecosystem provides tools for handling and evaluating images within the system. It includes modules like nx_image, which defines pure-math image primitives, nx_image_access, which enforces access policies for the search-by-image realm, and nx_image_e2e_gate, which ensures end-to-end validation for real-image searches. These modules work together to manage image data, control access, and verify authenticity across the ecosystem.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_image.nx | pure-math image primitives. | 428 | 20 |
| nx_image_access.nx | ACCESS POLICY for the search-by-image realm: OPERATOR-ONLY, deny-by-default. | 30 | 2 |
| nx_image_access_gate.nx | referee for the search-by-image OPERATOR-ONLY access policy. | 58 | 5 |
| nx_image_beauty.nx | the ImageBeauty MCP tool: score a gallery image (by cid) for bilateral symmetry (Q1000). | 40 | 1 |
| nx_image_clarity.nx | photographic vs image-level clarity. | 113 | 1 |
| nx_image_e2e_gate.nx | END-TO-END referee for search-by-image on REAL images. | 199 | 17 |
| nx_image_feature_extract.nx | fixed-length feature vector emitter. | 161 | 2 |
| nx_image_feature_extract_test.nx | smoke for feature-vector emitter. | 81 | 1 |
| nx_image_fidelity.nx | SUPERSEDED-FOR-GENERATION (Critic, Blau-Michaeli): this measures DISTORTION only (MSE/PSNR), | 54 | 5 |
| nx_image_fidelity_test.nx | prove the "rebuild exactly" measurement gate on three rebuilds of a | 44 | 3 |
| nx_image_grade_cli.nx | substrate's image-grading CLI binary. | 241 | 8 |
| nx_image_grade_v0.nx | minimum-trigger image grading composer. | 457 | 7 |
| nx_image_grade_v1.nx | skin-localized image grading composer. | 488 | 5 |
| nx_image_grade_v2.nx | landmark-aware image grading composer. | 543 | 5 |
| nx_image_gray.nx | SHARED: decode an encoded image file -> row-major u8 Rec.709 grayscale. | 74 | 1 |
| nx_image_index.nx | REAL-CORPUS reverse-image INGESTOR. | 96 | 5 |
| nx_image_index_gate.nx | referee for the REAL-CORPUS ingestor (nx_image_index). | 206 | 15 |
| nx_image_load_raw.nx | load real images via raw-binary header + pixels. | 118 | 3 |
| nx_image_load_raw_test.nx | Smoke for the raw-bytes image bridge. Round-trip: allocate Image, | 62 | 1 |
| nx_image_search.nx | REUSABLE per-site SEARCH-BY-IMAGE (reverse-image) CLIENT. | 220 | 9 |
| nx_image_search_gate.nx | the engineer's re-runnable instrument for the REUSABLE search-by-image | 263 | 16 |
| nx_image_symmetry_lib.nx | shared ImageBeauty core (NO main), so both the nx_image_beauty tool AND the nx_gen_rank | 66 | 4 |