Enum arrayfire::MatchType [] [src]

#[repr(C)]
pub enum MatchType { SAD, ZSAD, LSAD, SSD, ZSSD, LSSD, NCC, ZNCC, SHD, }

Error metric used by matchTemplate function

Variants

Sum of Absolute Differences

Zero-mean Sum of Absolute Differences

Locally scaled Sum of Absolute Differences

Sum of Squared Differences

Zero-mean Sum of Squared Differences

Localy scaled Sum of Squared Differences

Normalized Cross Correlation

Zero-mean Normalized Cross Correlation

Sum of Hamming Distances

Trait Implementations

impl Clone for MatchType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MatchType
[src]

impl Debug for MatchType
[src]

Formats the value using the given formatter.

impl PartialEq for MatchType
[src]

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

This method tests for !=.

impl From<i32> for MatchType
[src]

Performs the conversion.