#[repr(i32)]pub enum ARMarkerInfoCutoffPhase {
None = 0,
PatternExtraction = 1,
MatchGeneric = 2,
MatchContrast = 3,
MatchBarcodeNotFound = 4,
MatchBarcodeEdcFail = 5,
MatchConfidence = 6,
PoseError = 7,
PoseErrorMulti = 8,
HeuristicTroublesomeMatrixCodes = 9,
}Expand description
Result codes returned by arDetectMarker to report state of individual detected trapezoidal regions.
Variants§
None = 0
PatternExtraction = 1
MatchGeneric = 2
MatchContrast = 3
MatchBarcodeNotFound = 4
MatchBarcodeEdcFail = 5
MatchConfidence = 6
PoseError = 7
PoseErrorMulti = 8
HeuristicTroublesomeMatrixCodes = 9
Trait Implementations§
Source§impl Clone for ARMarkerInfoCutoffPhase
impl Clone for ARMarkerInfoCutoffPhase
Source§fn clone(&self) -> ARMarkerInfoCutoffPhase
fn clone(&self) -> ARMarkerInfoCutoffPhase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ARMarkerInfoCutoffPhase
impl Debug for ARMarkerInfoCutoffPhase
Source§impl Default for ARMarkerInfoCutoffPhase
impl Default for ARMarkerInfoCutoffPhase
Source§impl PartialEq for ARMarkerInfoCutoffPhase
impl PartialEq for ARMarkerInfoCutoffPhase
impl Copy for ARMarkerInfoCutoffPhase
impl Eq for ARMarkerInfoCutoffPhase
impl StructuralPartialEq for ARMarkerInfoCutoffPhase
Auto Trait Implementations§
impl Freeze for ARMarkerInfoCutoffPhase
impl RefUnwindSafe for ARMarkerInfoCutoffPhase
impl Send for ARMarkerInfoCutoffPhase
impl Sync for ARMarkerInfoCutoffPhase
impl Unpin for ARMarkerInfoCutoffPhase
impl UnsafeUnpin for ARMarkerInfoCutoffPhase
impl UnwindSafe for ARMarkerInfoCutoffPhase
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more