pub fn cluster_orientations(
corners: &[Corner],
params: &OrientationClusteringParams,
) -> Option<OrientationClusteringResult>Expand description
Cluster ChESS orientations into two dominant directions on [0, π).
angles must be radians; they will be wrapped to [0, π).
If weights is None, all weights are treated as 1.0.