Enum arrayfire::HomographyType[][src]

#[repr(u32)]
pub enum HomographyType { RANSAC, LMEDS, }

Homography type

Variants

RANdom SAmple Consensus algorithm

Least Median of Squares

Trait Implementations

impl Clone for HomographyType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HomographyType
[src]

impl Debug for HomographyType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HomographyType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations