Enum opencv::aruco::CornerRefineMethod
source · [−]#[repr(C)]
pub enum CornerRefineMethod {
CORNER_REFINE_NONE,
CORNER_REFINE_SUBPIX,
CORNER_REFINE_CONTOUR,
CORNER_REFINE_APRILTAG,
}
Variants
CORNER_REFINE_NONE
Tag and corners detection based on the ArUco approach
CORNER_REFINE_SUBPIX
ArUco approach and refine the corners locations using corner subpixel accuracy
CORNER_REFINE_CONTOUR
ArUco approach and refine the corners locations using the contour-points line fitting
CORNER_REFINE_APRILTAG
Tag and corners detection based on the AprilTag 2 approach wang2016iros
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CornerRefineMethod
impl Send for CornerRefineMethod
impl Sync for CornerRefineMethod
impl Unpin for CornerRefineMethod
impl UnwindSafe for CornerRefineMethod
Blanket Implementations
Mutably borrows from an owned value. Read more