Struct libvips::ops::MosaicOptions[][src]

pub struct MosaicOptions {
    pub hwindow: i32,
    pub harea: i32,
    pub mblend: i32,
    pub bandno: i32,
    pub dx_0: i32,
    pub dy_0: i32,
    pub scale_1: f64,
    pub angle_1: f64,
    pub dy_1: f64,
    pub dx_1: f64,
}
Expand description

Options for mosaic operation

Fields

hwindow: i32

hwindow: i32 -> Half window size min: 0, max: 1000000000, default: 5

harea: i32

harea: i32 -> Half area size min: 0, max: 1000000000, default: 15

mblend: i32

mblend: i32 -> Maximum blend size min: 0, max: 10000, default: 10

bandno: i32

bandno: i32 -> Band to search for features on min: 0, max: 10000, default: 0

dx_0: i32

dx_0: i32 -> Detected integer offset min: -10000000, max: 10000000, default: 0

dy_0: i32

dy_0: i32 -> Detected integer offset min: -10000000, max: 10000000, default: 0

scale_1: f64

scale_1: f64 -> Detected scale min: -10000000, max: 10000000, default: 1

angle_1: f64

angle_1: f64 -> Detected rotation min: -10000000, max: 10000000, default: 0

dy_1: f64

dy_1: f64 -> Detected first-order displacement min: -10000000, max: 10000000, default: 0

dx_1: f64

dx_1: f64 -> Detected first-order displacement min: -10000000, max: 10000000, default: 0

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.