Function vlfeat_sys::vl_vlad_encode [] [src]

pub unsafe extern "C" fn vl_vlad_encode(
    enc: *mut c_void,
    dataType: vl_type,
    means: *const c_void,
    dimension: vl_size,
    numClusters: vl_size,
    data: *const c_void,
    numData: vl_size,
    assignments: *const c_void,
    flags: c_int
)

@def VL_VLAD_FLAG_NORMALIZE_MASS ** @brief Normalize each component by the number of features assigned to it. @}