Skip to main content

Module diagnostics

Module diagnostics 

Source
Expand description

Opt-in evidence explaining how detections were produced.

Diagnostics are intentionally separate from the ordinary detection result. Their serializable schema supports debugging, tuning, benchmarks, and blog visualizations without making intermediate pipeline stages part of the stable facade contract.

Modules§

trace
Exact trace of the square topological pipeline.

Structs§

ComponentDiagnostics
Diagnostics associated with one returned grid component.
DetectionDiagnostics
Opt-in diagnostics for a multi-component detection.
RejectedFeature
Rejected feature record.

Enums§

RejectionReason
Reason why an observed feature did not pass a task gate.

Functions§

detect_grid
Detect the primary component and retain its rejection diagnostics.
detect_grid_all
Detect all components and retain rejection diagnostics.