README

cxh04/moon-cv-geometry/ransac does not have a README file

#
InlierMask

pub(all) struct InlierMask {
values : Array[Bool]
} derive(Eq,
Debug
)

#
RansacConfig

pub(all) struct RansacConfig {
iterations : Int
threshold : Double
min_inliers : Int
seed : UInt
} derive(Eq,
Debug
)

#
RansacConfig::new

fn RansacConfig::new(iterations? : Int, threshold? : Double, min_inliers? : Int, seed? : UInt) -> RansacConfig

#
RansacResult

pub(all) struct RansacResult[T] {
model : T
inliers : InlierMask
inlier_count : Int
score : Double
} derive(Eq,
Debug
)

Source Files

Powered by MoonBit

Site sourceReport issuePackagesBuild queueSkillsStatistics

© 2026 mooncakes.io