Struct vlfeat_sys::_VlKDForestNeighbor [] [src]

#[repr(C)]
pub struct _VlKDForestNeighbor { pub distance: f64, pub index: vl_uindex, }

@brief Neighbor of a query point

Fields

< distance to the query point

< index of the neighbor in the KDTree data

Trait Implementations

impl Debug for _VlKDForestNeighbor
[src]

Formats the value using the given formatter.

impl Copy for _VlKDForestNeighbor
[src]

impl Clone for _VlKDForestNeighbor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more