Enum arrayfire::HomographyType
[−]
[src]
#[repr(C)]pub enum HomographyType { RANSAC, LMEDS, }
Homography type
Variants
RANSACRANdom SAmple Consensus algorithm
LMEDSLeast Median of Squares
Trait Implementations
impl Clone for HomographyType[src]
fn clone(&self) -> HomographyType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more