Struct libvips::ops::CannyOptions

source ·
pub struct CannyOptions {
    pub sigma: f64,
    pub precision: Precision,
}
Expand description

Options for canny operation

Fields§

§sigma: f64

sigma: f64 -> Sigma of Gaussian min: 0.01, max: 1000, default: 1.4

§precision: Precision

precision: Precision -> Convolve with this precision Integer -> VIPS_PRECISION_INTEGER = 0 Float -> VIPS_PRECISION_FLOAT = 1 [DEFAULT] Approximate -> VIPS_PRECISION_APPROXIMATE = 2 Last -> VIPS_PRECISION_LAST = 3

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.