pub fn compute_annotations(
result: &AnalysisResult,
output_width: usize,
output_height: usize,
flip_vertical: bool,
config: &AnnotationConfig,
) -> Vec<StarAnnotation>Expand description
Compute annotation geometry for all detected stars, transformed to output coordinates.