pub struct Mosaic1Options {
pub hwindow: i32,
pub harea: i32,
pub search: bool,
pub interpolate: VipsInterpolate,
pub mblend: i32,
}
Expand description
Options for mosaic_1 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
search: bool
search: bool
-> Search to improve tie-points
default: false
interpolate: VipsInterpolate
interpolate: VipsInterpolate
-> Interpolate pixels with this
mblend: i32
mblend: i32
-> Maximum blend size
min: 0, max: 10000, default: 10
Trait Implementations§
Source§impl Clone for Mosaic1Options
impl Clone for Mosaic1Options
Source§fn clone(&self) -> Mosaic1Options
fn clone(&self) -> Mosaic1Options
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Mosaic1Options
impl Debug for Mosaic1Options
Auto Trait Implementations§
impl Freeze for Mosaic1Options
impl RefUnwindSafe for Mosaic1Options
impl !Send for Mosaic1Options
impl !Sync for Mosaic1Options
impl Unpin for Mosaic1Options
impl UnwindSafe for Mosaic1Options
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more