pub fn propose_with_marker_scale(
image: &GrayImage,
board: &BoardLayout,
marker_scale: MarkerScalePrior,
) -> Vec<Proposal>Expand description
Generate pass-1 center proposals using board geometry and an explicit marker-scale prior.
pub fn propose_with_marker_scale(
image: &GrayImage,
board: &BoardLayout,
marker_scale: MarkerScalePrior,
) -> Vec<Proposal>Generate pass-1 center proposals using board geometry and an explicit marker-scale prior.