pub fn detect_and_describe_orb(
input: ImageView<'_, u8, 1>,
options: OrbOptions,
) -> VisionResult<FeatureSet2>Expand description
Detects oriented multi-scale keypoints and computes 256-bit rotated BRIEF descriptors.
The fixed-seed BRIEF sampling pattern is stable across platforms and SpatialRust releases. It intentionally does not promise bit identity with OpenCV’s private learned sampling table.