Enum arrayfire::CannyThresholdType [] [src]

#[repr(C)]
pub enum CannyThresholdType { MANUAL, OTSU, }

Canny edge detector threshold operations types

Variants

User has to define canny thresholds manually

Determine canny algorithm high threshold using Otsu algorithm automatically

Trait Implementations

impl Clone for CannyThresholdType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CannyThresholdType
[src]

impl Debug for CannyThresholdType
[src]

Formats the value using the given formatter.

impl PartialEq for CannyThresholdType
[src]

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

This method tests for !=.