Struct vlfeat_sys::_VlLiopDesc [] [src]

#[repr(C)]
pub struct _VlLiopDesc { pub numNeighbours: vl_int, pub numSpatialBins: vl_int, pub intensityThreshold: f32, pub dimension: vl_size, pub patchSideLength: vl_size, pub patchSize: vl_size, pub patchPixels: *mut vl_uindex, pub patchIntensities: *mut f32, pub patchPermutation: *mut vl_uindex, pub neighRadius: f32, pub neighIntensities: *mut f32, pub neighPermutation: *mut vl_uindex, pub neighSamplesX: *mut f64, pub neighSamplesY: *mut f64, }

@brief LIOP descriptor extractor object

Fields

< Number of neighbours.

< Number of bins.

< Weight threshold.

< LIOP descriptor size.

< Point to neighbour radius (distance).

Trait Implementations

impl Debug for _VlLiopDesc
[src]

Formats the value using the given formatter.

impl Copy for _VlLiopDesc
[src]

impl Clone for _VlLiopDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more