pub struct MatchOptions {
pub hwindow: i32,
pub harea: i32,
pub search: bool,
pub interpolate: VipsInterpolate,
}
Expand description
Options for matches operation
Fields§
§hwindow: i32
hwindow: i32
-> Half window size
min: 0, max: 1000000000, default: 1
harea: i32
harea: i32
-> Half area size
min: 0, max: 1000000000, default: 1
search: bool
search: bool
-> Search to improve tie-points
default: false
interpolate: VipsInterpolate
interpolate: VipsInterpolate
-> Interpolate pixels with this
Trait Implementations§
Source§impl Clone for MatchOptions
impl Clone for MatchOptions
Source§fn clone(&self) -> MatchOptions
fn clone(&self) -> MatchOptions
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 MatchOptions
impl Debug for MatchOptions
Auto Trait Implementations§
impl Freeze for MatchOptions
impl RefUnwindSafe for MatchOptions
impl !Send for MatchOptions
impl !Sync for MatchOptions
impl Unpin for MatchOptions
impl UnwindSafe for MatchOptions
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