#[repr(C)]pub struct VlDsiftDescriptorGeometry_ {
pub numBinT: c_int,
pub numBinX: c_int,
pub numBinY: c_int,
pub binSizeX: c_int,
pub binSizeY: c_int,
}Expand description
@brief Dense SIFT descriptor geometry
Fields§
§numBinT: c_int< number of orientation bins
numBinX: c_int< number of bins along X
numBinY: c_int< number of bins along Y
binSizeX: c_int< size of bins along X
binSizeY: c_int< size of bins along Y
Trait Implementations§
Source§impl Clone for VlDsiftDescriptorGeometry_
impl Clone for VlDsiftDescriptorGeometry_
Source§impl Debug for VlDsiftDescriptorGeometry_
impl Debug for VlDsiftDescriptorGeometry_
impl Copy for VlDsiftDescriptorGeometry_
Auto Trait Implementations§
impl Freeze for VlDsiftDescriptorGeometry_
impl RefUnwindSafe for VlDsiftDescriptorGeometry_
impl Send for VlDsiftDescriptorGeometry_
impl Sync for VlDsiftDescriptorGeometry_
impl Unpin for VlDsiftDescriptorGeometry_
impl UnwindSafe for VlDsiftDescriptorGeometry_
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