radsym 0.1.4

Radial symmetry detection: center proposals, local support analysis, scoring, and refinement
Documentation
1
2
3
4
5
6
//! Scalar type alias for the workspace.

/// The floating-point scalar type used throughout `radsym`.
///
/// All image-space coordinates, scores, and accumulator values use `f32`.
pub type Scalar = f32;