pub fn annotate_image(
image: &mut ProcessedImage,
result: &AnalysisResult,
config: &AnnotationConfig,
)Expand description
Draw star annotations directly onto a ProcessedImage (RGB or RGBA).
pub fn annotate_image(
image: &mut ProcessedImage,
result: &AnalysisResult,
config: &AnnotationConfig,
)Draw star annotations directly onto a ProcessedImage (RGB or RGBA).