Struct vlfeat_sys::_VlQS [] [src]

#[repr(C)]
pub struct _VlQS { pub image: *mut vl_qs_type, pub height: c_int, pub width: c_int, pub channels: c_int, pub medoid: vl_bool, pub sigma: vl_qs_type, pub tau: vl_qs_type, pub parents: *mut c_int, pub dists: *mut vl_qs_type, pub density: *mut vl_qs_type, }

** @brief quick shift results ** ** This implements quick shift mode seeking.

Fields

< height x width x channels feature image

< height of the image

< width of the image

< number of channels in the image

Trait Implementations

impl Debug for _VlQS
[src]

Formats the value using the given formatter.

impl Copy for _VlQS
[src]

impl Clone for _VlQS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more